live
|
#include <MPEG2TransportStreamParser.hh>
Public Types | |
enum | dataType { AUDIO , VIDEO , DATA , TEXT , UNKNOWN } |
Public Member Functions | |
StreamType (char const *description="unknown", enum dataType dataType=UNKNOWN, char const *filenameSuffix="") | |
Data Fields | |
char const * | description |
enum StreamType::dataType | dataType |
char const * | filenameSuffix |
Definition at line 81 of file MPEG2TransportStreamParser.hh.
enum StreamType::dataType |
Enumerator | |
---|---|
AUDIO | |
VIDEO | |
DATA | |
TEXT | |
UNKNOWN |
Definition at line 84 of file MPEG2TransportStreamParser.hh.
StreamType::StreamType | ( | char const * | description = "unknown" , |
enum dataType | dataType = UNKNOWN , |
||
char const * | filenameSuffix = "" |
||
) |
char const* StreamType::description |
Definition at line 83 of file MPEG2TransportStreamParser.hh.
char const* StreamType::filenameSuffix |
Definition at line 85 of file MPEG2TransportStreamParser.hh.