Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0cab99d authored by James Dong's avatar James Dong
Browse files

Remove unused and hidden setVideoEncoderLevel() from MediaRecorder.java

Change-Id: Ia464d79d65e43c84937624c5a6fa77c7155cffaa
parent bb8300e1
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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.
     *