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 271 of file channel_layout.h.
enum AVChannel AVChannelCustom::id |
Definition at line 272 of file channel_layout.h.
Referenced by av_channel_layout_channel_from_index(), av_channel_layout_check(), av_channel_layout_from_string(), av_channel_layout_index_from_channel(), and av_channel_layout_index_from_string().
char AVChannelCustom::name[16] |
Definition at line 273 of file channel_layout.h.
Referenced by av_channel_layout_describe_bprint(), av_channel_layout_from_string(), and av_channel_layout_index_from_string().
void* AVChannelCustom::opaque |
Definition at line 274 of file channel_layout.h.