Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
typedef enum _MFVideoSphericalFormat {
MFVideoSphericalFormat_Unsupported,
MFVideoSphericalFormat_Equirectangular,
MFVideoSphericalFormat_CubeMap,
MFVideoSphericalFormat_3DMesh
} MFVideoSphericalFormat;
Constants
MFVideoSphericalFormat_UnsupportedThe format is unsupported. |
MFVideoSphericalFormat_EquirectangularThe format is equirectangular. |
MFVideoSphericalFormat_CubeMapThe format is cube map. |
MFVideoSphericalFormat_3DMeshThe format is 3D mesh. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 version 1803 |
| Minimum supported server | Windows Server version 1803 |
| Header | mfidl.h |