Paraslash Audio Streaming | |
About News Download Documentation Development |
Information extracted from the first ogg packet. More...
#include <spx.h>
Data Fields | |
void * | state |
Holds the state of the decoder. More... | |
int | frame_size |
Extracted from header. More... | |
spx_int32_t | sample_rate |
Current sample rate in Hz. More... | |
int | bitrate |
Current bitrate used by the decoder. More... | |
int | nframes |
Number of frames per packet, extracted from header. More... | |
int | channels |
The number of channels of the current stream. More... | |
SpeexStereoState | stereo |
Only needed for stereo streams. More... | |
int | extra_headers |
Must be skipped during decode. More... | |
const SpeexMode * | mode |
Narrow/wide/ultrawide band, bitstream version. More... | |
Information extracted from the first ogg packet.
It contains tech data but not the content of the attached comment tags.
void* state |
Holds the state of the decoder.
Referenced by spx_process_header().
int frame_size |
Extracted from header.
spx_int32_t sample_rate |
Current sample rate in Hz.
int bitrate |
Current bitrate used by the decoder.
int nframes |
Number of frames per packet, extracted from header.
int channels |
The number of channels of the current stream.
SpeexStereoState stereo |
Only needed for stereo streams.
int extra_headers |
Must be skipped during decode.
const SpeexMode* mode |
Narrow/wide/ultrawide band, bitstream version.
Referenced by spx_process_header().