Class TheoLiveSource
-
- All Implemented Interfaces:
public final class TheoLiveSource extends TypedSource
A source representing a TheoLive streaming
-
-
Constructor Summary
Constructors Constructor Description TheoLiveSource(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.theoplayer.android.api.source.TypedSource
equals, getDash, getDrm, getHeaders, getHls, getLatencyConfiguration, getLiveOffset, getSrc, getSsai, getTimeServer, getType, hashCode, isHlsDateRange, isLowLatency
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TheoLiveSource
TheoLiveSource(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration)
- Parameters:
src
- the channel id to be loadedheaders
- optional request headerslatencyConfiguration
- optional latency configuration for Theolive
-
-
-
-