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

Commit 5977b719 authored by Christian Frank's avatar Christian Frank Committed by Android (Google) Code Review
Browse files

Merge "Update javadoc as instructed in b/184654824." into sc-dev

parents b95c1dab 1ef58601
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;