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 57 of file cbs_internal.h.

Field Documentation

◆ nb_unit_types

int CodedBitstreamUnitTypeDescriptor::nb_unit_types

Definition at line 61 of file cbs_internal.h.

◆ unit_types

const CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::unit_types[CBS_MAX_UNIT_TYPES]

Definition at line 64 of file cbs_internal.h.

◆ unit_type_range_start

const CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::unit_type_range_start

Definition at line 68 of file cbs_internal.h.

◆ unit_type_range_end

const CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::unit_type_range_end

Definition at line 69 of file cbs_internal.h.

◆ content_type

enum CBSContentType CodedBitstreamUnitTypeDescriptor::content_type

Definition at line 72 of file cbs_internal.h.

◆ content_size

size_t CodedBitstreamUnitTypeDescriptor::content_size

Definition at line 75 of file cbs_internal.h.

◆ nb_ref_offsets

int CodedBitstreamUnitTypeDescriptor::nb_ref_offsets

Definition at line 79 of file cbs_internal.h.

◆ ref_offsets

size_t CodedBitstreamUnitTypeDescriptor::ref_offsets[CBS_MAX_REF_OFFSETS]

Definition at line 85 of file cbs_internal.h.

◆ content_free

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

Definition at line 87 of file cbs_internal.h.

◆ content_clone

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

Definition at line 88 of file cbs_internal.h.


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