Android Audio Recorder | |
Type | library |
Dictionary | library.androidaudiorecorder |
Library | Android Audio Recorder |
Associations | com.livecode.library.androidaudiorecorder |
Summary | This library provides Android audio recording functionality, via the android.media.MediaRecorder class. |
OS | android |
Description | Use this library to record audio on Android.
|
Type | Name | Summary | Syntax |
---|---|---|---|
handler | androidRecorderGetMaxAmplitude | Returns the max amplitude of the recording since last sampled | androidRecorderGetMaxAmplitude() |
- - - | androidRecorderSetRecordCompressionType | Set the record compression type | androidRecorderSetRecordCompressionType(<pCompressionType>) |
- - - | androidRecorderSetRecordFormat | Set the record output format | androidRecorderSetRecordFormat(<pRecordFormat>) |
- - - | androidRecorderSetRecordInput | Set the record input source | androidRecorderSetRecordInput(<pInputSource>) |
- - - | androidRecorderStartRecording | Start recording an audio file, using the given filename | androidRecorderStartRecording(<pFileName>) |
- - - | androidRecorderStopRecording | Stop recording | androidRecorderStopRecording() |
library | Android Audio Recorder | This library provides Android audio recording functionality, via the android.media.MediaRecorder class. | androidRecorderStopRecording() |