Video display and composing engine for JUCE
Loading...
Searching...
No Matches
StreamTypes Class Referencefinal

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 ()
 

Detailed Description

Used to select, which streams to read and which to ignore in AVReader instances.

Member Enumeration Documentation

◆ StreamType

enum StreamType
Enumerator
Video 
Audio 
Subtitles 
Data 

Constructor & Destructor Documentation

◆ StreamTypes()

StreamTypes ( int  arg)

Member Function Documentation

◆ video()

static StreamTypes video ( )
static

◆ audio()

static StreamTypes audio ( )
static

◆ subtitles()

static StreamTypes subtitles ( )
static

◆ data()

static StreamTypes data ( )
static

References StreamTypes::Data.

◆ all()

◆ test()

bool test ( StreamType  t)

Referenced by ImageClip::createCopy().


The documentation for this class was generated from the following file: