Preparing search index...
The search index is not available
Accurate Player Plugins API
Accurate Player Plugins API
DiscreteAudioErrorEvent
Class DiscreteAudioErrorEvent
Event fired when an error is detected in the discrete audio plugin.
description - A description of the error that occurred.
target(Optional) - Set to the failing track if the error is associated to a specific track.
Implements
PlayerEvent
Index
Constructors
constructor
Properties
description
target?
type
Constructors
constructor
new
Discrete
Audio
Error
Event
(
description
,
target
?
)
:
DiscreteAudioErrorEvent
Parameters
description
:
string
Optional
target
:
DiscreteAudioTrack
Returns
DiscreteAudioErrorEvent
Properties
description
description
:
string
Optional
target
target
?:
DiscreteAudioTrack
type
type
:
string
= DiscreteAudioEventType.Error
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
description
target
type
Accurate Player Plugins API
Loading...
Event fired when an error is detected in the discrete audio plugin.