AudioData Struct Reference

#include <swresample_internal.h>


Data Fields

AVClassclass
int fd
int sample_rate
int channels
int frame_size
enum CodecID codec_id
unsigned int flip_left: 1
uint8_t buffer [AUDIO_BLOCK_SIZE]
int buffer_ptr
uint8_t * ch [SWR_CH_MAX]
 samples buffer per channel
uint8_t * data
 samples buffer
int ch_count
 number of channels
int bps
 bytes per sample
int count
 number of samples
int planar
 1 if planar audio, 0 otherwise


Detailed Description

Definition at line 47 of file oss_audio.c.


Field Documentation

bytes per sample

Definition at line 30 of file swresample_internal.h.

Referenced by buf_set(), copy(), fill_audiodata(), realloc_audio(), swr_convert(), and swr_init().

uint8_t AudioData::buffer[AUDIO_BLOCK_SIZE]

Definition at line 55 of file oss_audio.c.

Referenced by audio_write_packet().

Definition at line 56 of file oss_audio.c.

Referenced by audio_write_packet().

uint8_t* AudioData::ch[SWR_CH_MAX]

samples buffer per channel

Definition at line 27 of file swresample_internal.h.

Referenced by buf_set(), copy(), fill_audiodata(), realloc_audio(), swr_convert(), swri_multiple_resample(), and swri_rematrix().

Definition at line 51 of file oss_audio.c.

Referenced by audio_open(), audio_read_header(), audio_read_packet(), and audio_write_header().

Definition at line 48 of file oss_audio.c.

Definition at line 53 of file oss_audio.c.

Referenced by audio_open(), and audio_read_header().

number of samples

Definition at line 31 of file swresample_internal.h.

Referenced by realloc_audio(), and resample().

uint8_t* AudioData::data

samples buffer

Definition at line 28 of file swresample_internal.h.

Referenced by free_temp(), and realloc_audio().

Definition at line 49 of file oss_audio.c.

Referenced by audio_close(), audio_open(), audio_read_packet(), and audio_write_packet().

unsigned int AudioData::flip_left

Definition at line 54 of file oss_audio.c.

Referenced by audio_open(), and audio_read_packet().

Definition at line 52 of file oss_audio.c.

Referenced by audio_open(), and audio_read_packet().

1 if planar audio, 0 otherwise

Definition at line 32 of file swresample_internal.h.

Referenced by buf_set(), copy(), fill_audiodata(), realloc_audio(), swr_convert(), and swr_init().

Definition at line 50 of file oss_audio.c.

Referenced by audio_open(), audio_read_header(), audio_read_packet(), and audio_write_header().


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

Generated on Fri Oct 26 02:46:15 2012 for FFmpeg by  doxygen 1.5.8