-
- All Implemented Interfaces:
-
com.google.android.exoplayer2.upstream.DataReader,com.google.android.exoplayer2.upstream.DataSource
public final class ExoPlayerDataSource extends BaseDataSourceAn ExoPlayer's DataSource which retrieves resources from a Publication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExoPlayerDataSource.Factory
-
Method Summary
Modifier and Type Method Description Longopen(DataSpec dataSpec)Integerread(ByteArray target, Integer offset, Integer length)UrigetUri()Unitclose()-
Methods inherited from class com.google.android.exoplayer2.upstream.BaseDataSource
addTransferListener -
Methods inherited from class com.google.android.exoplayer2.upstream.DataSource
getResponseHeaders -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-