class documentation

class MediaPlayerView(View): (source)

Constructor: MediaPlayerView(**kwargs)

View In Hierarchy

Renders a media player for audio and video files.

Parameters
namethe name of the property
urlthe URL of the media to display
on_startthe operator to execute when the media starts
on_playthe operator to execute when the media is played
on_pausethe operator to execute when the media is paused
on_bufferthe operator to execute when the media is buffering
on_buffer_endthe operator to execute when the media stops buffering
on_endedthe operator to execute when the media ends
on_errorthe operator to execute when the media errors
on_durationthe operator to execute when the media duration is loaded
on_seekthe operator to execute when the media is seeked
on_progressthe operator to execute when the media progresses
Method __init__ Undocumented

Inherited from View:

Method clone Undocumented
Method kwargs_to_json Undocumented
Method to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, **kwargs): (source) ΒΆ