|
OpenShot Library | libopenshot-audio 0.2.0
|
Classes | |
| struct | juce::Base64 |
| Contains some static methods for converting between binary and the standard base-64 encoding format. More... | |
| class | juce::CharacterFunctions |
| A collection of functions for manipulating characters and character strings. More... | |
| struct | juce::CharacterFunctions::HexParser< ResultType > |
| Parses a character string, to read a hexadecimal value. More... | |
| class | juce::CharPointer_ASCII |
| Wraps a pointer to a null-terminated ASCII character string, and provides various methods to operate on the data. More... | |
| class | juce::CharPointer_UTF16 |
| Wraps a pointer to a null-terminated UTF-16 character string, and provides various methods to operate on the data. More... | |
| class | juce::CharPointer_UTF32 |
| Wraps a pointer to a null-terminated UTF-32 character string, and provides various methods to operate on the data. More... | |
| class | juce::CharPointer_UTF8 |
| Wraps a pointer to a null-terminated UTF-8 character string, and provides various methods to operate on the data. More... | |
| class | juce::Identifier |
| Represents a string identifier, designed for accessing properties by name. More... | |
| class | juce::LocalisedStrings |
| Used to convert strings to localised foreign-language versions. More... | |
| class | juce::NewLine |
| This class is used for represent a new-line character sequence. More... | |
| class | juce::String |
| The JUCE String class! More... | |
| class | juce::StringArray |
| A special array for holding a list of strings. More... | |
| class | juce::StringPairArray |
| A container for holding a set of strings which are keyed by another string. More... | |
| class | juce::StringPool |
| A StringPool holds a set of shared strings, which reduces storage overheads and improves comparison speed when dealing with many duplicate strings. More... | |
| class | juce::StringRef |
| A simple class for holding temporary references to a string literal or String. More... | |
| class | juce::TextDiff |
| Calculates and applies a sequence of changes to convert one text string into another. More... | |
| struct | juce::TextDiff::Change |
| Describes a change, which can be either an insertion or deletion. More... | |