FFmpeg
Data Fields
AVFilterChannelLayouts Struct Reference

A list of supported channel layouts. More...

#include <formats.h>

Data Fields

uint64_t * channel_layouts
 list of channel layouts More...
 
int nb_channel_layouts
 number of channel layouts More...
 
char all_layouts
 accept any known channel layout More...
 
char all_counts
 accept any channel layout or count More...
 
unsigned refcount
 number of references to this list More...
 
struct AVFilterChannelLayouts *** refs
 references to this list More...
 

Detailed Description

A list of supported channel layouts.

The list works the same as AVFilterFormats, except for the following differences:

Definition at line 86 of file formats.h.

Field Documentation

◆ channel_layouts

uint64_t* AVFilterChannelLayouts::channel_layouts

list of channel layouts

Definition at line 87 of file formats.h.

Referenced by ff_formats_check_channel_layouts(), reduce_formats_on_filter(), and swap_channel_layouts_on_filter().

◆ nb_channel_layouts

int AVFilterChannelLayouts::nb_channel_layouts

◆ all_layouts

char AVFilterChannelLayouts::all_layouts

accept any known channel layout

Definition at line 89 of file formats.h.

Referenced by ff_add_channel_layout(), ff_formats_check_channel_layouts(), reduce_formats_on_filter(), and sanitize_channel_layouts().

◆ all_counts

char AVFilterChannelLayouts::all_counts

accept any channel layout or count

Definition at line 90 of file formats.h.

Referenced by ff_formats_check_channel_layouts(), reduce_formats_on_filter(), and sanitize_channel_layouts().

◆ refcount

unsigned AVFilterChannelLayouts::refcount

number of references to this list

Definition at line 92 of file formats.h.

Referenced by query_formats().

◆ refs

struct AVFilterChannelLayouts*** AVFilterChannelLayouts::refs

references to this list

Definition at line 93 of file formats.h.


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