|
Speex
1.2~beta4
|
Describes the Speex header. More...
#include "speex/speex_types.h"
Go to the source code of this file.
Classes | |
| struct | SpeexHeader |
Defines | |
| #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) |
| SpeexHeader * | speex_packet_to_header (char *packet, int size) |
| void | speex_header_free (void *ptr) |
Describes the Speex header.
1.7.6.1