FFmpeg
Data Fields
CodedBitstreamUnitTypeDescriptor Struct Reference

#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)
 

Detailed Description

Definition at line 52 of file cbs_internal.h.

Field Documentation

◆ nb_unit_types

int CodedBitstreamUnitTypeDescriptor::nb_unit_types

Definition at line 56 of file cbs_internal.h.

◆ unit_types

const CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::unit_types[CBS_MAX_UNIT_TYPES]

Definition at line 59 of file cbs_internal.h.

◆ unit_type_range_start

const CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::unit_type_range_start

Definition at line 63 of file cbs_internal.h.

◆ unit_type_range_end

const CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::unit_type_range_end

Definition at line 64 of file cbs_internal.h.

◆ content_type

enum CBSContentType CodedBitstreamUnitTypeDescriptor::content_type

Definition at line 67 of file cbs_internal.h.

◆ content_size

size_t CodedBitstreamUnitTypeDescriptor::content_size

Definition at line 70 of file cbs_internal.h.

◆ nb_ref_offsets

int CodedBitstreamUnitTypeDescriptor::nb_ref_offsets

Definition at line 74 of file cbs_internal.h.

◆ ref_offsets

size_t CodedBitstreamUnitTypeDescriptor::ref_offsets[CBS_MAX_REF_OFFSETS]

Definition at line 80 of file cbs_internal.h.

◆ content_free

void(* CodedBitstreamUnitTypeDescriptor::content_free) (void *opaque, uint8_t *data)

Definition at line 82 of file cbs_internal.h.

◆ content_clone

int(* CodedBitstreamUnitTypeDescriptor::content_clone) (AVBufferRef **ref, CodedBitstreamUnit *unit)

Definition at line 83 of file cbs_internal.h.


The documentation for this struct was generated from the following file: