AVCaptureDevice.Devices Property

Definition

Developers should not use this deprecated property. Developers should use 'AVCaptureDeviceDiscoverySession' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'AVCaptureDeviceDiscoverySession' instead.")]
public static AVFoundation.AVCaptureDevice[] Devices { [Foundation.Export("devices")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'AVCaptureDeviceDiscoverySession' instead.")] get; }
member this.Devices : AVFoundation.AVCaptureDevice[]

Property Value

Attributes

Applies to