NERtcDeviceEventCallback class
设备事件回调通知
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onAudioDeviceChanged(
int selected) → void - 语音播放设备已改变回调
-
onAudioDeviceStateChange(
int deviceType, int deviceState) → void - 音频设备状态已改变回调
-
onCameraExposureChanged(
CGPoint exposurePoint) → void - 摄像头曝光区域已改变回调。 该回调是由本地用户调用 NERtcDeviceManager.setCameraExposurePosition 方法改变曝光位置触发的
-
onCameraFocusChanged(
CGPoint focusPoint) → void - 摄像头对焦区域已改变回调。 该回调表示相机的对焦区域发生了改变。 该回调是由本地用户调用 NERtcDeviceManager.setCameraFocusPosition 方法改变对焦位置触发的
-
onVideoDeviceStateChange(
int deviceType, int deviceState) → void - 视频设备状态已改变回调。 该回调提示系统视频设备状态发生改变,比如被拔出或移除。如果设备已使用外接摄像头采集,外接摄像头被拔开后,视频会中断
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited