Interface TheoLive
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.EventDispatcher
public interface TheoLive implements EventDispatcher<TheoLiveEvent<?>>
The Theo live player API.
-
-
Method Summary
-
-
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.
-
-
-
-