live
|
Go to the source code of this file.
Data Structures | |
class | MatroskaFileParser |
Enumerations | |
enum | MatroskaParseState { PARSING_START_OF_FILE , LOOKING_FOR_TRACKS , PARSING_TRACK , PARSING_CUES , LOOKING_FOR_CLUSTER , LOOKING_FOR_BLOCK , PARSING_BLOCK , DELIVERING_FRAME_WITHIN_BLOCK , DELIVERING_FRAME_BYTES } |
enum MatroskaParseState |
Enumerator | |
---|---|
PARSING_START_OF_FILE | |
LOOKING_FOR_TRACKS | |
PARSING_TRACK | |
PARSING_CUES | |
LOOKING_FOR_CLUSTER | |
LOOKING_FOR_BLOCK | |
PARSING_BLOCK | |
DELIVERING_FRAME_WITHIN_BLOCK | |
DELIVERING_FRAME_BYTES |
Definition at line 34 of file MatroskaFileParser.hh.