Merge change I1dc2ae28 into eclair
* changes: Fix bug 2242585 to unhide the new audio recording sources. Unhide CAMCORDER and VOICE_RECOGNITION in android.media.MediaRecorder
This commit is contained in:
@ -79701,6 +79701,17 @@
|
|||||||
deprecated="not deprecated"
|
deprecated="not deprecated"
|
||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
|
<field name="CAMCORDER"
|
||||||
|
type="int"
|
||||||
|
transient="false"
|
||||||
|
volatile="false"
|
||||||
|
value="5"
|
||||||
|
static="true"
|
||||||
|
final="true"
|
||||||
|
deprecated="not deprecated"
|
||||||
|
visibility="public"
|
||||||
|
>
|
||||||
|
</field>
|
||||||
<field name="DEFAULT"
|
<field name="DEFAULT"
|
||||||
type="int"
|
type="int"
|
||||||
transient="false"
|
transient="false"
|
||||||
@ -79745,6 +79756,17 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="VOICE_RECOGNITION"
|
||||||
|
type="int"
|
||||||
|
transient="false"
|
||||||
|
volatile="false"
|
||||||
|
value="6"
|
||||||
|
static="true"
|
||||||
|
final="true"
|
||||||
|
deprecated="not deprecated"
|
||||||
|
visibility="public"
|
||||||
|
>
|
||||||
|
</field>
|
||||||
<field name="VOICE_UPLINK"
|
<field name="VOICE_UPLINK"
|
||||||
type="int"
|
type="int"
|
||||||
transient="false"
|
transient="false"
|
||||||
|
@ -136,10 +136,10 @@ public class MediaRecorder
|
|||||||
/** Voice call uplink + downlink audio source */
|
/** Voice call uplink + downlink audio source */
|
||||||
public static final int VOICE_CALL = 4;
|
public static final int VOICE_CALL = 4;
|
||||||
|
|
||||||
/** @hide Microphone audio source with same orientation as camera */
|
/** Microphone audio source with same orientation as camera */
|
||||||
public static final int CAMCORDER = 5;
|
public static final int CAMCORDER = 5;
|
||||||
|
|
||||||
/** @hide Microphone audio source tuned for voice recognition */
|
/** Microphone audio source tuned for voice recognition */
|
||||||
public static final int VOICE_RECOGNITION = 6;
|
public static final int VOICE_RECOGNITION = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user