Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@interface ACSVideoDeviceInfo : NSObject;
Description
Information about a video device
Methods
Properties
name
Get the name of this video device.
@property (retain, nonnull, readonly) NSString * name;
id
Get Name of this audio device.
@property (retain, nonnull, readonly) NSString * id;
cameraFacing
Direction of the camera
@property (readonly) ACSCameraFacing cameraFacing;
deviceType
Get the Device Type of this video device.
@property (readonly) ACSVideoDeviceType deviceType;