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

Commit 123fb718 authored by Oliver Woodman's avatar Oliver Woodman Committed by Android (Google) Code Review
Browse files

Merge "Fix MediaRecorder Javadoc"

parents c60e22b9 92a5dc35
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -984,13 +984,13 @@ public class MediaRecorder implements AudioRouting,
     * after setVideoSource(). Call this after setOutputFormat() but before
     * prepare().
     *
     * <p>NOTE: On some devices that have auto-frame rate, this sets the
     * maximum frame rate, not a constant frame rate. Actual frame rate
     * will vary according to lighting conditions.</p>
     *
     * @param rate the number of frames per second of video to capture
     * @throws IllegalStateException if it is called after
     * prepare() or before setOutputFormat().
     *
     * NOTE: On some devices that have auto-frame rate, this sets the
     * maximum frame rate, not a constant frame rate. Actual frame rate
     * will vary according to lighting conditions.
     */
    public native void setVideoFrameRate(int rate) throws IllegalStateException;