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
@ -6,6 +6,10 @@ public interface VideoDecoderRenderer {
|
|||||||
public static final int FLAG_FORCE_SOFTWARE_DECODING = 0x4;
|
public static final int FLAG_FORCE_SOFTWARE_DECODING = 0x4;
|
||||||
|
|
||||||
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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user