fix(android): added setAllowChunklessPreparation to HlsMediaSource.Factory to allow build success on projects without HLS support (#3948) (#3950)
Co-authored-by: Darren Taft <darren.taft@bt.com>
This commit is contained in:
parent
d4f1648681
commit
322d7e993d
@ -30,5 +30,9 @@ public class HlsMediaSource {
|
||||
public MediaSource createMediaSource(MediaItem mediaItem) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public Factory setAllowChunklessPreparation(boolean allowChunklessPreparation) {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user