MediaPlayer.NaturalVideoWidth プロパティ

定義

ビデオの幅 (ピクセル単位) を取得します。

public:
 property int NaturalVideoWidth { int get(); };
public int NaturalVideoWidth { get; }
member this.NaturalVideoWidth : int
Public ReadOnly Property NaturalVideoWidth As Integer

プロパティ値

ビデオの幅 (ピクセル単位)。

注釈

メディアの種類がオーディオの場合、Null が返されます。

適用対象