mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-20 23:40:11 +00:00
Add functions for decoders to return latency statistics
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user