Video class
Methods
| on_loaded | (self, handler: Callable[[], None]) -> Disposable |
Handles the loading event for this video. |
|
| pause | (self) -> None |
Pauses video playback. |
|
| play | (self) -> None |
Starts video playback. |
|
| stop | (self) -> None |
Stops video. |
Properties
| current_position | float |
Defines the track position of this video. |
|
| readonly | duration | float | |
| looping | bool |
Toggles video looping. If |
|
| readonly | playing | bool | |
| volume | float |
Defines normalized |