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">;
}

Properties

Properties

golive: Event<"golive">

Fired when the player enters the HESP live playback mode.

Generated using TypeDoc