FFmpeg
|
An AVChannelCustom defines a single channel within a custom order layout. More...
#include <channel_layout.h>
Data Fields | |
enum AVChannel | id |
char | name [16] |
void * | opaque |
An AVChannelCustom defines a single channel within a custom order layout.
Unlike most structures in FFmpeg, sizeof(AVChannelCustom) is a part of the public ABI.
No new fields may be added to it without a major version bump.
Definition at line 275 of file channel_layout.h.
enum AVChannel AVChannelCustom::id |
Definition at line 276 of file channel_layout.h.
Referenced by ambisonics_config(), av_channel_layout_channel_from_index(), av_channel_layout_check(), av_channel_layout_from_string(), av_channel_layout_index_from_channel(), av_channel_layout_index_from_string(), av_channel_layout_retype(), canonical_order(), ff_mov_read_chan(), ff_mov_read_chnl(), masked_description(), mov_get_channel_layout(), mov_read_SA3D(), parse_channel_list(), parse_mca_labels(), and query_formats().
char AVChannelCustom::name[16] |
Definition at line 277 of file channel_layout.h.
Referenced by av_channel_layout_describe_bprint(), av_channel_layout_from_string(), av_channel_layout_index_from_string(), av_channel_layout_retype(), has_channel_names(), and parse_channel_list().
void* AVChannelCustom::opaque |
Definition at line 278 of file channel_layout.h.