java.lang.Object | |
↳ | cyanogenmod.media.MediaRecorder |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MediaRecorder.AudioSource |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACTION_HOTWORD_INPUT_CHANGED |
Broadcast Action: The state of the HOTWORD audio input has changed.:
|
|||||||||
String | CAPTURE_AUDIO_HOTWORD_PERMISSION | Allows an application to listen passively to the device microphone in the background to detect speech of a hotword or phrase. | |||||||||
String | EXTRA_CURRENT_PACKAGE_NAME |
Extra for ACTION_HOTWORD_INPUT_CHANGED that provides the package name of the
app in that controlled the HOTWORD input when the state changed.
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Broadcast Action: The state of the HOTWORD audio input has changed.:
ERROR(/#EXTRA_HOTWORD_INPUT_STATE)
. The value will be one of:
RECORDSTATE_RECORDING
or
RECORDSTATE_STOPPED
.
EXTRA_CURRENT_PACKAGE_NAME
This is a protected intent that can only be sent
by the system. It can only be received by packages that hold
CAPTURE_AUDIO_HOTWORD
.
Allows an application to listen passively to the device microphone in the background to detect speech of a hotword or phrase. This is a system|signature permission.
Extra for ACTION_HOTWORD_INPUT_CHANGED
that provides the package name of the
app in that controlled the HOTWORD input when the state changed. Can be reused for other
purposes.