AVCaptureDeviceType Enum

Definition

Enumerates the types of device that can capture audiovisual data.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureDeviceType
type AVCaptureDeviceType = 
Inheritance
AVCaptureDeviceType
Attributes

Fields

BuiltInDualCamera 4

A camera that has both a telephoto and wide-angle lens that work together to capture images.

BuiltInDuoCamera 3

Developers should not use this deprecated field. Developers should use 'BuiltInDualCamera' instead.

BuiltInMicrophone 0

The device's standard microphone.

BuiltInTelephotoCamera 2

A camera whose focal length is longer than BuiltInWideAngleCamera.

BuiltInTrueDepthCamera 5
BuiltInWideAngleCamera 1

A camera with a general-purpose focal length.

Applies to