IPerceptionFrameProvider.Available 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示设备是否已准备好开始生成 PerceptionFrame。
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
属性值
Boolean
bool
设备是否已准备好开始生成 PerceptionFrame。
- 属性