#include "HashTable.hh"#include "Media.hh"Include dependency graph for MatroskaFile.hh:

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

Go to the source code of this file.
Data Structures | |
| class | MatroskaFile |
| class | MatroskaFile::TrackTable |
| class | MatroskaFile::TrackTable::Iterator |
| class | MatroskaTrack |
| class | MatroskaDemux |
Defines | |
| #define | MATROSKA_TRACK_TYPE_VIDEO 0x01 |
| #define | MATROSKA_TRACK_TYPE_AUDIO 0x02 |
| #define | MATROSKA_TRACK_TYPE_SUBTITLE 0x04 |
| #define | MATROSKA_TRACK_TYPE_OTHER 0x08 |
| #define MATROSKA_TRACK_TYPE_AUDIO 0x02 |
Definition at line 122 of file MatroskaFile.hh.
Referenced by MatroskaFile::handleEndOfTrackHeaderParsing(), MatroskaFileServerDemux::newServerMediaSubsession(), and MatroskaFileParser::parseTrack().
| #define MATROSKA_TRACK_TYPE_OTHER 0x08 |
Definition at line 124 of file MatroskaFile.hh.
Referenced by MatroskaFile::handleEndOfTrackHeaderParsing(), MatroskaFileServerDemux::newServerMediaSubsession(), and MatroskaFileParser::parseTrack().
| #define MATROSKA_TRACK_TYPE_SUBTITLE 0x04 |
Definition at line 123 of file MatroskaFile.hh.
Referenced by MatroskaFileServerDemux::newServerMediaSubsession(), and MatroskaFileParser::parseTrack().
| #define MATROSKA_TRACK_TYPE_VIDEO 0x01 |
Definition at line 121 of file MatroskaFile.hh.
Referenced by MatroskaFile::handleEndOfTrackHeaderParsing(), MatroskaFileServerDemux::newServerMediaSubsession(), and MatroskaFileParser::parseTrack().
1.5.2