mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Fix XingSeeker @param tags - follow-up to 4fde35c9cc
PiperOrigin-RevId: 619249887
This commit is contained in:
parent
8f2f3bb7e4
commit
7a105e0e57
1 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue