|
FFmpeg
|
af_volume.h File Reference
audio volume filter More...
#include "libavutil/common.h"#include "libavutil/float_dsp.h"#include "libavutil/opt.h"#include "libavutil/samplefmt.h"
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
| enum PrecisionType |
| 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().
Generated on Fri Oct 31 2025 06:56:18 for FFmpeg by
1.8.11