@bitwild/vxdk
Playback
| Enumeration, Class | Description |
|---|---|
| PlaybackType | Enum representing the different types of playback. |
| HTML5Player | HTML5Player is a base playback class for HTML5 video playback. It is also used as the base for other playback dependent on HTML5 video. /** |
| Playback | Abstract class representing a playback plugin. It extends the Plugin class and provides common properties and methods for playback functionality. |
Events
| Enumeration | Description |
|---|---|
| CONTEXT_EVENT | Enum representing context events. |
| PLAYBACK_EVENT | Enum representing playback events. |
Other
| Class, Interface, Type alias, Variable | Description |
|---|---|
| BrowserUtils | - |
| Context | VxdkContext class that manages the overall context of the video player |
| Controller | VXDK Controller class that exposes all public APIs for video playback control |
| Plugin | Abstract base class for all plugins, extending Module |
| Disposable | - |
| Level | Interface representing a level DTO (Data Transfer Object). |
| Listener | - |
| Options | Interface representing player options. |
| State | - |
| StorageRequest | - |
| NextFn | - |
| PluginLoader | Type definition for a plugin loader |
| default | - |