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

Commit 92a5dc35 authored by Oliver Woodman's avatar Oliver Woodman
Browse files

Fix MediaRecorder Javadoc

The "NOTE:" paragraph is appearing as part of the @throws Javadoc.
This is a minimal change to fix that.

Change-Id: I5746aac09fe0291dce90db3eb16b470b5812c31a
Test: N/A
parent daa72366
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;