Interface Media3PlayerIntegration
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.Integration
,com.theoplayer.android.api.cache.CacheIntegration
,com.theoplayer.android.api.media3.Media3Integration
@Deprecated(message = "renamed to Media3Integration", replaceWith = @ReplaceWith(imports = {}, expression = "Media3Integration")) public interface Media3PlayerIntegration implements Media3Integration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
Media3PlayerIntegration.SourceSelectCallback
-
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
-
-