LNXSDK/Kha/Tools/windows_x64/std/flash/events/AVPlayStateEvent.hx

9 lines
348 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.events;
extern class AVPlayStateEvent extends Event {
@:flash.property var playState(get,never) : flash.media.AVPlayState;
function new(?type : String, bubbles : Bool = false, cancelable : Bool = false, inState : Int = 0) : Void;
private function get_playState() : flash.media.AVPlayState;
static final AV_PLAY_STATE : String;
}