ACSVideoDeviceInfo 클래스
선언
@interface ACSVideoDeviceInfo : NSObject;
Description
비디오 디바이스에 대한 정보
메서드
속성
name
이 비디오 디바이스의 이름을 가져옵니다.
@property (retain, nonnull, readonly) NSString * name;
id
이 오디오 디바이스의 이름을 가져옵니다.
@property (retain, nonnull, readonly) NSString * id;
cameraFacing
카메라 방향
@property (readonly) ACSCameraFacing cameraFacing;
deviceType
이 비디오 디바이스의 디바이스 유형을 가져옵니다.
@property (readonly) ACSVideoDeviceType deviceType;