AVDevice
public enum AVDevice
Undocumented
-
Return the libavdevice build-time configuration.
Declaration
Swift
public static var configuration: String { get }
-
Get all registered audio input devices.
Declaration
Swift
public static var supportedAudioInputDevices: [AVInputFormat] { get }
-
Get all registered video input devices.
Declaration
Swift
public static var supportedVideoInputDevices: [AVInputFormat] { get }
-
Get all registered audio output devices.
Declaration
Swift
public static var supportedAudioOutputDevices: [AVOutputFormat] { get }
-
Get all registered video output devices.
Declaration
Swift
public static var supportedVideoOutputDevices: [AVOutputFormat] { get }