Class Index | File Index

Classes


Class createjs.Sound.BufferAudioPlayer


Extends .

Defined in: sound.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that implements the createjs.Sound.Player interface with the WebAudio API without using HTMLAudioElement objects.
Method Summary
Method Attributes Method Name and Description
 
handleLoad(loader, buffer)
 
play_(interrupt, delay, offset, loop, volume, pan)
 
setMute_(mute)
 
setSprite_(id, offset, duration)
 
setVolume_(volume)
 
Class Detail
createjs.Sound.BufferAudioPlayer(item)
A class that implements the createjs.Sound.Player interface with the WebAudio API without using HTMLAudioElement objects. This player needs to decode ALL audio data before playing it and it takes more memory than other players.
Parameters:
{createjs.Loader.Item} item
Method Detail
handleLoad(loader, buffer)
Parameters:
loader
buffer

play_(interrupt, delay, offset, loop, volume, pan)
Parameters:
interrupt
delay
offset
loop
volume
pan

setMute_(mute)
Parameters:
mute

setSprite_(id, offset, duration)
Parameters:
id
offset
duration

setVolume_(volume)
Parameters:
volume

stop_()

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:29 GMT+0900 (JST)