VideoMediaFrameFormat.DepthFormat 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件,這個物件描述視訊媒體畫面中深度資料的格式,如果框架包含深度資料。
public:
property DepthMediaFrameFormat ^ DepthFormat { DepthMediaFrameFormat ^ get(); };
DepthMediaFrameFormat DepthFormat();
public DepthMediaFrameFormat DepthFormat { get; }
var depthMediaFrameFormat = videoMediaFrameFormat.depthFormat;
Public ReadOnly Property DepthFormat As DepthMediaFrameFormat
屬性值
物件,描述視訊媒體畫面中的深度資料格式。
備註
如果視訊媒體畫面不包含深度資料,則此屬性為 null。