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。

适用于