Bitmovin Player API 8.268.0
    Preparing search index...

    Interface VRViewingWindowConfig

    interface VRViewingWindowConfig {
        maxPitch: number;
        maxYaw: number;
        minPitch: number;
        minYaw: number;
    }
    Index
    maxPitch: number

    Specifies how far right the user can look. Valid values are from 0 to 360 (default: 360).

    maxYaw: number

    Specifies how high the user can look. Valid values are from -90 to 90 (default: 90).

    minPitch: number

    Specifies how far left the user can look. Valid values are from 0 to 360 (default: 0).

    minYaw: number

    Specifies how low the user can look. Valid values are from -90 to 90 (default: -90).