Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4eaf35b9 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am a0e37e9d: Merge change I941136fd into eclair

Merge commit 'a0e37e9d' into eclair-mr2

* commit 'a0e37e9d':
  Fix bug 2271468 Update the javadoc for MediaRecorder.AudioSource
parents efd91d7c a0e37e9d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -136,10 +136,12 @@ public class MediaRecorder
        /** Voice call uplink + downlink audio source */
        public static final int VOICE_CALL = 4;

        /** Microphone audio source with same orientation as camera */
        /** Microphone audio source with same orientation as camera if available, the main
         *  device microphone otherwise */
        public static final int CAMCORDER = 5;

        /** Microphone audio source tuned for voice recognition */
        /** Microphone audio source tuned for voice recognition if available, behaves like
         *  {@link #DEFAULT} otherwise. */
        public static final int VOICE_RECOGNITION = 6;
    }