Audacity 3.2.0
Public Attributes | List of all members
AVStreamGroup Struct Reference

#include <ffmpeg-7.0.0-single-header.h>

Collaboration diagram for AVStreamGroup:
[legend]

Public Attributes

const AVClassav_class
 
void * priv_data
 
unsigned int index
 
int64_t id
 
enum AVStreamGroupParamsType type
 
union {
   struct AVIAMFAudioElement *   iamf_audio_element
 
   struct AVIAMFMixPresentation *   iamf_mix_presentation
 
   struct AVStreamGroupTileGrid *   tile_grid
 
params
 
AVDictionarymetadata
 
unsigned int nb_streams
 
AVStream ** streams
 
int disposition
 

Detailed Description

Definition at line 4695 of file ffmpeg-7.0.0-single-header.h.

Member Data Documentation

◆ av_class

const AVClass* AVStreamGroup::av_class

Definition at line 4697 of file ffmpeg-7.0.0-single-header.h.

◆ disposition

int AVStreamGroup::disposition

Definition at line 4719 of file ffmpeg-7.0.0-single-header.h.

◆ iamf_audio_element

struct AVIAMFAudioElement* AVStreamGroup::iamf_audio_element

Definition at line 4708 of file ffmpeg-7.0.0-single-header.h.

◆ iamf_mix_presentation

struct AVIAMFMixPresentation* AVStreamGroup::iamf_mix_presentation

Definition at line 4709 of file ffmpeg-7.0.0-single-header.h.

◆ id

int64_t AVStreamGroup::id

Definition at line 4703 of file ffmpeg-7.0.0-single-header.h.

◆ index

unsigned int AVStreamGroup::index

Definition at line 4701 of file ffmpeg-7.0.0-single-header.h.

◆ metadata

AVDictionary* AVStreamGroup::metadata

Definition at line 4713 of file ffmpeg-7.0.0-single-header.h.

◆ nb_streams

unsigned int AVStreamGroup::nb_streams

Definition at line 4715 of file ffmpeg-7.0.0-single-header.h.

◆ 

union { ... } AVStreamGroup::params

◆ priv_data

void* AVStreamGroup::priv_data

Definition at line 4699 of file ffmpeg-7.0.0-single-header.h.

◆ streams

AVStream** AVStreamGroup::streams

Definition at line 4717 of file ffmpeg-7.0.0-single-header.h.

◆ tile_grid

struct AVStreamGroupTileGrid* AVStreamGroup::tile_grid

Definition at line 4710 of file ffmpeg-7.0.0-single-header.h.

◆ type

enum AVStreamGroupParamsType AVStreamGroup::type

Definition at line 4705 of file ffmpeg-7.0.0-single-header.h.


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