FFmpeg
1.2.4
|
#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 |
Typedefs | |
typedef struct AudioData | AudioData |
typedef struct AudioConvert | AudioConvert |
typedef struct AudioMix | AudioMix |
typedef struct ResampleContext | ResampleContext |
typedef struct ChannelMapInfo | ChannelMapInfo |
Enumerations | |
enum | RemapPoint { REMAP_NONE, REMAP_IN_COPY, REMAP_IN_CONVERT, REMAP_OUT_COPY, REMAP_OUT_CONVERT } |
typedef struct AudioConvert AudioConvert |
Definition at line 31 of file internal.h.
Definition at line 30 of file internal.h.
Definition at line 32 of file internal.h.
typedef struct ChannelMapInfo ChannelMapInfo |
typedef struct ResampleContext ResampleContext |
Definition at line 33 of file internal.h.
enum RemapPoint |
Definition at line 35 of file internal.h.