共用方式為


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;