public static class

MediaRecorder.AudioSource

extends Object
java.lang.Object
   ↳ cyanogenmod.media.MediaRecorder.AudioSource

Summary

Constants
int HOTWORD Audio source for preemptible, low-priority software hotword detection It presents the same gain and pre processing tuning as VOICE_RECOGNITION.
Public Constructors
MediaRecorder.AudioSource()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HOTWORD

Added in API level 2

Audio source for preemptible, low-priority software hotword detection It presents the same gain and pre processing tuning as VOICE_RECOGNITION.

An application should use this audio source when it wishes to do always-on software hotword detection, while gracefully giving in to any other application that might want to read from the microphone.

You must hold CAPTURE_AUDIO_HOTWORD_PERMISSION to use this audio source.

Constant Value: 1999 (0x000007cf)

Public Constructors

public MediaRecorder.AudioSource ()

Added in API level 2