Go to the source code of this file.
Namespaces | |
namespace | mxflib |
Variables | |
const UInt8 | TrackTypeDataDefTimecode12M [16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00 } |
Track type data def for 12M timecode tracks (without use bits). | |
const int | TrackTypeDataDefTimecode12MCompare = 13 |
Number of bytes to compare to tell if this is a timecode 12M track. | |
const UInt8 | TrackTypeDataDefTimecode12MUser [16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00 } |
Track type data def for 12M timecode tracks (with use bits). | |
const int | TrackTypeDataDefTimecode12MUserCompare = 13 |
Number of bytes to compare to tell if this is a timecode 12M track (with user bits). | |
const UInt8 | TrackTypeDataDefTimecode309M [16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x01, 0x03, 0x00, 0x00, 0x00 } |
Track type data def for 309M timecode tracks. | |
const int | TrackTypeDataDefTimecode309MCompare = 13 |
Number of bytes to compare to tell if this is a timecode 309M track. | |
const UInt8 | TrackTypeDataDefPicture [16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00 } |
Track type data def for picture tracks. | |
const int | TrackTypeDataDefPictureCompare = 16 |
Number of bytes to compare to tell if this is a picture track. | |
const UInt8 | TrackTypeDataDefSound [16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x02, 0x02, 0x00, 0x00, 0x00 } |
Track type data def for sound tracks. | |
const int | TrackTypeDataDefSoundCompare = 16 |
Number of bytes to compare to tell if this is a sound track. | |
const UInt8 | TrackTypeDataDefData [16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00 } |
Track type data def for data tracks. | |
const int | TrackTypeDataDefDataCompare = 16 |
Number of bytes to compare to tell if this is a data track. | |
const UInt8 | TrackTypeDataDefDM [16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x01, 0x10, 0x00, 0x00, 0x00 } |
Track type data def for DM tracks. | |
const int | TrackTypeDataDefDMCompare = 13 |
Number of bytes to compare to tell if this is a DM track. |