#include <audioconvert.h>
Data Fields | |
AVAudioResampleContext * | avr |
enum AVSampleFormat | in_fmt |
enum AVSampleFormat | out_fmt |
int | channels |
int | planes |
int | ptr_align |
int | samples_align |
int | has_optimized_func |
const char * | func_descr |
const char * | func_descr_generic |
enum ConvFuncType | func_type |
conv_func_flat * | conv_flat |
conv_func_flat * | conv_flat_generic |
conv_func_interleave * | conv_interleave |
conv_func_interleave * | conv_interleave_generic |
conv_func_deinterleave * | conv_deinterleave |
conv_func_deinterleave * | conv_deinterleave_generic |
conv_func_type * | conv_f |
simd_func_type * | simd_f |
const int * | ch_map |
uint8_t | silence [8] |
silence input sample |
Definition at line 46 of file audio_convert.c.
const int* AudioConvert::ch_map |
const char* AudioConvert::func_descr |
const char* AudioConvert::func_descr_generic |
Definition at line 51 of file audio_convert.c.
Definition at line 43 of file audioconvert.h.