|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
int | version |
int | channels |
uint16_t | preskip |
uint32_t | input_sample_rate |
uint16_t | gain |
int | nb_streams |
int | nb_coupled |
unsigned char | stream_map [255] |
Various bits stored in the header of an opus stream.
int version |
lower 4 bits of the version byte, must be 0.
int channels |
1..255
uint16_t preskip |
Number of bytes to skip from the beginning.
uint32_t input_sample_rate |
Sample rate of the input stream, used by the audio format handler.
uint16_t gain |
In dB, should be zero whenever possible.
int nb_streams |
Number of logical streams (usually 1).
int nb_coupled |
Number of streams to decode as 2 channel streams.
unsigned char stream_map[255] |
Mapping from coded channels to output channels.