Readonly currentThe current latency measured between the currentServerLiveTime and client's currentTime.
This can be undefined if no currentServerLiveTime is available.
This value should be accurate up to the largest of a frame duration or a RTT.
Readonly currentThe currentTime equivalent of the latest frame generated on the HESP server.
This can be undefined if no suitable estimate is available.
This value should be accurate up to the largest of a frame duration or a RTT.
Readonly isTrue if the HESP playback is in live mode.
Can be set to change the latency of the player. A HespLatencyConfiguration object which gives latency configuration of the player.
use ChromelessPlayer.latency instead
Readonly manifestReturns the manifest for the current HESP source.
 - Undefined if no HESP source is configured.
Add the given listener for the given event type(s).
The type of the event.
The callback which is executed when the event occurs.
Remove the given listener for the given event type(s).
The type of the event.
The callback which will be removed.
Generated using TypeDoc
The HESP API.
Remarks
- Note: This API is in an experimental stage and may be subject to breaking changes.
- Only available with the feature
'hesp'.