Package com.castlabs.android.player
Class ExoSubtitlesRendererPlugin.ExoSubtitleComponent
java.lang.Object
com.castlabs.android.player.VisualComponentProxy
com.castlabs.android.player.ExoSubtitlesRendererPlugin.ExoSubtitleComponent
- All Implemented Interfaces:
PlayerControllerPlugin.Component
,PlayerControllerPlugin.ComponentViewListener
,PlayerControllerPlugin.VisualComponent
- Enclosing class:
ExoSubtitlesRendererPlugin
-
Constructor Summary
-
Method Summary
Methods inherited from class com.castlabs.android.player.VisualComponentProxy
onComponentViewsChanged, onDestroy, onOpenBundle, onOpenState, scanComponentViews, setComponentViewListener
-
Constructor Details
-
ExoSubtitleComponent
public ExoSubtitleComponent()
-
-
Method Details
-
id
Description copied from interface:PlayerControllerPlugin.Component
Returns the class that is used to identify this component when it is registered with the player controller. This is what you need to pass toPlayerController.getComponent(Class)
to get the registered instance of this component.- Returns:
- The class that identifies this component.
-