Class TheoLiveSource

  • All Implemented Interfaces:

    
    public final class TheoLiveSource
    extends TypedSource
                        

    A source representing a TheoLive streaming

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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 loaded
        headers - optional request headers
        latencyConfiguration - optional latency configuration for Theolive
    • Method Detail