ACSVideoDeviceInfo Class

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;