trim_from_start property

trim_from_start property

Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. Read/write float.

Definition:

@property
def trim_from_start(self):
    ...

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

See Also