AliyunAudioRecorderDelegate

@protocol AliyunAudioRecorderDelegate <NSObject>

* The protocol of audio recording callbacks.

  • * Gets the progress of the recording.

    Declaration

    Objective-C

    - (void)audioRecorderProgress:(float)second;

    Parameters

    second

    The duration of the recorded audio.