Interface HespApiEventMap

The events fired by the HespApi.

Remarks


- Note: This API is in an experimental stage and may be subject to breaking changes.
- Only available with the feature 'hesp'.
- Only available when an HESP source is playing.

interface HespApiEventMap {
    golive: Event<"golive">;
    latencyrecoveryseek: Event<"latencyrecoveryseek">;
}

Properties

golive: Event<"golive">

Fired when the player enters the HESP live playback mode.

latencyrecoveryseek: Event<"latencyrecoveryseek">

Fired when the player seeks back to live to recover from the latency being too high.

Generated using TypeDoc