audioDeviceTestVolumeIndication property

OnAudioDeviceTestVolumeIndication? audioDeviceTestVolumeIndication
getter/setter pair

Reports the result of an audio device test. After successfully calling startAudioRecordingDeviceTest , startAudioPlaybackDeviceTest , or startAudioDeviceLoopbackTest to start an audio device test, the SDK triggers the audioDeviceTestVolumeIndication callback at the set time interval to report the volume information of the audio device tested.

Param volumeType The volume type. See AudioDeviceTestVolumeType .

Param volume Volume level in the range 0,255.

Implementation

OnAudioDeviceTestVolumeIndication? audioDeviceTestVolumeIndication;