W3cubDocs

/Haxe Flash

Sound

package flash.media

extends EventDispatcher

Available on flash

Constructor

new(?stream:URLRequest, ?context:SoundLoaderContext)

Variables

read onlybytesLoaded:UInt

read onlybytesTotal:Int

read onlyid3:ID3Info

read onlyisBuffering:Bool

read onlyisURLInaccessible:Bool

read onlylength:Float

read onlyurl:String

Methods

close():Void

extract(target:ByteArray, length:Float, startPosition:Float = -1):Float

load(stream:URLRequest, ?context:SoundLoaderContext):Void

loadCompressedDataFromByteArray(bytes:ByteArray, bytesLength:UInt):Void

loadPCMFromByteArray(bytes:ByteArray, samples:UInt, ?format:String, stereo:Bool = true, sampleRate:Float = 44100):Void

play(startTime:Float = 0, loops:Int = 0, ?sndTransform:SoundTransform):SoundChannel

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/media/Sound.html