Skip to main content

AndroidAudioSource

Android-specific audio source types.

Inherits: enum.Enum

Properties

  • CAMCORDER - Microphone audio source tuned for video recording, with the same orientation as the camera, if available.
  • DEFAULT_SOURCE - Default audio source.
  • MIC - Microphone audio source.
  • REMOTE_SUBMIX - 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_SOURCE otherwise.
  • VOICE_CALL - Voice call uplink + downlink audio source.
  • VOICE_COMMUNICATION - Microphone audio source tuned for voice communications such as VoIP.
  • VOICE_DOWNLINK - Voice call downlink (Rx) audio source.
  • VOICE_PERFORMANCE - Source for capturing audio meant to be processed in real time and played back for live performance (e.g karaoke).
  • VOICE_RECOGNITION - Microphone audio source tuned for voice recognition.
  • VOICE_UPLINK - Voice call uplink (Tx) audio source.

Properties

CAMCORDERclass-attributeinstance-attribute

Microphone audio source tuned for video recording, with the same orientation as the camera, if available.

DEFAULT_SOURCEclass-attributeinstance-attribute

Default audio source.

MICclass-attributeinstance-attribute

Microphone audio source.

REMOTE_SUBMIXclass-attributeinstance-attribute

Audio source for a submix of audio streams to be presented remotely.

UNPROCESSEDclass-attributeinstance-attribute

Microphone audio source tuned for unprocessed (raw) sound if available, behaves like DEFAULT_SOURCE otherwise.

VOICE_CALLclass-attributeinstance-attribute

Voice call uplink + downlink audio source.

VOICE_COMMUNICATIONclass-attributeinstance-attribute

Microphone audio source tuned for voice communications such as VoIP.

Voice call downlink (Rx) audio source.

VOICE_PERFORMANCEclass-attributeinstance-attribute

Source for capturing audio meant to be processed in real time and played back for live performance (e.g karaoke).

VOICE_RECOGNITIONclass-attributeinstance-attribute

Microphone audio source tuned for voice recognition.

Voice call uplink (Tx) audio source.