Miam-Player  0.8.0
A nice music player
AVABufferSinkParams Struct Reference

#include <buffersink.h>

Public Attributes

enum AVSampleFormatsample_fmts
 list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE More...
 
const int64_t * channel_layouts
 list of allowed channel layouts, terminated by -1 More...
 
const int * channel_counts
 list of allowed channel counts, terminated by -1 More...
 
int all_channel_counts
 if not 0, accept any channel count or layout More...
 
int * sample_rates
 list of allowed sample rates, terminated by -1 More...
 

Detailed Description

Struct to use for initializing an abuffersink context.

Member Data Documentation

int AVABufferSinkParams::all_channel_counts

if not 0, accept any channel count or layout

const int* AVABufferSinkParams::channel_counts

list of allowed channel counts, terminated by -1

const int64_t* AVABufferSinkParams::channel_layouts

list of allowed channel layouts, terminated by -1

enum AVSampleFormat* AVABufferSinkParams::sample_fmts

list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE

int* AVABufferSinkParams::sample_rates

list of allowed sample rates, terminated by -1


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