VrStereoChanged

data class VrStereoChanged(isStereo: Boolean) : PlayerEvent

Emitted when the VR stereo mode during playback of VR content changes.

Constructors

VrStereoChanged
Link copied to clipboard
fun VrStereoChanged(isStereo: Boolean)

Properties

isStereo
Link copied to clipboard
@SerializedName(value = stereo)
val isStereo: Boolean
Whether the content is played back in stereo mode.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.