mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 12:03:02 +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 getCapabilities();
|
||||||
|
|
||||||
|
public int getAverageEndToEndLatency();
|
||||||
|
|
||||||
|
public int getAverageDecoderLatency();
|
||||||
|
|
||||||
public boolean setup(int width, int height, int redrawRate, Object renderTarget, int drFlags);
|
public boolean setup(int width, int height, int redrawRate, Object renderTarget, int drFlags);
|
||||||
|
|
||||||
public boolean start(VideoDepacketizer depacketizer);
|
public boolean start(VideoDepacketizer depacketizer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user