PerceptionInfraredFrame.VideoFrame 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有基礎結構框架資料的 Windows.Media.VideoFrame。
public:
property VideoFrame ^ VideoFrame { VideoFrame ^ get(); };
VideoFrame VideoFrame();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrame may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.InfraredMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
VideoFrame VideoFrame();
public VideoFrame VideoFrame { get; }
public VideoFrame VideoFrame { [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrame may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.InfraredMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var videoFrame = perceptionInfraredFrame.videoFrame;
Public ReadOnly Property VideoFrame As VideoFrame
屬性值
具有基礎結構框架資料的 Windows.Media.VideoFrame。
- 屬性