@movingimage-evp/player-sdk
    Preparing search index...

    Type Alias EventCallback<T>

    EventCallback: (this: PlayerInstance, value: T) => void

    Callback for events emitted by the player.

    Type Parameters

    • T

      The event data type.

    Type Declaration

      • (this: PlayerInstance, value: T): void
      • Parameters

        • this: PlayerInstance

          {PlayerInstance} The player instance that emitted the event.

        • value: T

          The event data.

        Returns void