Merge "Remove unused and hidden setVideoEncoderLevel() from MediaRecorder.java"
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user