Searched defs:OpusDecoder (Results 1 – 4 of 4) sorted by relevance
55 struct OpusDecoder { struct56 int celt_dec_offset;57 int silk_dec_offset;58 int channels;59 opus_int32 Fs; /** Sampling rate (at the API level) */60 silk_DecControlStruct DecControl;61 int decode_gain;65 int stream_channels;67 int bandwidth;68 int mode;[all …]
399 typedef struct OpusDecoder OpusDecoder; typedef