MediaPlaybackSession.NaturalVideoWidth プロパティ

定義

現在再生中のメディア項目のビデオの幅を取得します。

public:
 property unsigned int NaturalVideoWidth { unsigned int get(); };
uint32_t NaturalVideoWidth();
public uint NaturalVideoWidth { get; }
var uInt32 = mediaPlaybackSession.naturalVideoWidth;
Public ReadOnly Property NaturalVideoWidth As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

現在再生中のメディア項目のビデオの幅 (ピクセル単位)。

注釈

現在再生中のメディア項目がオーディオのみの場合、このプロパティの値は 0 です。

適用対象