SoundLoaderContext.hx 193 B

1234567
  1. package flash.media;
  2. extern class SoundLoaderContext {
  3. var bufferTime : Float;
  4. var checkPolicyFile : Bool;
  5. function new(bufferTime : Float = 1000, checkPolicyFile : Bool = false) : Void;
  6. }