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 More... | |
int64_t | essence_length |
int32_t | kag_size |
int64_t | header_byte_count |
int64_t | index_byte_count |
int | pack_length |
int64_t | pack_ofs |
absolute offset of pack in file, including run-in More... | |
int64_t | body_offset |
KLVPacket | first_essence_klv |
int MXFPartition::closed |
Definition at line 97 of file mxfdec.c.
Referenced by mxf_read_partition_pack(), and partition_score().
int MXFPartition::complete |
Definition at line 98 of file mxfdec.c.
Referenced by mxf_read_partition_pack(), and partition_score().
MXFPartitionType MXFPartition::type |
Definition at line 99 of file mxfdec.c.
Referenced by mxf_read_partition_pack(), and partition_score().
uint64_t MXFPartition::previous_partition |
Definition at line 100 of file mxfdec.c.
Referenced by mxf_read_partition_pack(), and mxf_seek_to_previous_partition().
int MXFPartition::index_sid |
Definition at line 101 of file mxfdec.c.
Referenced by mxf_read_partition_pack().
int MXFPartition::body_sid |
Definition at line 102 of file mxfdec.c.
Referenced by find_body_sid_by_absolute_offset(), mxf_compute_essence_containers(), mxf_essence_container_end(), mxf_handle_missing_index_segment(), and mxf_read_partition_pack().
int64_t MXFPartition::this_partition |
Definition at line 103 of file mxfdec.c.
Referenced by mxf_compute_essence_containers(), mxf_read_partition_pack(), and partition_score().
int64_t MXFPartition::essence_offset |
absolute offset of essence
Definition at line 104 of file mxfdec.c.
Referenced by mxf_absolute_bodysid_offset(), mxf_compute_essence_containers(), and mxf_essence_container_end().
int64_t MXFPartition::essence_length |
Definition at line 105 of file mxfdec.c.
Referenced by mxf_absolute_bodysid_offset(), mxf_compute_essence_containers(), and mxf_essence_container_end().
int32_t MXFPartition::kag_size |
Definition at line 106 of file mxfdec.c.
Referenced by mxf_read_partition_pack().
int64_t MXFPartition::header_byte_count |
Definition at line 107 of file mxfdec.c.
Referenced by mxf_read_partition_pack().
int64_t MXFPartition::index_byte_count |
Definition at line 108 of file mxfdec.c.
Referenced by mxf_read_partition_pack().
int MXFPartition::pack_length |
Definition at line 109 of file mxfdec.c.
Referenced by mxf_read_partition_pack().
int64_t MXFPartition::pack_ofs |
absolute offset of pack in file, including run-in
Definition at line 110 of file mxfdec.c.
Referenced by find_body_sid_by_absolute_offset(), mxf_read_partition_pack(), and mxf_seek_to_previous_partition().
int64_t MXFPartition::body_offset |
Definition at line 111 of file mxfdec.c.
Referenced by mxf_absolute_bodysid_offset(), and mxf_read_partition_pack().
KLVPacket MXFPartition::first_essence_klv |
Definition at line 112 of file mxfdec.c.
Referenced by mxf_compute_essence_containers(), mxf_handle_missing_index_segment(), mxf_read_header(), and mxf_read_seek().