af_volume.h File Reference

audio volume filter More...

Include dependency graph for af_volume.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  VolumeContext
 

Typedefs

typedef struct VolumeContext VolumeContext
 

Enumerations

enum  PrecisionType { PRECISION_FIXED = 0, PRECISION_FLOAT, PRECISION_DOUBLE }
 

Functions

void ff_volume_init_x86 (VolumeContext *vol)
 

Detailed Description

audio volume filter

Definition in file af_volume.h.

Typedef Documentation

typedef struct VolumeContext VolumeContext

Enumeration Type Documentation

Enumerator
PRECISION_FIXED 
PRECISION_FLOAT 
PRECISION_DOUBLE 

Definition at line 32 of file af_volume.h.

Function Documentation

void ff_volume_init_x86 ( VolumeContext vol)

Definition at line 35 of file af_volume_init.c.

Referenced by volume_init().