PerceptionInfraredFrame PerceptionInfraredFrame PerceptionInfraredFrame PerceptionInfraredFrame Class

Definition

Contains a Windows.Media.VideoFrame with the infrared frame data.

public : sealed class PerceptionInfraredFrame : IPerceptionInfraredFrame, IClosablepublic sealed class PerceptionInfraredFrame : IPerceptionInfraredFrame, IDisposablePublic NotInheritable Class PerceptionInfraredFrame Implements IPerceptionInfraredFrame, IDisposable// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

VideoFrame VideoFrame VideoFrame VideoFrame

Gets a Windows.Media.VideoFrame with the infrared frame data.

public : VideoFrame VideoFrame { get; }public VideoFrame VideoFrame { get; }Public ReadOnly Property VideoFrame As VideoFrame// You can use this property in JavaScript.
Value
VideoFrame VideoFrame VideoFrame VideoFrame

A Windows.Media.VideoFrame with the infrared frame data.

Methods

Close() Close() Close() Close()

Releases system resources that are exposed by a Windows Runtime object.

public : void Close()This member is not implemented in C#This member is not implemented in VB.Net// You can use this method in JavaScript.

Dispose() Dispose() Dispose() Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

This member is not implemented in C++void Dispose()Sub Disposevoid Dispose()