forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Tools/linux_arm64/std/flash/media/VideoStatus.hx
Normal file
8
Kha/Tools/linux_arm64/std/flash/media/VideoStatus.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package flash.media;
|
||||
|
||||
extern class VideoStatus {
|
||||
function new() : Void;
|
||||
static final ACCELERATED : String;
|
||||
static final SOFTWARE : String;
|
||||
static final UNAVAILABLE : String;
|
||||
}
|
Reference in New Issue
Block a user