Speex  1.2~beta4
Classes | Macros | Typedefs | Functions
speex_header.h File Reference

Describes the Speex header. More...

#include "speex/speex_types.h"
Include dependency graph for speex_header.h:

Go to the source code of this file.

Classes

struct  SpeexHeader
 

Macros

#define SPEEX_HEADER_STRING_LENGTH   8
 
#define SPEEX_HEADER_VERSION_LENGTH   20
 

Typedefs

typedef struct SpeexHeader SpeexHeader
 

Functions

void speex_init_header (SpeexHeader *header, int rate, int nb_channels, const struct SpeexMode *m)
 
char * speex_header_to_packet (SpeexHeader *header, int *size)
 
SpeexHeaderspeex_packet_to_header (char *packet, int size)
 
void speex_header_free (void *ptr)
 

Detailed Description

Describes the Speex header.