Video Player Plugin
interface VideoPlayerPlugin
Interface defining the contract for a video player plugin. Documentation:
This interface
VideoPlayerPlugin
defines the contract for a video player plugin.It includes properties for the name and version of the plugin.
The interface provides methods for setup, rendering player view, playback control (play and pause), and removal of the player instance.
Implementations of this interface should provide implementations for each method to define the behavior of the video player plugin.