mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-16 13:31:51 +00:00
Report direct submit support for the MediaCodec decoder renderer
This commit is contained in:
@@ -47,4 +47,9 @@ public class AndroidAudioRenderer implements AudioRenderer {
|
||||
track.release();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getCapabilities() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user