Skip to content

Commit

Permalink
fix(android): added setAllowChunklessPreparation to HlsMediaSource.Fa…
Browse files Browse the repository at this point in the history
…ctory to allow build success on projects without HLS support (#3948) (#3950)

Co-authored-by: Darren Taft <[email protected]>
  • Loading branch information
EETVApps and darrentaft authored Jun 28, 2024
1 parent d4f1648 commit 322d7e9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ public int[] getSupportedTypes() {
public MediaSource createMediaSource(MediaItem mediaItem) {
return null;
}

public Factory setAllowChunklessPreparation(boolean allowChunklessPreparation) {
return this;
}
}
}

0 comments on commit 322d7e9

Please sign in to comment.