Bitmovin Player API 8.268.0
    Preparing search index...

    Interface VRControlConfig

    interface VRControlConfig {
        maxDisplacementSpeed?: number;
        transitionTime?: number;
        transitionTimingType?: TransitionTimingType;
    }

    Hierarchy (View Summary)

    Index
    maxDisplacementSpeed?: number

    The maximum displacement speed in degrees per second. Default values are 90°/s for keyboard controls, and Infinity for mouse and API controls.

    transitionTime?: number

    The time that a transition should take.

    transitionTimingType?: TransitionTimingType

    Specifies the transition timing that shall be used for this control.