Upravit

Sdílet prostřednictvím


AVCaptureDevice.Connected Property

Definition

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.

Applies to