Interface MediaSourceFactory
-
- All Superinterfaces:
MediaSource.Factory
- All Known Implementing Classes:
DashMediaSource.Factory
,DefaultMediaSourceFactory
,FakeMediaSourceFactory
,HlsMediaSource.Factory
,ProgressiveMediaSource.Factory
,RtspMediaSource.Factory
,SsMediaSource.Factory
@Deprecated public interface MediaSourceFactory extends MediaSource.Factory
Deprecated.UseMediaSource.Factory
.
-
-
Field Summary
Fields Modifier and Type Field Description static MediaSourceFactory
UNSUPPORTED
Deprecated.
-
Method Summary
-
Methods inherited from interface com.google.android.exoplayer2.source.MediaSource.Factory
createMediaSource, getSupportedTypes, setCmcdConfigurationFactory, setDrmSessionManagerProvider, setLoadErrorHandlingPolicy
-
-
-
-
Field Detail
-
UNSUPPORTED
static final MediaSourceFactory UNSUPPORTED
Deprecated.
-
-