次の方法で共有


VideoOrientation 列挙型

定義

ビデオを回転させて正しく表示する方法を示します。

public enum class VideoOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VideoOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VideoOrientation
var value = Windows.Storage.FileProperties.VideoOrientation.normal
Public Enum VideoOrientation
継承
VideoOrientation
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Normal 0

回転は必要ありません。 ビデオは、現在の向きを使用して表示できます。

Rotate180 180

ビデオを反時計回りに 180 度回転します。

Rotate270 270

ビデオを反時計回りに 270 度回転させます。

Rotate90 90

ビデオを 90 度回転します。

適用対象

こちらもご覧ください