mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08: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
@ -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…
x
Reference in New Issue
Block a user