mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Mark ProgressiveMediaSource.setSuppressPrepareError package-private
This method will likely be removed in the next release, and is currently
only needed from within the `source` package.
#cherrypick
PiperOrigin-RevId: 691351449
(cherry picked from commit 08a141328d)
This commit is contained in:
parent
358a3c62fa
commit
bf15b93b60
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ public final class ProgressiveMediaSource extends BaseMediaSource
|
||||||
* instead suppressed and preparation is completed with no tracks.
|
* instead suppressed and preparation is completed with no tracks.
|
||||||
*/
|
*/
|
||||||
@CanIgnoreReturnValue
|
@CanIgnoreReturnValue
|
||||||
public Factory setSuppressPrepareError(boolean suppressPrepareError) {
|
/* package */ Factory setSuppressPrepareError(boolean suppressPrepareError) {
|
||||||
this.suppressPrepareError = suppressPrepareError;
|
this.suppressPrepareError = suppressPrepareError;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue