stop property

stop property

Gets or sets the time in seconds of the end of the clip.

Definition:

@property
def stop(self):
    ...
@stop.setter
def stop(self, value):
    ...

See Also