Core class for reading video file and manage the kivy.graphics.texture.Texture video.
Note
Recording is not supported.
Bases: kivy.event.EventDispatcher
VideoBase, a class to implement a video reader.
Parameters : |
|
---|---|
Events : |
|
Get the video duration (in seconds)
Get/set the filename/uri of current video
Load the video from the current filename
Play the video
Get/set the position in the video (in seconds)
Move on percent position
Get the video playing status
Stop the video playing
Get the video texture
Unload the actual video
Get/set the volume in the video (1.0 = 100%)