start property

start property

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

Definition:

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

See Also