IMediaPlayerSynchronizerEvent interface
Event data returned by MediaPlayerSynchronizer
object.
- Extends
-
ILiveEvent
Properties
details | Event details. |
error | Action errors, including DOMException errors thrown by HTMLMediaElement |
Inherited Properties
client |
Client ID for the active socket connection. |
data | |
name | Name of the event. |
timestamp | Global timestamp of when the event was sent. |
Property Details
details
Event details.
details: ExtendedMediaSessionActionDetails
Property Value
error
Action errors, including DOMException errors thrown by HTMLMediaElement
error?: Error
Property Value
Error
Inherited Property Details
clientId
Client ID for the active socket connection.
clientId: string
Property Value
string
Inherited From ILiveEvent.clientId
data
data: any
Property Value
any
Inherited From ILiveEvent.data
name
Name of the event.
name: string
Property Value
string
Inherited From ILiveEvent.name
timestamp
Global timestamp of when the event was sent.
timestamp: number
Property Value
number
Inherited From ILiveEvent.timestamp