mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Add functions for decoders to return latency statistics
This commit is contained in:
parent
1c82fdf048
commit
a4dceb0b74
@ -7,6 +7,10 @@ public interface VideoDecoderRenderer {
|
||||
|
||||
public int getCapabilities();
|
||||
|
||||
public int getAverageEndToEndLatency();
|
||||
|
||||
public int getAverageDecoderLatency();
|
||||
|
||||
public boolean setup(int width, int height, int redrawRate, Object renderTarget, int drFlags);
|
||||
|
||||
public boolean start(VideoDepacketizer depacketizer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user