FFmpeg
|
Options definition for AVAudioResampleContext. More...
#include "libavutil/mathematics.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avresample.h"
#include "internal.h"
#include "audio_mix.h"
Include dependency graph for libavresample/options.c:
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(AVAudioResampleContext, x) |
#define | PARAM AV_OPT_FLAG_AUDIO_PARAM |
Functions | |
AVAudioResampleContext * | avresample_alloc_context (void) |
Allocate AVAudioResampleContext and set options. More... | |
const AVClass * | avresample_get_class (void) |
Get the AVClass for AVAudioResampleContext. More... | |
Variables | |
static const AVOption | options [] |
static const AVClass | av_resample_context_class |
Detailed Description
Options definition for AVAudioResampleContext.
Definition in file libavresample/options.c.
Macro Definition Documentation
#define OFFSET | ( | x | ) | offsetof(AVAudioResampleContext, x) |
Definition at line 33 of file libavresample/options.c.
#define PARAM AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 34 of file libavresample/options.c.
Variable Documentation
|
static |
Initial value:
= {
.class_name = "AVAudioResampleContext",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
}
Definition at line 87 of file libavresample/options.c.
Referenced by avresample_alloc_context(), and avresample_get_class().
|
static |
Definition at line 36 of file libavresample/options.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11