Video State

interface IVideoState {
    state: PlayState;
    timestamp: number;
}

Properties

Properties

state: PlayState
timestamp: number