InfraredMediaFrame Class

Definition

Represents a VideoMediaFrame that contains infrared video data.

public ref class InfraredMediaFrame sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InfraredMediaFrame final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InfraredMediaFrame
Public NotInheritable Class InfraredMediaFrame
Inheritance
Object Platform::Object IInspectable InfraredMediaFrame
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

Get an instance of this class by accessing the InfraredMediaFrame property of the VideoMediaFrame class.

For how-to guidance on using MediaFrameSource to capture frames, see Process media frames with MediaFrameReader.

Properties

FrameReference

Gets the MediaFrameReference wrapper object associated with the InfraredMediaFrame, which provides access to format information and other properties of the media frame.

IsIlluminated

Gets a value specifying whether the infrared media frame is illuminated.

VideoMediaFrame

Gets the VideoMediaFrame associated with the InfraredMediaFrame.

Applies to

See also