|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
void * | state |
int | frame_size |
spx_int32_t | sample_rate |
int | bitrate |
int | nframes |
int | channels |
SpeexStereoState | stereo |
int | extra_headers |
const SpeexMode * | mode |
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().