libavformat/voc.h File Reference

#include "avformat.h"
#include "riff.h"

Go to the source code of this file.

Data Structures

struct  voc_dec_context

Typedefs

typedef struct voc_dec_context VocDecContext
typedef enum voc_type VocType

Enumerations

enum  voc_type {
  VOC_TYPE_EOF = 0x00, VOC_TYPE_VOICE_DATA = 0x01, VOC_TYPE_VOICE_DATA_CONT = 0x02, VOC_TYPE_SILENCE = 0x03,
  VOC_TYPE_MARKER = 0x04, VOC_TYPE_ASCII = 0x05, VOC_TYPE_REPETITION_START = 0x06, VOC_TYPE_REPETITION_END = 0x07,
  VOC_TYPE_EXTENDED = 0x08, VOC_TYPE_NEW_VOICE_DATA = 0x09
}

Functions

int ff_voc_get_packet (AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size)

Variables

const unsigned char ff_voc_magic [21]
const AVCodecTag ff_voc_codec_tags []


Typedef Documentation

typedef enum voc_type VocType


Enumeration Type Documentation

enum voc_type

Enumerator:
VOC_TYPE_EOF 
VOC_TYPE_VOICE_DATA 
VOC_TYPE_VOICE_DATA_CONT 
VOC_TYPE_SILENCE 
VOC_TYPE_MARKER 
VOC_TYPE_ASCII 
VOC_TYPE_REPETITION_START 
VOC_TYPE_REPETITION_END 
VOC_TYPE_EXTENDED 
VOC_TYPE_NEW_VOICE_DATA 

Definition at line 32 of file voc.h.


Function Documentation

int ff_voc_get_packet ( AVFormatContext s,
AVPacket pkt,
AVStream st,
int  max_size 
)

Definition at line 65 of file vocdec.c.

Referenced by avs_read_audio_packet(), read_packet(), and voc_read_packet().


Variable Documentation

Definition at line 27 of file voc.c.

Referenced by ff_voc_get_packet().

const unsigned char ff_voc_magic[21]

Definition at line 25 of file voc.c.

Referenced by voc_probe(), and voc_write_header().


Generated on Fri Oct 26 02:50:11 2012 for FFmpeg by  doxygen 1.5.8