forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package flash.media;
|
||||
|
||||
extern class SoundLoaderContext {
|
||||
var bufferTime : Float;
|
||||
var checkPolicyFile : Bool;
|
||||
function new(bufferTime : Float = 1000, checkPolicyFile : Bool = false) : Void;
|
||||
}
|
Reference in New Issue
Block a user