Interface Media3Integration
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.Integration,com.theoplayer.android.api.cache.CacheIntegration
public interface Media3Integration implements Integration, CacheIntegration
An integration for using Jetpack Media3 as the THEOplayer backend.
To play streams using this integration, call Player.addIntegration with this integration.
To cache streams using this integration, call Cache.addIntegration with this integration and set CachingParameters.storageType to CacheStorageType.MEDIA3 when creating a caching task.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceMedia3Integration.SourceSelectCallbackA callback that decides which sources to play using the Media3Integration.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.theoplayer.android.api.Integration
getType -
Methods inherited from class com.theoplayer.android.api.cache.CacheIntegration
getCacheStorageType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-