ReSampleContext Struct Reference


Data Fields

const AVClassav_class
struct AVResampleContextresample_context
short * temp [2]
int temp_len
float ratio
int input_channels
int output_channels
int filter_channels
AVAudioConvertconvert_ctx [2]
enum SampleFormat sample_fmt [2]
 input and output sample format
unsigned sample_size [2]
 size of one sample in sample_fmt
short * buffer [2]
 buffers used for conversion to S16
unsigned buffer_size [2]
 sizes of allocated buffers

Detailed Description

Definition at line 41 of file resample.c.


Field Documentation

Definition at line 42 of file resample.c.

Referenced by av_audio_resample_init().

buffers used for conversion to S16

Definition at line 52 of file resample.c.

Referenced by audio_resample(), and audio_resample_close().

sizes of allocated buffers

Definition at line 53 of file resample.c.

Referenced by audio_resample().

Definition at line 49 of file resample.c.

Referenced by audio_resample(), audio_resample_close(), and av_audio_resample_init().

Definition at line 48 of file resample.c.

Referenced by audio_resample(), and av_audio_resample_init().

Definition at line 48 of file resample.c.

Referenced by audio_resample(), and av_audio_resample_init().

Definition at line 48 of file resample.c.

Referenced by audio_resample(), and av_audio_resample_init().

Definition at line 46 of file resample.c.

Referenced by audio_resample(), and av_audio_resample_init().

Definition at line 43 of file resample.c.

Referenced by audio_resample(), audio_resample_close(), and av_audio_resample_init().

input and output sample format

Definition at line 50 of file resample.c.

Referenced by audio_resample(), and av_audio_resample_init().

size of one sample in sample_fmt

Definition at line 51 of file resample.c.

Referenced by audio_resample(), and av_audio_resample_init().

Definition at line 44 of file resample.c.

Referenced by audio_resample(), and audio_resample_close().

Definition at line 45 of file resample.c.

Referenced by audio_resample().


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

Generated on Fri Oct 26 02:35:48 2012 for FFmpeg by  doxygen 1.5.8