PerceptionInfraredFrameSource.Available Property

Definition

Gets a boolean value indicating whether or not the source is available.

public:
 property bool Available { bool get(); };
bool Available();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool Available();
public bool Available { get; }
public bool Available { [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = perceptionInfraredFrameSource.available;
Public ReadOnly Property Available As Boolean

Property Value

Boolean

bool

A boolean value indicating whether or not the source is available.

Attributes

Applies to