androidRecorderSetRecordInput

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

Set the record input source

OSandroid
Parameters
NameTypeDescription
pInputSource

The record input source - "Default": The device's default record input source - "Mic": Microphone audio source - "VoiceUplink": Voice call uplink (Tx) audio source - "VoiceDownlink": Voice call uplink (Tx) audio source. - "VoiceCall": Voice call uplink + downlink audio source - "Camcorder": Microphone audio source tuned for video recording, with the same orientation as the camera if available - "VoiceRecognition": Microphone audio source tuned for voice recognition - "VoiceCommunication": Microphone audio source tuned for voice recognition - "RemoteSubmix": Audio source for a submix of audio streams to be presented remotely - "Unprocessed": Microphone audio source tuned for unprocessed (raw) sound if available, behaves like Default otherwise

Example
androidRecorderSetRecordInput "mic"
Description

Use the androidRecorderSetRecordInput handler to control the source and tuning of the record input.