PerceptionInfraredFrame.VideoFrame Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un Windows.Media.VideoFrame avec les données de trame infrarouge.
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
Valeur de propriété
Windows.Media.VideoFrame avec les données de trame infrarouge.
- Attributs