|
enum | TrackFragmentFlagsMasks {
kDataOffsetPresentMask = 0x000001
, kFirstSampleFlagsPresentMask = 0x000004
, kSampleDurationPresentMask = 0x000100
, kSampleSizePresentMask = 0x000200
,
kSampleFlagsPresentMask = 0x000400
, kSampleCompTimeOffsetsPresentMask = 0x000800
} |
|
|
uint32_t | sample_count = 0u |
|
uint32_t | data_offset = 0u |
|
std::vector< uint32_t > | sample_flags |
|
std::vector< uint32_t > | sample_sizes |
|
std::vector< uint32_t > | sample_durations |
|
std::vector< int64_t > | sample_composition_time_offsets |
|
uint8_t | version = 0 |
|
uint32_t | flags = 0 |
|
Definition at line 782 of file box_definitions.h.
◆ BoxType()
FourCC shaka::media::mp4::TrackFragmentRun::BoxType |
( |
| ) |
const |
|
overridevirtual |
The documentation for this struct was generated from the following files: