Preparing search index...
The search index is not available
cacophony
cacophony
CacophonyEvents
Interface CacophonyEvents
Global Cacophony events including loading and cache operations.
interface
CacophonyEvents
{
cacheError
:
CacheErrorEvent
;
cacheHit
:
CacheHitEvent
;
cacheMiss
:
CacheMissEvent
;
globalPause
:
GlobalPlaybackEvent
;
globalPlay
:
GlobalPlaybackEvent
;
globalStop
:
GlobalPlaybackEvent
;
loadingComplete
:
LoadingCompleteEvent
;
loadingError
:
LoadingErrorEvent
;
loadingProgress
:
LoadingProgressEvent
;
loadingStart
:
LoadingStartEvent
;
mute
:
void
;
resume
:
void
;
suspend
:
void
;
unmute
:
void
;
volumeChange
:
number
;
}
Index
Properties
cache
Error
cache
Hit
cache
Miss
global
Pause
global
Play
global
Stop
loading
Complete
loading
Error
loading
Progress
loading
Start
mute
resume
suspend
unmute
volume
Change
Properties
cache
Error
cache
Error
:
CacheErrorEvent
cache
Hit
cache
Hit
:
CacheHitEvent
cache
Miss
cache
Miss
:
CacheMissEvent
global
Pause
global
Pause
:
GlobalPlaybackEvent
global
Play
global
Play
:
GlobalPlaybackEvent
global
Stop
global
Stop
:
GlobalPlaybackEvent
loading
Complete
loading
Complete
:
LoadingCompleteEvent
loading
Error
loading
Error
:
LoadingErrorEvent
loading
Progress
loading
Progress
:
LoadingProgressEvent
loading
Start
loading
Start
:
LoadingStartEvent
mute
mute
:
void
resume
resume
:
void
suspend
suspend
:
void
unmute
unmute
:
void
volume
Change
volume
Change
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cache
Error
cache
Hit
cache
Miss
global
Pause
global
Play
global
Stop
loading
Complete
loading
Error
loading
Progress
loading
Start
mute
resume
suspend
unmute
volume
Change
cacophony
Loading...
Global Cacophony events including loading and cache operations.