SphericalVideoFrameFormat 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定球面视频帧的格式。
public enum class SphericalVideoFrameFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class SphericalVideoFrameFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum SphericalVideoFrameFormat
var value = Windows.Media.MediaProperties.SphericalVideoFrameFormat.none
Public Enum SphericalVideoFrameFormat
- 继承
-
SphericalVideoFrameFormat
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
字段
Equirectangular | 2 | 视频帧对球形视频使用等量角格式。 |
None | 0 | 视频帧不使用球面视频格式。 |
Unsupported | 1 | 视频帧使用不受支持的球面视频格式。 |