Libav
Data Fields
AudioData Struct Reference

Audio buffer used for intermediate storage between conversion phases. More...

#include <audio_data.h>

Data Fields

const AVClassclass
 AVClass for logging. More...
 
uint8_tdata [AVRESAMPLE_MAX_CHANNELS]
 data plane pointers More...
 
uint8_tbuffer
 data buffer More...
 
unsigned int buffer_size
 allocated buffer size More...
 
int allocated_samples
 number of samples the buffer can hold More...
 
int nb_samples
 current number of samples More...
 
enum AVSampleFormat sample_fmt
 sample format More...
 
int channels
 channel count More...
 
int allocated_channels
 allocated channel count More...
 
int is_planar
 sample format is planar More...
 
int planes
 number of data planes More...
 
int sample_size
 bytes per sample More...
 
int stride
 sample byte offset within a plane More...
 
int read_only
 data is read-only More...
 
int allow_realloc
 realloc is allowed More...
 
int ptr_align
 minimum data pointer alignment More...
 
int samples_align
 allocated samples alignment More...
 
const char * name
 name for debug logging More...
 

Detailed Description

Audio buffer used for intermediate storage between conversion phases.

Definition at line 37 of file audio_data.h.

Field Documentation

§ class

const AVClass* AudioData::class

AVClass for logging.

Definition at line 38 of file audio_data.h.

Referenced by ff_audio_data_alloc(), and ff_audio_data_init().

§ data

uint8_t* AudioData::data[AVRESAMPLE_MAX_CHANNELS]

§ buffer

uint8_t* AudioData::buffer

data buffer

Definition at line 40 of file audio_data.h.

Referenced by ff_audio_data_realloc().

§ buffer_size

unsigned int AudioData::buffer_size

allocated buffer size

Definition at line 41 of file audio_data.h.

Referenced by ff_audio_data_realloc().

§ allocated_samples

int AudioData::allocated_samples

number of samples the buffer can hold

Definition at line 42 of file audio_data.h.

Referenced by ff_audio_data_init(), ff_audio_data_realloc(), ff_audio_resample(), and handle_buffered_output().

§ nb_samples

int AudioData::nb_samples

§ sample_fmt

enum AVSampleFormat AudioData::sample_fmt

§ channels

int AudioData::channels

§ allocated_channels

int AudioData::allocated_channels

§ is_planar

int AudioData::is_planar

§ planes

int AudioData::planes

§ sample_size

int AudioData::sample_size

bytes per sample

Definition at line 49 of file audio_data.h.

Referenced by ff_audio_data_alloc(), and ff_audio_data_init().

§ stride

int AudioData::stride

§ read_only

int AudioData::read_only

§ allow_realloc

int AudioData::allow_realloc

realloc is allowed

Definition at line 52 of file audio_data.h.

Referenced by ff_audio_data_alloc(), ff_audio_data_init(), ff_audio_data_realloc(), and ff_audio_resample().

§ ptr_align

int AudioData::ptr_align

minimum data pointer alignment

Definition at line 53 of file audio_data.h.

Referenced by calc_ptr_alignment(), ff_audio_mix(), ff_convert_dither(), and if().

§ samples_align

int AudioData::samples_align

allocated samples alignment

Definition at line 54 of file audio_data.h.

Referenced by ff_audio_data_init(), ff_audio_data_realloc(), ff_audio_mix(), ff_convert_dither(), and if().

§ name

const char* AudioData::name

name for debug logging

Definition at line 55 of file audio_data.h.

Referenced by avresample_convert(), ff_audio_data_alloc(), ff_audio_data_init(), and handle_buffered_output().


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