FFmpeg 5.1.6
|
An AVChannelCustom defines a single channel within a custom order layout. More...
#include <libavutil/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 257 of file channel_layout.h.
enum AVChannel AVChannelCustom::id |
Definition at line 258 of file channel_layout.h.
char AVChannelCustom::name[16] |
Definition at line 259 of file channel_layout.h.
void* AVChannelCustom::opaque |
Definition at line 260 of file channel_layout.h.