Searched defs:SpeexHeader (Results 1 - 1 of 1) sorted by relevance

/external/speex/include/speex/
H A Dspeex_header.h39 /** @defgroup SpeexHeader SpeexHeader: Makes it easy to write/parse an Ogg/Speex header
59 typedef struct SpeexHeader { struct
63 spx_int32_t header_size; /**< Total size of the header ( sizeof(SpeexHeader) ) */
75 } SpeexHeader; typedef in typeref:struct:SpeexHeader
77 /** Initializes a SpeexHeader using basic information */
78 void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const struct SpeexMode *m);
81 char *speex_header_to_packet(SpeexHeader *header, int *size);
83 /** Creates a SpeexHeader from a packet */
84 SpeexHeader *speex_packet_to_heade
[all...]

Completed in 14 milliseconds