PerceptionDepthFrame.VideoFrame 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取具有深度帧数据的 Windows.Media.VideoFrame。
public:
property VideoFrame ^ VideoFrame { VideoFrame ^ get(); };
VideoFrame VideoFrame();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrame may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.DepthMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
VideoFrame VideoFrame();
public VideoFrame VideoFrame { get; }
public VideoFrame VideoFrame { [Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrame may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.DepthMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var videoFrame = perceptionDepthFrame.videoFrame;
Public ReadOnly Property VideoFrame As VideoFrame
属性值
具有深度帧数据的 Windows.Media.VideoFrame。
- 属性