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 | ビデオ フレームでは、サポートされていない球面ビデオ形式が使用されます。 |