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 AAC_ELD
           
static int AMR_NB
           
static int AMR_WB
           
static int DEFAULT
           
static int HE_AAC
           
 
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

HE_AAC

public static final int HE_AAC
See Also:
Constant Field Values

AAC_ELD

public static final int AAC_ELD
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.