rewind_video property

rewind_video property

Determines whether a video is automatically rewinded to start as soon as the movie has finished playing. Read/write bool.

Definition:

@property
def rewind_video(self):
    ...

@rewind_video.setter
def rewind_video(self, value):
    ...

See Also