Audacity 3.2.0
Public Attributes | List of all members
AVChannelLayout Struct Reference

#include <ffmpeg-6.0.0-single-header.h>

Collaboration diagram for AVChannelLayout:
[legend]

Public Attributes

enum AVChannelOrder order
 
int nb_channels
 
union {
   uint64_t   mask
 
   AVChannelCustom *   map
 
u
 
void * opaque
 

Detailed Description

Definition at line 1561 of file ffmpeg-6.0.0-single-header.h.

Member Data Documentation

◆ map

AVChannelCustom* AVChannelLayout::map

Definition at line 1571 of file ffmpeg-6.0.0-single-header.h.

◆ mask

uint64_t AVChannelLayout::mask

Definition at line 1569 of file ffmpeg-6.0.0-single-header.h.

◆ nb_channels

int AVChannelLayout::nb_channels

Definition at line 1565 of file ffmpeg-6.0.0-single-header.h.

◆ opaque

void* AVChannelLayout::opaque

Definition at line 1574 of file ffmpeg-6.0.0-single-header.h.

◆ order

enum AVChannelOrder AVChannelLayout::order

Definition at line 1563 of file ffmpeg-6.0.0-single-header.h.

◆ 

union { ... } AVChannelLayout::u

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