An array of AVCapture
objects representing the devices physically linked to the receiver.
SDK
- macOS 10.7+
Framework
- AVFoundation
Declaration
@property(nonatomic, readonly) NSArray<AVCapture Device *> *linkedDevices;
Discussion
The value of this property is an array of AVCapture
objects that are a part of the same physical device as the receiver. For example, for an external iSight camera, the array contains an AVCapture
instance representing the external iSight microphone.