libavresample/internal.h File Reference
#include "libavutil/audio_fifo.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/samplefmt.h"
#include "avresample.h"
Include dependency graph for libavresample/internal.h:
This graph shows which files directly or indirectly include this file:

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 libavresample/internal.h.

typedef struct AudioData AudioData

Definition at line 30 of file libavresample/internal.h.

typedef struct AudioMix AudioMix

Definition at line 32 of file libavresample/internal.h.

Definition at line 33 of file libavresample/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 libavresample/internal.h.