Type alias PlaybackEvents

PlaybackEvents: BaseAudioEvents & {
    seek: number;
}

Playback-specific events.

Type declaration

  • seek: number