Properties
onCacheError
onCacheError: undefined | ((event) => void)
Type declaration
- (event): void
Returns void
onCacheHit
onCacheHit: undefined | ((event) => void)
Type declaration
- (event): void
Returns void
onCacheMiss
onCacheMiss: undefined | ((event) => void)
Type declaration
- (event): void
Returns void
onLoadingComplete
onLoadingComplete: undefined | ((event) => void)
Type declaration
- (event): void
Returns void
onLoadingError
onLoadingError: undefined | ((event) => void)
Type declaration
- (event): void
Returns void
onLoadingProgress
onLoadingProgress: undefined | ((event) => void)
Type declaration
- (event): void
Returns void
onLoadingStart
onLoadingStart: undefined | ((event) => void)
Type declaration
- (event): void
Returns void
onPlaybackError
onPlaybackError: undefined | ((event) => void)
Type declaration
- (event): void
Returns void
onSoundError
onSoundError: undefined | ((event) => void)
Type declaration
- (event): void
Returns void
Combined event callbacks for loading, error, and cache operations.