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。