Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/media/SoundLoaderContext.hx
2026-05-21 20:15:16 -07:00

8 lines
193 B
Haxe

package flash.media;
extern class SoundLoaderContext {
var bufferTime : Float;
var checkPolicyFile : Bool;
function new(bufferTime : Float = 1000, checkPolicyFile : Bool = false) : Void;
}