次の方法で共有


VideoMediaFrameFormat.Height プロパティ

定義

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

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

プロパティ値

UInt32

unsigned int

uint32_t

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

適用対象