|
FFmpeg
2.1.1
|
#include "libavutil/audio_fifo.h"#include "libavutil/log.h"#include "libavutil/opt.h"#include "libavutil/samplefmt.h"#include "avresample.h"Go to the source code of this file.
Data Structures | |
| struct | ChannelMapInfo |
| struct | AVAudioResampleContext |
Enumerations | |
| enum | RemapPoint { REMAP_NONE, REMAP_IN_COPY, REMAP_IN_CONVERT, REMAP_OUT_COPY, REMAP_OUT_CONVERT } |
| enum RemapPoint |
| Enumerator | |
|---|---|
| REMAP_NONE | |
| REMAP_IN_COPY | |
| REMAP_IN_CONVERT | |
| REMAP_OUT_COPY | |
| REMAP_OUT_CONVERT | |
Definition at line 35 of file internal.h.
1.8.5