PerceptionInfraredFrameSource.Available Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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