Go to the source code of this file.
|
| MP4 |
| Contains all MP4 format related code.
|
|
|
enum | MP4::sampleflags {
MP4::noIPicture = 0x01000000,
MP4::isIPicture = 0x02000000,
MP4::noDisposable = 0x00400000,
MP4::isDisposable = 0x00800000,
MP4::isRedundant = 0x00100000,
MP4::noRedundant = 0x00200000,
MP4::noKeySample = 0x00010000,
MP4::isKeySample = 0x00000000,
MP4::MUST_BE_PRESENT = 0x1,
MP4::noIPicture = 0x01000000,
MP4::isIPicture = 0x02000000,
MP4::noDisposable = 0x00400000,
MP4::isDisposable = 0x00800000,
MP4::isRedundant = 0x00100000,
MP4::noRedundant = 0x00200000,
MP4::noKeySample = 0x00010000,
MP4::isKeySample = 0x00000000,
MP4::MUST_BE_PRESENT = 0x1
} |
|
enum | MP4::tfhdflags {
MP4::tfhdBaseOffset = 0x000001,
MP4::tfhdSampleDesc = 0x000002,
MP4::tfhdSampleDura = 0x000008,
MP4::tfhdSampleSize = 0x000010,
MP4::tfhdSampleFlag = 0x000020,
MP4::tfhdNoDuration = 0x010000,
MP4::tfhdBaseOffset = 0x000001,
MP4::tfhdSampleDesc = 0x000002,
MP4::tfhdSampleDura = 0x000008,
MP4::tfhdSampleSize = 0x000010,
MP4::tfhdSampleFlag = 0x000020,
MP4::tfhdNoDuration = 0x010000
} |
|
enum | MP4::trunflags {
MP4::trundataOffset = 0x00000001,
MP4::trunfirstSampleFlags = 0x00000004,
MP4::trunsampleDuration = 0x00000100,
MP4::trunsampleSize = 0x00000200,
MP4::trunsampleFlags = 0x00000400,
MP4::trunsampleOffsets = 0x00000800,
MP4::trundataOffset = 0x00000001,
MP4::trunfirstSampleFlags = 0x00000004,
MP4::trunsampleDuration = 0x00000100,
MP4::trunsampleSize = 0x00000200,
MP4::trunsampleFlags = 0x00000400,
MP4::trunsampleOffsets = 0x00000800
} |
|