|
opus_int32 | opus_multistream_decoder_get_size (int nb_streams, int nb_coupled_streams) |
|
int | opus_multistream_decoder_init (OpusMSDecoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping) |
|
OpusMSDecoder * | opus_multistream_decoder_create (opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int *error) |
|
int | opus_multistream_decode (OpusMSDecoder *st, const unsigned char *data, opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) |
|
int | opus_multistream_decode_float (OpusMSDecoder *st, const unsigned char *data, opus_int32 len, float *pcm, int frame_size, int decode_fec) |
|
int | opus_multistream_decoder_ctl (OpusMSDecoder *st, int request,...) |
|
void | opus_multistream_decoder_destroy (OpusMSDecoder *st) |
|