mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
7 lines
235 B
C
7 lines
235 B
C
int nv_opus_init(void);
|
|
void nv_opus_destroy(void);
|
|
int nv_opus_get_channel_count(void);
|
|
int nv_opus_get_max_out_shorts(void);
|
|
int nv_opus_get_sample_rate(void);
|
|
int nv_opus_decode(unsigned char* indata, int inlen, short* outpcmdata);
|