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

視訊媒體畫面的高度,以圖元為單位。

適用於