docs/doc/reference/com/google/android/exoplayer2/testutil/FakeChunkSource.Factory.html
Package com.google.android.exoplayer2.testutil
Enclosing class:FakeChunkSource
public static classFakeChunkSource.Factoryextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Factory for a FakeChunkSource.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| protected FakeAdaptiveDataSet.Factory | dataSetFactory | |
| protected FakeDataSource.Factory | dataSourceFactory | |
Constructors | Constructor | Description |
| --- | --- |
| Factory(FakeAdaptiveDataSet.Factory dataSetFactory, FakeDataSource.Factory dataSourceFactory) | |
All Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| FakeChunkSource | createChunkSource(ExoTrackSelection trackSelection, long durationUs, TransferListener transferListener) | |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
protected final[FakeAdaptiveDataSet.Factory](FakeAdaptiveDataSet.Factory.html "class in com.google.android.exoplayer2.testutil")dataSetFactory
-
protected final[FakeDataSource.Factory](FakeDataSource.Factory.html "class in com.google.android.exoplayer2.testutil")dataSourceFactory
-
public Factory([FakeAdaptiveDataSet.Factory](FakeAdaptiveDataSet.Factory.html "class in com.google.android.exoplayer2.testutil")dataSetFactory,[FakeDataSource.Factory](FakeDataSource.Factory.html "class in com.google.android.exoplayer2.testutil")dataSourceFactory)
-
public[FakeChunkSource](FakeChunkSource.html "class in com.google.android.exoplayer2.testutil")createChunkSource([ExoTrackSelection](../trackselection/ExoTrackSelection.html "interface in com.google.android.exoplayer2.trackselection")trackSelection,
long durationUs,
@Nullable[TransferListener](../upstream/TransferListener.html "interface in com.google.android.exoplayer2.upstream")transferListener)