androidRecorderStopRecording

Typehandler
Dictionarylibrary.androidaudiorecorder
LibraryAndroid Audio Recorder
Syntax
androidRecorderStopRecording()
Associationscom.livecode.library.androidaudiorecorder
Summary

Stop recording

OSandroid
Example
on mouseUp
    try
        androidRecorderStopRecording
    catch tError
        answer tError
    end try
end mouseUp
Description

Use the androidRecorderStopRecording handler to stop the current recording. If no recording is currently happening, this handler will throw an error.