Player Module
/
com.bitmovin.player.api.vr.orientation
/
ViewingDirection
Viewing
Direction
open class
ViewingDirection
Content copied to clipboard
The direction in which the viewport of the VR player is or should looking.
Constructors
Properties
Constructors
ViewingDirection
Link copied to clipboard
open fun
ViewingDirection
(pitch:
Double
, roll:
Double
, yaw:
Double
)
Content copied to clipboard
Properties
pitch
Link copied to clipboard
@
SerializedName
(
value =
pitch
)
protected open val
pitch
:
Double
Content copied to clipboard
roll
Link copied to clipboard
@
SerializedName
(
value =
roll
)
protected open val
roll
:
Double
Content copied to clipboard
yaw
Link copied to clipboard
@
SerializedName
(
value =
yaw
)
protected open val
yaw
:
Double
Content copied to clipboard