AVDeviceInfo
public struct AVDeviceInfo
Structure describes basic parameters of the device.
-
The name of the device.
Declaration
Swift
public var name: String { get }
-
The human friendly name of the device.
Declaration
Swift
public var description: String { get }