Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Status

Hierarchy

  • Status

Index

Properties

contentType

contentType: ContentType

The type of the VR content. Is either 'none' (if the content is no VR content), 'single' (for 2D content), 'tab' (for Top-and-Bottom 3D content) or 'sbs' (for Side-by-Side 3D content).

Optional isStereo

isStereo: boolean

True, if the content is currently played back in stereo. Will only be present if contentType is not 'none' and playbackState is not 'error'.

Optional lastError

lastError: string

The last error that occurred. Will only be present if playbackState equals 'error'.

Optional playbackState

playbackState: string

The current playback state. Is either 'ready' (if playback has not yet started), 'playing' (if VR content is playing) or 'error' if an error occurred and VR playback has been disabled. Will only be present if contentType is not 'none'.

Optional viewingDirection

viewingDirection: ViewingDirection

The direction the player is currently facing. Will only be present if contentType is not 'none' and playbackState is not 'error'.

Generated using TypeDoc