|
FFmpeg
|
Audio join filter. More...
#include "libavutil/avassert.h"#include "libavutil/channel_layout.h"#include "libavutil/common.h"#include "libavutil/opt.h"#include "audio.h"#include "avfilter.h"#include "formats.h"#include "filters.h"#include "internal.h"Classes | |
| struct | ChannelMap |
| struct | JoinContext |
Macros | |
| #define | OFFSET(x) offsetof(JoinContext, x) |
| #define | A AV_OPT_FLAG_AUDIO_PARAM |
| #define | F AV_OPT_FLAG_FILTERING_PARAM |
| #define | PARSE_CHANNEL(str, var, inout) |
Typedefs | |
| typedef struct ChannelMap | ChannelMap |
| typedef struct JoinContext | JoinContext |
Functions | |
| AVFILTER_DEFINE_CLASS (join) | |
Variables | |
| AVFilter | ff_af_join |
Audio join filter.
Join multiple audio inputs as different channels in a single output
| #define PARSE_CHANNEL | ( | str, | |
| var, | |||
| inout | |||
| ) |
| AVFilter ff_af_join |
1.8.12