VIAudioFileStopped
typedef void
VIAudioFileStopped(String?
error)
Signature for callbacks reporting when the audio file playing is stopped.
Parameters
error:
String?
A reason to stop. iOS ONLY. For all possible errors see VIAudioFileError
Used in VIAudioFile.
Returns
type:
void