Android
android.media
public final class

android.media.MediaRecorder.VideoEncoder

java.lang.Object
android.media.MediaRecorder.VideoEncoder

Defines the video encoding. These constants are used with setVideoEncoder(int).

Summary

Constants

      Value  
int  DEFAULT    0x00000000 
int  H263    0x00000001 
int  H264    0x00000002 
int  MPEG_4_SP    0x00000003 
Methods inherited from class java.lang.Object

Details

Constants

public static final int DEFAULT

Constant Value: 0 (0x00000000)

public static final int H263

Constant Value: 1 (0x00000001)

public static final int H264

Constant Value: 2 (0x00000002)

public static final int MPEG_4_SP

Constant Value: 3 (0x00000003)
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56