Searched defs:OpusDecoder (Results 1 – 2 of 2) 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;62 int arch;66 int stream_channels;68 int bandwidth;[all …]
399 typedef struct OpusDecoder OpusDecoder; typedef