#include <foleys_AVFormatManager.h>
Inheritance diagram for AVFormat:Public Member Functions | |
| AVFormat ()=default | |
| virtual | ~AVFormat ()=default |
| virtual bool | canRead (juce::File file)=0 |
| virtual std::unique_ptr< AVReader > | createReaderFor (juce::File file, StreamTypes type=StreamTypes::all())=0 |
| virtual bool | canWrite (juce::File file)=0 |
| virtual std::unique_ptr< AVWriter > | createWriterFor (juce::File file, StreamTypes type=StreamTypes::all())=0 |
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in MediaFoundationFormat.
|
pure virtual |
Implemented in MediaFoundationFormat.
|
pure virtual |
Implemented in MediaFoundationFormat.
|
pure virtual |
Implemented in MediaFoundationFormat.