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

Commit ee1dc622 authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

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

parents 23617bef a0cab99d
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.
     *