ACSDeviceManager Class
Declaration
@interface ACSDeviceManager : NSObject;
Description
Device manager
Methods
Properties
delegate
An object you provide to receive events from this ACSDeviceManager instance.
@property(nonatomic, assign) id<ACSDeviceManagerDelegate> delegate;
cameras
Get the list of currently connected video devices
@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * cameras;