play_mode property

play_mode property

Returns or sets the video play mode. Read/write VideoPlayModePreset.

Definition:

@property
def play_mode(self):
    ...

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

See Also