Type alias VRPanoramaMode

VRPanoramaMode: "" | "360" | "180"

The panorama mode of the VR content, represented by a value from the following list:
- '': No panorama mode.
- '360': The video contains content with a full 360 degree field of view.
- '180': The video contains content with a 180 degree field of view. '180' is only available when using the WebXR API.

Generated using TypeDoc