mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-12 10:56:06 +00:00
Support 20 ms audio frames
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package com.limelight.nvstream.av.audio;
|
||||
|
||||
public interface AudioRenderer {
|
||||
int setup(int audioConfiguration);
|
||||
int setup(int audioConfiguration, int sampleRate, int samplesPerFrame);
|
||||
|
||||
void start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user