Class Index | File Index

Classes


Class createjs.Sound.HTMLAudioPlayer


Extends .

Defined in: sound.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that implements the createjs.Sound.Player interface with the HTMLAudioElement interface.
Method Summary
Method Attributes Method Name and Description
 
handleEvent(event)
 
play_(interrupt, delay, offset, loop, volume, pan)
 
setMute_(mute)
 
setSprite_(id, offset, duration)
 
setVolume_(volume)
 
Class Detail
createjs.Sound.HTMLAudioPlayer(item)
A class that implements the createjs.Sound.Player interface with the HTMLAudioElement interface.
Parameters:
{createjs.Loader.Item} item
Method Detail
handleEvent(event)
Parameters:
event

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)