FFmpeg
|
#include <avformat.h>
Data Fields | |
const AVClass * | av_class |
A class for AVOptions. More... | |
void * | priv_data |
unsigned int | index |
Group index in AVFormatContext. More... | |
int64_t | id |
Group type-specific group ID. More... | |
enum AVStreamGroupParamsType | type |
Group type. More... | |
union { | |
struct AVIAMFAudioElement * iamf_audio_element | |
struct AVIAMFMixPresentation * iamf_mix_presentation | |
struct AVStreamGroupTileGrid * tile_grid | |
} | params |
Group type-specific parameters. More... | |
AVDictionary * | metadata |
Metadata that applies to the whole group. More... | |
unsigned int | nb_streams |
Number of elements in AVStreamGroup.streams. More... | |
AVStream ** | streams |
A list of streams in the group. More... | |
int | disposition |
Stream group disposition - a combination of AV_DISPOSITION_* flags. More... | |
Definition at line 1090 of file avformat.h.
const AVClass* AVStreamGroup::av_class |
A class for AVOptions.
Set by avformat_stream_group_create().
Definition at line 1094 of file avformat.h.
Referenced by avformat_stream_group_create().
void* AVStreamGroup::priv_data |
Definition at line 1096 of file avformat.h.
Referenced by ff_free_stream_group().
unsigned int AVStreamGroup::index |
Group index in AVFormatContext.
Definition at line 1101 of file avformat.h.
Referenced by avformat_stream_group_create(), dump_stream_group(), ff_iamf_add_audio_element(), of_parse_iamf_audio_element_layers(), of_parse_iamf_submixes(), and show_stream_group().
int64_t AVStreamGroup::id |
Group type-specific group ID.
decoding: set by libavformat encoding: may set by the user
Definition at line 1109 of file avformat.h.
Referenced by dump_stream_group(), ff_iamf_add_audio_element(), ff_iamf_add_mix_presentation(), iamf_read_header(), mov_parse_tiles(), mov_read_iacb(), of_parse_iamf_submixes(), and show_stream_group().
enum AVStreamGroupParamsType AVStreamGroup::type |
Group type.
decoding: set by libavformat on group creation encoding: set by avformat_stream_group_create()
Definition at line 1117 of file avformat.h.
Referenced by avformat_stream_group_create(), dump_stream_group(), ff_free_stream_group(), ff_iamf_add_audio_element(), ff_iamf_add_mix_presentation(), get_stream_group_type(), iamf_init(), mov_init(), mov_init_iamf_track(), mov_write_ftyp_tag(), of_parse_iamf_submixes(), print_stream_group_params(), show_stream_group(), and stream_group_child_next().
struct AVIAMFAudioElement* AVStreamGroup::iamf_audio_element |
Definition at line 1123 of file avformat.h.
Referenced by avformat_stream_group_create(), dump_stream_group(), ff_free_stream_group(), ff_iamf_add_audio_element(), iamf_read_header(), mov_read_iacb(), of_parse_iamf_audio_element_layers(), print_stream_group_params(), and stream_group_child_next().
struct AVIAMFMixPresentation* AVStreamGroup::iamf_mix_presentation |
Definition at line 1124 of file avformat.h.
Referenced by avformat_stream_group_create(), dump_stream_group(), ff_free_stream_group(), ff_iamf_add_mix_presentation(), iamf_read_header(), mov_read_iacb(), of_parse_iamf_submixes(), print_stream_group_params(), and stream_group_child_next().
struct AVStreamGroupTileGrid* AVStreamGroup::tile_grid |
Definition at line 1125 of file avformat.h.
Referenced by avformat_stream_group_create(), dump_stream_group(), ff_free_stream_group(), mov_parse_tiles(), print_stream_group_params(), and stream_group_child_next().
union { ... } AVStreamGroup::params |
Group type-specific parameters.
Referenced by avformat_stream_group_create(), dump_stream_group(), ff_free_stream_group(), ff_iamf_add_audio_element(), ff_iamf_add_mix_presentation(), iamf_read_header(), mov_parse_tiles(), mov_read_iacb(), of_parse_iamf_audio_element_layers(), of_parse_iamf_submixes(), print_stream_group_params(), and stream_group_child_next().
AVDictionary* AVStreamGroup::metadata |
Metadata that applies to the whole group.
Freed by libavformat in avformat_free_context().
Definition at line 1136 of file avformat.h.
Referenced by dump_stream_group(), ff_free_stream_group(), mov_parse_tiles(), mov_read_iacb(), and show_stream_group().
unsigned int AVStreamGroup::nb_streams |
Number of elements in AVStreamGroup.streams.
Set by avformat_stream_group_add_stream() must not be modified by any other code.
Definition at line 1143 of file avformat.h.
Referenced by avformat_stream_group_add_stream(), dump_stream_group(), ff_iamf_add_audio_element(), iamf_read_header(), mov_init(), mov_init_iamf_track(), mov_read_iacb(), mov_update_iamf_streams(), of_parse_group_token(), show_stream_group(), and stream_group_add_stream().
AVStream** AVStreamGroup::streams |
A list of streams in the group.
New entries are created with avformat_stream_group_add_stream().
Freed by libavformat in avformat_free_context().
Definition at line 1156 of file avformat.h.
Referenced by avformat_stream_group_add_stream(), dump_stream_group(), ff_free_stream_group(), ff_iamf_add_audio_element(), fill_codec_config(), iamf_read_header(), mov_init(), mov_init_iamf_track(), mov_read_iacb(), mov_update_iamf_streams(), of_parse_group_token(), show_stream_group(), and stream_group_add_stream().
int AVStreamGroup::disposition |
Stream group disposition - a combination of AV_DISPOSITION_* flags.
This field currently applies to all defined AVStreamGroupParamsType.
Definition at line 1166 of file avformat.h.
Referenced by dump_stream_group(), mov_parse_tiles(), and show_stream_group().