interface VRStereoChangedEvent {
    stereo: boolean;
    timestamp: number;
    type: PlayerEvent;
}

Hierarchy (view full)

Properties

Properties

stereo: boolean

True if the player is in stereo mode, false otherwise

timestamp: number

The time at which this event was fired

Event type, e.g. 'play'