android.media
Class MediaRecorder.AudioSource

java.lang.Object
  extended by android.media.MediaRecorder.AudioSource
Enclosing class:
MediaRecorder

public final class MediaRecorder.AudioSource
extends Object


Field Summary
static int CAMCORDER
           
static int DEFAULT
           
static int MIC
           
static int VOICE_CALL
           
static int VOICE_COMMUNICATION
           
static int VOICE_DOWNLINK
           
static int VOICE_RECOGNITION
           
static int VOICE_UPLINK
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

MIC

public static final int MIC
See Also:
Constant Field Values

VOICE_UPLINK

public static final int VOICE_UPLINK
See Also:
Constant Field Values

VOICE_DOWNLINK

public static final int VOICE_DOWNLINK
See Also:
Constant Field Values

VOICE_CALL

public static final int VOICE_CALL
See Also:
Constant Field Values

CAMCORDER

public static final int CAMCORDER
See Also:
Constant Field Values

VOICE_RECOGNITION

public static final int VOICE_RECOGNITION
See Also:
Constant Field Values

VOICE_COMMUNICATION

public static final int VOICE_COMMUNICATION
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.