Interface PlayerNotificationsPlayerSeek

interface PlayerNotificationsPlayerSeek {
    playerid: number;
    seekoffset?: GlobalTime;
    speed?: number;
    time?: GlobalTime;
}

Hierarchy (View Summary)

Properties

playerid: number
seekoffset?: GlobalTime
speed?: number
time?: GlobalTime