mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update ProgressiveMediaSource note
PiperOrigin-RevId: 231567138
This commit is contained in:
parent
0dd305461d
commit
dc7bc4785e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ import java.io.IOException;
|
||||||
* extractors created by the factory that returns {@code true} from {@link Extractor#sniff} will be
|
* extractors created by the factory that returns {@code true} from {@link Extractor#sniff} will be
|
||||||
* used to extract samples from the input stream.
|
* used to extract samples from the input stream.
|
||||||
*
|
*
|
||||||
* <p>Note that the built-in extractors for AAC, MPEG PS/TS and FLV streams do not support seeking.
|
* <p>Note that the built-in extractor for FLV streams does not support seeking.
|
||||||
*/
|
*/
|
||||||
public final class ProgressiveMediaSource extends BaseMediaSource
|
public final class ProgressiveMediaSource extends BaseMediaSource
|
||||||
implements ProgressiveMediaPeriod.Listener {
|
implements ProgressiveMediaPeriod.Listener {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue