| FFmpeg
    | 
#include <cbs_internal.h>
| Data Fields | |
| int | nb_unit_types | 
| const CodedBitstreamUnitType | unit_types [CBS_MAX_UNIT_TYPES] | 
| const CodedBitstreamUnitType | unit_type_range_start | 
| const CodedBitstreamUnitType | unit_type_range_end | 
| enum CBSContentType | content_type | 
| size_t | content_size | 
| int | nb_ref_offsets | 
| size_t | ref_offsets [CBS_MAX_REF_OFFSETS] | 
| void(* | content_free )(void *opaque, uint8_t *data) | 
| int(* | content_clone )(AVBufferRef **ref, CodedBitstreamUnit *unit) | 
Definition at line 57 of file cbs_internal.h.
| int CodedBitstreamUnitTypeDescriptor::nb_unit_types | 
Definition at line 61 of file cbs_internal.h.
| const CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::unit_types[CBS_MAX_UNIT_TYPES] | 
Definition at line 64 of file cbs_internal.h.
| const CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::unit_type_range_start | 
Definition at line 68 of file cbs_internal.h.
| const CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::unit_type_range_end | 
Definition at line 69 of file cbs_internal.h.
| enum CBSContentType CodedBitstreamUnitTypeDescriptor::content_type | 
Definition at line 72 of file cbs_internal.h.
| size_t CodedBitstreamUnitTypeDescriptor::content_size | 
Definition at line 75 of file cbs_internal.h.
| int CodedBitstreamUnitTypeDescriptor::nb_ref_offsets | 
Definition at line 79 of file cbs_internal.h.
| size_t CodedBitstreamUnitTypeDescriptor::ref_offsets[CBS_MAX_REF_OFFSETS] | 
Definition at line 85 of file cbs_internal.h.
| void(* CodedBitstreamUnitTypeDescriptor::content_free) (void *opaque, uint8_t *data) | 
Definition at line 87 of file cbs_internal.h.
| int(* CodedBitstreamUnitTypeDescriptor::content_clone) (AVBufferRef **ref, CodedBitstreamUnit *unit) | 
Definition at line 88 of file cbs_internal.h.
 1.8.17
 1.8.17