Bitmovin Player API 8.268.0
    Preparing search index...

    Interface ViewingDirection

    The direction in which the viewport of the VR player is looking.

    interface ViewingDirection {
        pitch: number;
        roll: number;
        yaw: number;
    }
    Index
    pitch: number

    Rotation around the horizontal axis in degrees.

    roll: number

    Rotation around the depth axis in degrees.

    yaw: number

    Rotation around the vertical axis in degrees.