mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +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
This commit is contained in:
parent
129cf8ea72
commit
08a141328d
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.
|
||||
*/
|
||||
@CanIgnoreReturnValue
|
||||
public Factory setSuppressPrepareError(boolean suppressPrepareError) {
|
||||
/* package */ Factory setSuppressPrepareError(boolean suppressPrepareError) {
|
||||
this.suppressPrepareError = suppressPrepareError;
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue