public interface AudioRecordCallback
限定符和类型 | 方法和说明 |
---|---|
void |
onClipConnected(java.lang.String outputPath)
The callback that outputs the path to the recorded audio file.
|
void |
onError(int errorCode)
The callback when an error occurs during audio recording.
|
void onClipConnected(java.lang.String outputPath)
outputPath
- The path to the recorded audio file.void onError(int errorCode)
errorCode
- @see com.aliyun.querrorcode.AliyunErrorCode