Libav
Data Fields
VolumeContext Struct Reference

#include <af_volume.h>

Data Fields

const AVClassclass
 
AVFloatDSPContext fdsp
 
enum PrecisionType precision
 
enum ReplayGainType replaygain
 
double replaygain_preamp
 
int replaygain_noclip
 
double volume
 
int volume_i
 
int channels
 
int planes
 
enum AVSampleFormat sample_fmt
 
void(* scale_samples )(uint8_t *dst, const uint8_t *src, int nb_samples, int volume)
 
int samples_align
 

Detailed Description

Definition at line 45 of file af_volume.h.

Field Documentation

§ class

const AVClass* VolumeContext::class

Definition at line 46 of file af_volume.h.

§ fdsp

AVFloatDSPContext VolumeContext::fdsp

Definition at line 47 of file af_volume.h.

Referenced by filter_frame(), and volume_init().

§ precision

enum PrecisionType VolumeContext::precision

Definition at line 48 of file af_volume.h.

Referenced by filter_frame(), init(), and query_formats().

§ replaygain

enum ReplayGainType VolumeContext::replaygain

Definition at line 49 of file af_volume.h.

Referenced by filter_frame().

§ replaygain_preamp

double VolumeContext::replaygain_preamp

Definition at line 50 of file af_volume.h.

Referenced by filter_frame().

§ replaygain_noclip

int VolumeContext::replaygain_noclip

Definition at line 51 of file af_volume.h.

Referenced by filter_frame().

§ volume

double VolumeContext::volume

Definition at line 52 of file af_volume.h.

Referenced by filter_frame(), and init().

§ volume_i

int VolumeContext::volume_i

Definition at line 53 of file af_volume.h.

Referenced by ff_volume_init_x86(), filter_frame(), init(), and volume_init().

§ channels

int VolumeContext::channels

Definition at line 54 of file af_volume.h.

Referenced by config_output(), and filter_frame().

§ planes

int VolumeContext::planes

Definition at line 55 of file af_volume.h.

Referenced by config_output(), and filter_frame().

§ sample_fmt

enum AVSampleFormat VolumeContext::sample_fmt

Definition at line 56 of file af_volume.h.

Referenced by config_output(), ff_volume_init_x86(), filter_frame(), and volume_init().

§ scale_samples

void(* VolumeContext::scale_samples) (uint8_t *dst, const uint8_t *src, int nb_samples, int volume)

Definition at line 58 of file af_volume.h.

Referenced by ff_volume_init_x86(), filter_frame(), and volume_init().

§ samples_align

int VolumeContext::samples_align

Definition at line 60 of file af_volume.h.

Referenced by ff_volume_init_x86(), filter_frame(), and volume_init().


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