forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Tools/linux_arm64/std/flash/media/AVCuePoint.hx
Normal file
9
Kha/Tools/linux_arm64/std/flash/media/AVCuePoint.hx
Normal file
@ -0,0 +1,9 @@
|
||||
package flash.media;
|
||||
|
||||
extern class AVCuePoint {
|
||||
@:flash.property var dictionary(get,never) : flash.utils.Dictionary;
|
||||
@:flash.property var localTime(get,never) : Float;
|
||||
function new(init_dictionary : flash.utils.Dictionary, init_localTime : Float) : Void;
|
||||
private function get_dictionary() : flash.utils.Dictionary;
|
||||
private function get_localTime() : Float;
|
||||
}
|
Reference in New Issue
Block a user