|
FFmpeg
|
Audio silence detector. More...
#include <float.h>#include "libavutil/opt.h"#include "libavutil/timestamp.h"#include "audio.h"#include "formats.h"#include "avfilter.h"#include "internal.h"Classes | |
| struct | SilenceDetectContext |
Macros | |
| #define | OFFSET(x) offsetof(SilenceDetectContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_AUDIO_PARAM |
| #define | SILENCE_DETECT(name, type) |
Typedefs | |
| typedef struct SilenceDetectContext | SilenceDetectContext |
Functions | |
| AVFILTER_DEFINE_CLASS (silencedetect) | |
Variables | |
| AVFilter | ff_af_silencedetect |
Audio silence detector.
| #define SILENCE_DETECT | ( | name, | |
| type | |||
| ) |
| AVFilter ff_af_silencedetect |
1.8.12