Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
VrStereoChanged
Vr
Stereo
Changed
data class
VrStereoChanged
(isStereo:
Boolean
) :
PlayerEvent
Content copied to clipboard
Emitted when the VR stereo mode during playback of VR content changes.
Constructors
Properties
Inherited properties
Constructors
VrStereoChanged
Link copied to clipboard
fun
VrStereoChanged
(isStereo:
Boolean
)
Content copied to clipboard
Properties
isStereo
Link copied to clipboard
@
SerializedName
(
value =
stereo
)
val
isStereo
:
Boolean
Content copied to clipboard
Whether the content is played back in stereo mode.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.