docs/doc/reference/com/google/android/exoplayer2/ext/rtmp/RtmpDataSourceFactory.html
Package com.google.android.exoplayer2.ext.rtmp
All Implemented Interfaces:DataSource.Factory
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classRtmpDataSourceFactoryextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[DataSource.Factory](../../upstream/DataSource.Factory.html "interface in com.google.android.exoplayer2.upstream")
Deprecated.
Use RtmpDataSource.Factory instead.
Constructors | Constructor | Description |
| --- | --- |
| RtmpDataSourceFactory() |
Deprecated.
|
| RtmpDataSourceFactory(TransferListener listener) |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| RtmpDataSource | createDataSource() |
Deprecated.
Creates a DataSource instance.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public RtmpDataSourceFactory()
Deprecated.
-
public RtmpDataSourceFactory(@Nullable[TransferListener](../../upstream/TransferListener.html "interface in com.google.android.exoplayer2.upstream")listener)
Deprecated.
Parameters:listener - An optional listener.
-
public[RtmpDataSource](RtmpDataSource.html "class in com.google.android.exoplayer2.ext.rtmp")createDataSource()
Deprecated.
Description copied from interface: DataSource.Factory
Creates a DataSource instance.
Specified by:createDataSource in interface DataSource.Factory