Paraslash Audio Streaming | |
About News Download Documentation Development |
Structures and prototypes common to the speex audio format handler and the speex decoder. More...
Data Structures | |
struct | spx_header_info |
Information extracted from the first ogg packet. More... | |
Functions | |
int | spx_process_header (unsigned char *packet, long bytes, struct spx_header_info *shi) |
Obtain information about a speex file from an ogg packet. More... | |
Structures and prototypes common to the speex audio format handler and the speex decoder.
int spx_process_header | ( | unsigned char * | packet, |
long | bytes, | ||
struct spx_header_info * | shi | ||
) |
Obtain information about a speex file from an ogg packet.
packet | Start of the ogg packet. |
bytes | Length of the ogg packet. |
shi | Result pointer. |
References spx_header_info::mode, and spx_header_info::state.