forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
12
Kha/Tools/linux_arm64/std/flash/events/VideoEvent.hx
Normal file
12
Kha/Tools/linux_arm64/std/flash/events/VideoEvent.hx
Normal file
@ -0,0 +1,12 @@
|
||||
package flash.events;
|
||||
|
||||
@:require(flash10_2) extern class VideoEvent extends Event {
|
||||
final codecInfo : String;
|
||||
@:flash.property var status(get,never) : String;
|
||||
function new(type : String, bubbles : Bool = false, cancelable : Bool = false, ?status : String) : Void;
|
||||
private function get_status() : String;
|
||||
static final RENDER_STATE : String;
|
||||
static final RENDER_STATUS_ACCELERATED : String;
|
||||
static final RENDER_STATUS_SOFTWARE : String;
|
||||
static final RENDER_STATUS_UNAVAILABLE : String;
|
||||
}
|
Reference in New Issue
Block a user