Interface TheoLive

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Deferred<List<Channel>> preloadChannels(List<String> channelIds) Preload some channels to allow faster switching between channels.
      abstract Unit goLive() Seek to the live edge.
      • Methods inherited from class com.theoplayer.android.api.event.EventDispatcher

        addEventListener, removeEventListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • preloadChannels

         abstract Deferred<List<Channel>> preloadChannels(List<String> channelIds)

        Preload some channels to allow faster switching between channels. This will retrieve the metadata of all the given channel ids and store it so next loadChannel calls are faster.

        Parameters:
        channelIds - The ids of the channels to preload.
      • goLive

         abstract Unit goLive()

        Seek to the live edge.