#include <avformat.h>
Definition at line 1121 of file avformat.h.
A class for AVOptions.
Set by avformat_stream_group_create().
Definition at line 1125 of file avformat.h.
Referenced by avformat_stream_group_create().
Definition at line 1127 of file avformat.h.
Referenced by ff_free_stream_group().
Group index in AVFormatContext.
Definition at line 1132 of file avformat.h.
Referenced by avformat_stream_group_create(), dump_stream_group(), ff_iamf_add_audio_element(), get_stream_group_index_from_id(), of_parse_iamf_audio_element_layers(), of_parse_iamf_submixes(), and show_stream_group().
Group type-specific group ID.
decoding: set by libavformat encoding: may set by the user
Definition at line 1140 of file avformat.h.
Referenced by dump_stream_group(), ff_iamf_add_audio_element(), ff_iamf_add_mix_presentation(), get_stream_group_index_from_id(), iamf_read_header(), mov_parse_tiles(), mov_read_header(), of_parse_iamf_submixes(), and show_stream_group().
Group type.
decoding: set by libavformat on group creation encoding: set by avformat_stream_group_create()
Definition at line 1148 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_write_ftyp_tag(), of_map_group(), of_parse_iamf_submixes(), print_stream_group_params(), show_stream_group(), and stream_group_child_next().
Definition at line 1154 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(), of_map_group(), of_parse_iamf_audio_element_layers(), print_stream_group_params(), and stream_group_child_next().
Definition at line 1155 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(), of_map_group(), of_parse_iamf_submixes(), print_stream_group_params(), and stream_group_child_next().
Definition at line 1156 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().
Definition at line 1157 of file avformat.h.
Referenced by avformat_stream_group_create(), dump_stream_group(), ff_free_stream_group(), mov_read_header(), and stream_group_child_next().
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_header(), of_map_group(), of_parse_iamf_audio_element_layers(), of_parse_iamf_submixes(), print_stream_group_params(), and stream_group_child_next().
Metadata that applies to the whole group.
Freed by libavformat in avformat_free_context().
Definition at line 1168 of file avformat.h.
Referenced by dump_stream_group(), ff_free_stream_group(), mov_parse_tiles(), and show_stream_group().
Number of elements in AVStreamGroup.streams.
Set by avformat_stream_group_add_stream() must not be modified by any other code.
Definition at line 1175 of file avformat.h.
Referenced by avformat_stream_group_add_stream(), dump_stream_group(), ff_iamf_add_audio_element(), ff_iamf_add_mix_presentation(), iamf_read_header(), mov_init(), mov_read_header(), of_parse_group_token(), show_stream_group(), and stream_group_add_stream().
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 1188 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(), of_parse_group_token(), show_stream_group(), and stream_group_add_stream().
Stream group disposition - a combination of AV_DISPOSITION_* flags.
This field currently applies to all defined AVStreamGroupParamsType.
Definition at line 1198 of file avformat.h.
Referenced by dump_stream_group(), mov_parse_tiles(), and show_stream_group().