AVCaptureDevice.Connected 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.
Whether the AVCaptureDevice is available for use.
public virtual bool Connected { [Foundation.Export("isConnected")] get; }
member this.Connected : bool
Property Value
- Attributes
Remarks
Although this value may change from true
to false
when a device is disconnected, it will not change from false
to true
when the device is reconnected. In that situation, the physical device will be represented by a different instance of AVCaptureDevice.