次の方法で共有


VideoMediaFrameFormat.Width プロパティ

定義

ビデオ メディア フレームの幅をピクセル単位で取得します。

public:
 property unsigned int Width { unsigned int get(); };
uint32_t Width();
public uint Width { get; }
var uInt32 = videoMediaFrameFormat.width;
Public ReadOnly Property Width As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

ビデオ メディア フレームの幅 (ピクセル単位)。

適用対象