SoundChannel
extern class flash.media.SoundChannelextends EventDispatcherAvailable in flash
var leftPeak(default,null) : Float
var position(default,null) : Float
var rightPeak(default,null) : Float
var soundTransform : SoundTransform
function new() : Void
function stop() : Void
version #14663, modified 2012-07-16 12:24:17 by api
1 comment
I think that this:
function new():Voidis incorrect. I attempted to instantiate a new SoundChannel with no arguments, and got this error:
function 'new' requires arguments : inSoundHandle, startTime, loops, sndtransform