OpenShot Library | libopenshot-audio
0.2.0
|
Classes | |
class | juce::DirectoryIterator |
Searches through the files in a directory, returning each file that is found. More... | |
struct | juce::File::NaturalFileComparator |
Comparator for files. More... | |
class | juce::File |
Represents a local file or directory. More... | |
class | juce::FileFilter |
Interface for deciding which files are suitable for something. More... | |
class | juce::FileInputStream |
An input stream that reads from a local file. More... | |
class | juce::FileOutputStream |
An output stream that writes into a local file. More... | |
class | juce::FileSearchPath |
Represents a set of folders that make up a search path. More... | |
class | juce::MemoryMappedFile |
Maps a file into virtual memory for easy reading and/or writing. More... | |
class | juce::TemporaryFile |
Manages a temporary file, which will be deleted when this object is deleted. More... | |
class | juce::WildcardFileFilter |
A type of FileFilter that works by wildcard pattern matching. More... | |