Fix XingSeeker @param tags - follow-up to 4fde35c9cc

PiperOrigin-RevId: 619249887
This commit is contained in:
ibaker 2024-03-26 11:08:45 -07:00 committed by Copybara-Service
parent 8f2f3bb7e4
commit 7a105e0e57

View file

@ -34,9 +34,7 @@ import androidx.media3.extractor.SeekPoint;
*
* @param inputLength The length of the stream in bytes, or {@link C#LENGTH_UNSET} if unknown.
* @param position The position of the start of this frame in the stream.
* @param mpegAudioHeader The MPEG audio header associated with the frame.
* @param frame The data in this audio frame, with its position set to immediately after the
* 'Xing' or 'Info' tag.
* @param xingFrame The parsed XING data from this audio frame.
* @return A {@link XingSeeker} for seeking in the stream, or {@code null} if the required
* information is not present.
*/