Interface PlayerSeekResponse

interface PlayerSeekResponse {
    percentage?: number;
    time?: GlobalTime;
    totaltime?: GlobalTime;
}

Properties

percentage?: number
time?: GlobalTime
totaltime?: GlobalTime