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。
- 属性