androidRecorderStartRecording | |||||||
Type | handler | ||||||
Dictionary | library.androidaudiorecorder | ||||||
Library | Android Audio Recorder | ||||||
Syntax |
| ||||||
Associations | com.livecode.library.androidaudiorecorder | ||||||
Summary | Start recording an audio file, using the given filename | ||||||
OS | android | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Handler: 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. |