FFmpeg 7.1.1
Loading...
Searching...
No Matches
Data Fields
AVChannelCustom Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ id

enum AVChannel AVChannelCustom::id

Definition at line 276 of file channel_layout.h.

◆ name

char AVChannelCustom::name[16]

Definition at line 277 of file channel_layout.h.

◆ opaque

void* AVChannelCustom::opaque

Definition at line 278 of file channel_layout.h.


The documentation for this struct was generated from the following file: