FFmpeg
Loading...
Searching...
No Matches
AVChannelCustom Struct Reference

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
 

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 292 of file channel_layout.h.

Field Documentation

◆ id

◆ name

◆ opaque

void* AVChannelCustom::opaque

Definition at line 295 of file channel_layout.h.


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