InfraredMediaFrame InfraredMediaFrame InfraredMediaFrame InfraredMediaFrame Class

Definition

Represents a VideoMediaFrame that contains infrared video data.

public : sealed class InfraredMediaFrame : IInfraredMediaFramepublic sealed class InfraredMediaFrame : IInfraredMediaFramePublic NotInheritable Class InfraredMediaFrame Implements IInfraredMediaFrame// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

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 FrameReference FrameReference FrameReference

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

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

IsIlluminated IsIlluminated IsIlluminated IsIlluminated

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

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

True if the infrared media frame is illuminated; otherwise, false.

VideoMediaFrame VideoMediaFrame VideoMediaFrame VideoMediaFrame

Gets the VideoMediaFrame associated with the InfraredMediaFrame.

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

See Also