mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
Add fill screen flag for decoder renderer
This commit is contained in:
parent
0019b93e8d
commit
8d316ce9f0
@ -4,6 +4,7 @@ public interface VideoDecoderRenderer {
|
||||
public static final int FLAG_PREFER_QUALITY = 0x1;
|
||||
public static final int FLAG_FORCE_HARDWARE_DECODING = 0x2;
|
||||
public static final int FLAG_FORCE_SOFTWARE_DECODING = 0x4;
|
||||
public static final int FLAG_FILL_SCREEN = 0x8;
|
||||
|
||||
public int getCapabilities();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user