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
public static class ExoSubtitlesRendererPlugin.ExoSubtitleComponent extends VisualComponentProxy
-
-
Constructor Summary
Constructors Constructor Description ExoSubtitleComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
id()
Returns the class that is used to identify this component when it is registered with the player controller.-
Methods inherited from class com.castlabs.android.player.VisualComponentProxy
onComponentViewsChanged, onDestroy, onOpenBundle, onOpenState, scanComponentViews, setComponentViewListener
-
-
-
-
Method Detail
-
id
@NonNull public Class 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.
-
-