Video.on_loaded method

on_loaded(self, handler: Callable[[], None]) -> Disposable:

Handles the loading event for this video.

Parameters

  • handler: Callable[[], None]

    function to call when video has loaded (and can be played).

Returns