Class ExoSubtitlesRendererPlugin.ExoSubtitleComponent

    • Constructor Detail

      • ExoSubtitleComponent

        public ExoSubtitleComponent()
    • 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 to PlayerController.getComponent(Class) to get the registered instance of this component.
        Returns:
        The class that identifies this component.