VideoMediaFrameFormat.DepthFormat 屬性

定義

取得 物件,這個物件描述視訊媒體畫面中深度資料的格式,如果框架包含深度資料。

public:
 property DepthMediaFrameFormat ^ DepthFormat { DepthMediaFrameFormat ^ get(); };
DepthMediaFrameFormat DepthFormat();
public DepthMediaFrameFormat DepthFormat { get; }
var depthMediaFrameFormat = videoMediaFrameFormat.depthFormat;
Public ReadOnly Property DepthFormat As DepthMediaFrameFormat

屬性值

物件,描述視訊媒體畫面中的深度資料格式。

備註

如果視訊媒體畫面不包含深度資料,則此屬性為 null。

適用於