live
|
#include <MatroskaFile.hh>
Public Member Functions | |
MatroskaTrack () | |
virtual | ~MatroskaTrack () |
Boolean | haveSubframes () const |
Data Fields | |
unsigned | trackNumber |
u_int8_t | trackType |
Boolean | isEnabled |
Boolean | isDefault |
Boolean | isForced |
unsigned | defaultDuration |
char * | name |
char * | language |
char * | codecID |
unsigned | samplingFrequency |
unsigned | numChannels |
char const * | mimeType |
unsigned | codecPrivateSize |
u_int8_t * | codecPrivate |
Boolean | codecPrivateUsesH264FormatForH265 |
Boolean | codecIsOpus |
unsigned | headerStrippedBytesSize |
u_int8_t * | headerStrippedBytes |
char const * | colorSampling |
char const * | colorimetry |
unsigned | pixelWidth |
unsigned | pixelHeight |
unsigned | bitDepth |
unsigned | subframeSizeSize |
Definition at line 141 of file MatroskaFile.hh.
MatroskaTrack::MatroskaTrack | ( | ) |
|
virtual |
|
inline |
unsigned MatroskaTrack::bitDepth |
Definition at line 167 of file MatroskaFile.hh.
char* MatroskaTrack::codecID |
Definition at line 153 of file MatroskaFile.hh.
Boolean MatroskaTrack::codecIsOpus |
Definition at line 160 of file MatroskaFile.hh.
u_int8_t* MatroskaTrack::codecPrivate |
Definition at line 158 of file MatroskaFile.hh.
unsigned MatroskaTrack::codecPrivateSize |
Definition at line 157 of file MatroskaFile.hh.
Boolean MatroskaTrack::codecPrivateUsesH264FormatForH265 |
Definition at line 159 of file MatroskaFile.hh.
char const* MatroskaTrack::colorimetry |
Definition at line 164 of file MatroskaFile.hh.
char const* MatroskaTrack::colorSampling |
Definition at line 163 of file MatroskaFile.hh.
unsigned MatroskaTrack::defaultDuration |
Definition at line 150 of file MatroskaFile.hh.
u_int8_t* MatroskaTrack::headerStrippedBytes |
Definition at line 162 of file MatroskaFile.hh.
unsigned MatroskaTrack::headerStrippedBytesSize |
Definition at line 161 of file MatroskaFile.hh.
Boolean MatroskaTrack::isDefault |
Definition at line 149 of file MatroskaFile.hh.
Boolean MatroskaTrack::isEnabled |
Definition at line 149 of file MatroskaFile.hh.
Boolean MatroskaTrack::isForced |
Definition at line 149 of file MatroskaFile.hh.
char* MatroskaTrack::language |
Definition at line 152 of file MatroskaFile.hh.
char const* MatroskaTrack::mimeType |
Definition at line 156 of file MatroskaFile.hh.
char* MatroskaTrack::name |
Definition at line 151 of file MatroskaFile.hh.
unsigned MatroskaTrack::numChannels |
Definition at line 155 of file MatroskaFile.hh.
unsigned MatroskaTrack::pixelHeight |
Definition at line 166 of file MatroskaFile.hh.
unsigned MatroskaTrack::pixelWidth |
Definition at line 165 of file MatroskaFile.hh.
unsigned MatroskaTrack::samplingFrequency |
Definition at line 154 of file MatroskaFile.hh.
unsigned MatroskaTrack::subframeSizeSize |
Definition at line 168 of file MatroskaFile.hh.
Referenced by haveSubframes().
unsigned MatroskaTrack::trackNumber |
Definition at line 147 of file MatroskaFile.hh.
u_int8_t MatroskaTrack::trackType |
Definition at line 148 of file MatroskaFile.hh.