androidRecorderStartRecording

Typehandler
Dictionarylibrary.androidaudiorecorder
LibraryAndroid Audio Recorder
Syntax
androidRecorderStartRecording(<pFileName>)
Associationscom.livecode.library.androidaudiorecorder
Summary

Start recording an audio file, using the given filename

OSandroid
Parameters
NameTypeDescription
pFileName

The absolute filename of the output file

Example
   local tFilePath
   put specialFolderPath("external documents") & slash & "recording.mp4" \
      into tFilePath   
   androidRecorderStartRecording tFilePath
RelatedHandler: androidRecorderSetRecordInput, androidRecorderSetRecordCompressionType, androidRecorderSetRecordFormat
Description

Use the androidRecorderStartRecording handler to start recording audio on Android using the input source, compression type and output format selected using the androidRecorderSetRecordInput, androidRecorderSetRecordCompressionType, and androidRecorderSetRecordFormat handlers. The default input source, compression and output format are built-in microphone, AMR-NB and 3gpp respectively.