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