android.media
Class MediaRecorder.OutputFormat

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

public final class MediaRecorder.OutputFormat
extends Object


Field Summary
static int AMR_NB
           
static int AMR_WB
           
static int DEFAULT
           
static int MPEG_4
           
static int RAW_AMR
           
static int THREE_GPP
           
 
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

THREE_GPP

public static final int THREE_GPP
See Also:
Constant Field Values

MPEG_4

public static final int MPEG_4
See Also:
Constant Field Values

RAW_AMR

public static final int RAW_AMR
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


Copyright © 2008-2012. All Rights Reserved.