Used to select, which streams to read and which to ignore in AVReader instances. More...
#include <foleys_Structures.h>
Public Types | |
| enum | StreamType { Video , Audio , Subtitles , Data } |
Public Member Functions | |
| StreamTypes (int arg) | |
| bool | test (StreamType t) |
Static Public Member Functions | |
| static StreamTypes | video () |
| static StreamTypes | audio () |
| static StreamTypes | subtitles () |
| static StreamTypes | data () |
| static StreamTypes | all () |
Used to select, which streams to read and which to ignore in AVReader instances.
| enum StreamType |
| StreamTypes | ( | int | arg | ) |
|
static |
References StreamTypes::Video.
Referenced by AVFormatManager::createClipFromFile(), and MovieClip::openFromFile().
|
static |
References StreamTypes::Audio.
Referenced by AudioStrip::ThumbnailJob::ThumbnailJob().
|
static |
References StreamTypes::Subtitles.
|
static |
References StreamTypes::Data.
|
static |
References StreamTypes::Audio, StreamTypes::Data, StreamTypes::Subtitles, and StreamTypes::Video.
| bool test | ( | StreamType | t | ) |
Referenced by ImageClip::createCopy().