AliyunAudioRecorderDelegate
@protocol AliyunAudioRecorderDelegate <NSObject>
                * The protocol of audio recording callbacks.
- 
                  
                  
* Gets the progress of the recording.
Declaration
Objective-C
- (void)audioRecorderProgress:(float)second;Parameters
secondThe duration of the recorded audio.
 
        AliyunAudioRecorderDelegate Protocol Reference