mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
DownloadHelper.createMediaSource() nullable DrmSessionManager
This commit is contained in:
parent
aa9b85c66e
commit
39f097c79c
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ public final class DownloadHelper {
|
|||
public static MediaSource createMediaSource(
|
||||
DownloadRequest downloadRequest,
|
||||
DataSource.Factory dataSourceFactory,
|
||||
DrmSessionManager<?> drmSessionManager) {
|
||||
@Nullable DrmSessionManager<?> drmSessionManager) {
|
||||
@Nullable Constructor<? extends MediaSourceFactory> constructor;
|
||||
switch (downloadRequest.type) {
|
||||
case DownloadRequest.TYPE_DASH:
|
||||
|
|
|
|||
Loading…
Reference in a new issue