共用方式為


PerceptionColorFrame.VideoFrame 屬性

定義

取得具有色彩框架資料的 Windows.Media.VideoFrame。

public:
 property VideoFrame ^ VideoFrame { VideoFrame ^ get(); };
VideoFrame VideoFrame();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrame may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.VideoMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
VideoFrame VideoFrame();
public VideoFrame VideoFrame { get; }
public VideoFrame VideoFrame { [Windows.Foundation.Metadata.Deprecated("PerceptionColorFrame may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.VideoMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var videoFrame = perceptionColorFrame.videoFrame;
Public ReadOnly Property VideoFrame As VideoFrame

屬性值

具有色彩框架資料的 Windows.Media.VideoFrame。

屬性

適用於