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

Commit 1ef58601 authored by Christian Frank's avatar Christian Frank
Browse files

Update javadoc as instructed in b/184654824.

Bug: 184654824
Test: Javadoc

Change-Id: I6817f683f8945f26f8539645c8c92302f82e7348
(cherry picked from commit ee5a06f4)
parent 67d763ec
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -120,7 +120,10 @@ public final class RecognitionRequest implements Parcelable {
            return this;
        }

        /** Number of samples to drop from the start of the stream. */
        /**
         * Number of frames to drop from the start of the stream
         * (if recording is PCM stereo, one frame is two samples).
         **/
        @NonNull
        public Builder setIgnoreBeginningFrames(int ignoreBeginningFrames) {
            mIgnoreBeginningFrames = ignoreBeginningFrames;