A human-readable string describing the manufacturer of the device.
SDK
- macOS 10.9+
Framework
- AVFoundation
Declaration
var manufacturer: String { get }
Discussion
You can use this property to identify capture devices by manufacturer. For all Apple devices, the value of this property is "Apple Inc."
.
Tip
Devices from third-party manufacturers may not provide identifying text, in which case the value of this property is an empty string.