android.media
Class MediaRecorder.AudioEncoder

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

public final class MediaRecorder.AudioEncoder
extends Object


Field Summary
static int AAC
           
static int AMR_NB
           
static int AMR_WB
           
static int DEFAULT
           
 
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

AMR_NB

public static final int AMR_NB
See Also:
Constant Field Values

AMR_WB

public static final int AMR_WB
See Also:
Constant Field Values

AAC

public static final int AAC
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.