android.media
Class MediaRecorder.VideoEncoder

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

public final class MediaRecorder.VideoEncoder
extends Object


Field Summary
static int DEFAULT
           
static int H263
           
static int H264
           
static int MPEG_4_SP
           
 
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

H263

public static final int H263
See Also:
Constant Field Values

H264

public static final int H264
See Also:
Constant Field Values

MPEG_4_SP

public static final int MPEG_4_SP
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.