voc.h File Reference

Go to the source code of this file.

Classes

struct  voc_dec_context

Typedefs

typedef struct voc_dec_context voc_dec_context_t
typedef enum voc_type voc_type_t

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 voc_get_packet (AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size)

Variables

const unsigned char voc_magic [21]
const AVCodecTag voc_codec_tags []


Typedef Documentation

typedef enum voc_type voc_type_t


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 voc_get_packet ( AVFormatContext s,
AVPacket pkt,
AVStream st,
int  max_size 
)

Definition at line 63 of file vocdec.c.

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


Variable Documentation

const unsigned char voc_magic[21]

Definition at line 24 of file voc.c.

Referenced by voc_probe(), and voc_write_header().

Definition at line 26 of file voc.c.

Referenced by voc_get_packet().


Generated on Sat Dec 18 05:15:56 2010 for MythTV by  doxygen 1.5.5