IPerceptionFrameProvider.Available Property

Definition

Gets a value indicating whether or not the device is ready to start producing PerceptionFrames.

public:
 property bool Available { bool get(); };
bool Available();
/// [get: Windows.Foundation.Metadata.Deprecated("IPerceptionFrameProvider may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool Available();
public bool Available { get; }
public bool Available { [Windows.Foundation.Metadata.Deprecated("IPerceptionFrameProvider may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = iPerceptionFrameProvider.available;
Public ReadOnly Property Available As Boolean

Property Value

Boolean

bool

Whether or not the device is ready to start producing PerceptionFrames.

Attributes

Applies to