No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | android.media.MediaRecorder.AudioSource |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CAMCORDER | Microphone audio source with same orientation as camera if available, the main device microphone otherwise | |||||||||
int | DEFAULT | Default audio source | |||||||||
int | MIC | Microphone audio source | |||||||||
int | VOICE_CALL | Voice call uplink + downlink audio source | |||||||||
int | VOICE_COMMUNICATION | Microphone audio source tuned for voice communications such as VoIP. | |||||||||
int | VOICE_DOWNLINK | Voice call downlink (Rx) audio source | |||||||||
int | VOICE_RECOGNITION | Microphone audio source tuned for voice recognition if available, behaves like DEFAULT otherwise. |
|||||||||
int | VOICE_UPLINK | Voice call uplink (Tx) audio source |
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Microphone audio source with same orientation as camera if available, the main device microphone otherwise
Default audio source
Microphone audio source
Voice call uplink + downlink audio source
Microphone audio source tuned for voice communications such as VoIP. It will for instance take advantage of echo cancellation or automatic gain control if available. It otherwise behaves like DEFAULT
if no voice processing is applied.
Voice call downlink (Rx) audio source
Microphone audio source tuned for voice recognition if available, behaves like DEFAULT
otherwise.
Voice call uplink (Tx) audio source