VKRecorderDeviceType
public enum VKRecorderDeviceType : Int, CustomStringConvertible
-
Declaration
Swift
case microphone = 0
-
Declaration
Swift
case wideAngleCamera
-
Declaration
Swift
case telephotoCamera
-
Declaration
Swift
case duoCamera
-
-
Declaration
Swift
public var avfoundationType: AVCaptureDevice.DeviceType { get }
-
Declaration
Swift
public var description: String { get }