FFmpeg  1.2.12
Data Structures | Typedefs | Enumerations
internal.h File Reference
#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 Documentation

typedef struct AudioConvert AudioConvert

Definition at line 31 of file internal.h.

typedef struct AudioData AudioData

Definition at line 30 of file internal.h.

typedef struct AudioMix AudioMix

Definition at line 32 of file internal.h.

Definition at line 33 of file internal.h.

Enumeration Type Documentation

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.