#include "StreamParser.hh"#include "MatroskaFile.hh"#include "EBMLNumber.hh"Include dependency graph for MatroskaFileParser.hh:

This graph shows which files directly or indirectly include this file:

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 |
| 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.
00034 { 00035 PARSING_START_OF_FILE, 00036 LOOKING_FOR_TRACKS, 00037 PARSING_TRACK, 00038 PARSING_CUES, 00039 LOOKING_FOR_CLUSTER, 00040 LOOKING_FOR_BLOCK, 00041 PARSING_BLOCK, 00042 DELIVERING_FRAME_WITHIN_BLOCK, 00043 DELIVERING_FRAME_BYTES 00044 };
1.5.2