Merge "Remove unused and hidden setVideoEncoderLevel() from MediaRecorder.java"

This commit is contained in:
James Dong
2010-10-26 12:01:39 -07:00
committed by Android (Google) Code Review

View File

@@ -479,16 +479,6 @@ public class MediaRecorder
setParameter(String.format("video-param-encoding-bitrate=%d", bitRate));
}
/**
* Sets the level of the encoder. Call this before prepare().
*
* @param encoderLevel the video encoder level.
* @hide
*/
public void setVideoEncoderLevel(int encoderLevel) {
setParameter(String.format("video-param-encoder-level=%d", encoderLevel));
}
/**
* Sets the auxiliary time lapse video's resolution and bitrate.
*