MediaPlayer.NaturalVideoWidth プロパティ

定義

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

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

プロパティ値

ビデオのピクセル幅。

注釈

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

適用対象