Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
createjs
HTMLAudioPlugin
Class HTMLAudioPlugin
Index
Constructor methods
constructor
Properties
MAX_INSTANCES
defaultNumChannels
enableIOS
Methods
create
isPreloadStarted
isSupported
preload
register
removeAllSounds
removeSound
Constructor methods
constructor
(
)
:
HTMLAudioPlugin
Returns
HTMLAudioPlugin
Properties
public
static
MAX_INSTANCES
:
number
public
defaultNumChannels
:
number
public
enableIOS
:
boolean
Methods
public
create
(
src
:
string
)
:
SoundInstance
Parameters
src:
string
Returns
SoundInstance
public
isPreloadStarted
(
src
:
string
)
:
boolean
Parameters
src:
string
Returns
boolean
public
static
isSupported
(
)
:
boolean
Returns
boolean
public
preload
(
src
:
string
, instance
:
Object
)
Parameters
src:
string
instance:
Object
public
register
(
src
:
string
, instances
:
number
)
:
Object
Parameters
src:
string
instances:
number
Returns
Object
public
removeAllSounds
(
)
public
removeSound
(
src
:
string
)
Parameters
src:
string
Globals
createjs
FlashPlugin
HTMLAudioPlugin
constructor
MAX_INSTANCES
defaultNumChannels
enableIOS
create
isPreloadStarted
isSupported
preload
register
removeAllSounds
removeSound
Sound
SoundInstance
SoundJS
WebAudioPlugin