FFmpeg
|
Data Fields | |
int | closed |
int | complete |
MXFPartitionType | type |
uint64_t | previous_partition |
int | index_sid |
int | body_sid |
int64_t | this_partition |
int64_t | essence_offset |
absolute offset of essence | |
int64_t | essence_length |
int32_t | kag_size |
int64_t | header_byte_count |
int64_t | index_byte_count |
int | pack_length |
int MXFPartition::closed |
Definition at line 79 of file mxfdec.c.
Referenced by mxf_read_partition_pack().
int MXFPartition::complete |
Definition at line 80 of file mxfdec.c.
Referenced by mxf_read_partition_pack().
MXFPartitionType MXFPartition::type |
Definition at line 81 of file mxfdec.c.
Referenced by mxf_read_partition_pack().
uint64_t MXFPartition::previous_partition |
Definition at line 82 of file mxfdec.c.
Referenced by mxf_read_partition_pack(), and mxf_seek_to_previous_partition().
int MXFPartition::index_sid |
Definition at line 83 of file mxfdec.c.
Referenced by mxf_read_partition_pack().
int MXFPartition::body_sid |
Definition at line 84 of file mxfdec.c.
Referenced by mxf_absolute_bodysid_offset(), mxf_compute_essence_containers(), mxf_essence_container_end(), and mxf_read_partition_pack().
int64_t MXFPartition::this_partition |
Definition at line 85 of file mxfdec.c.
Referenced by mxf_compute_essence_containers(), mxf_read_header(), and mxf_read_partition_pack().
int64_t MXFPartition::essence_offset |
absolute offset of essence
Definition at line 86 of file mxfdec.c.
Referenced by mxf_absolute_bodysid_offset(), mxf_compute_essence_containers(), mxf_essence_container_end(), and mxf_read_header().
int64_t MXFPartition::essence_length |
Definition at line 87 of file mxfdec.c.
Referenced by mxf_absolute_bodysid_offset(), mxf_compute_essence_containers(), mxf_essence_container_end(), and mxf_read_header().
int32_t MXFPartition::kag_size |
Definition at line 88 of file mxfdec.c.
Referenced by mxf_read_header(), and mxf_read_partition_pack().
int64_t MXFPartition::header_byte_count |
Definition at line 89 of file mxfdec.c.
Referenced by mxf_read_header(), and mxf_read_partition_pack().
int64_t MXFPartition::index_byte_count |
Definition at line 90 of file mxfdec.c.
Referenced by mxf_read_header(), and mxf_read_partition_pack().
int MXFPartition::pack_length |
Definition at line 91 of file mxfdec.c.
Referenced by mxf_read_header(), and mxf_read_partition_pack().