requestAudioFileInfo property

RequestAudioFileInfoCallback? requestAudioFileInfo
getter/setter pair

Reports the information of an audio file. After successfully calling getAudioFileInfo , the SDK triggers this callback to report the information of the audio file, such as the file path and duration.

Param info The information of an audio file. See AudioFileInfo .

Param error The information acquisition state. See AudioFileInfoError .

Implementation

RequestAudioFileInfoCallback? requestAudioFileInfo;