Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/media/VideoStatus.hx

9 lines
180 B
Haxe
Raw Normal View History

2026-05-21 20:15:16 -07:00
package flash.media;
extern class VideoStatus {
function new() : Void;
static final ACCELERATED : String;
static final SOFTWARE : String;
static final UNAVAILABLE : String;
}