trim_from_end property

trim_from_end property

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

Definition:

@property
def trim_from_end(self):
    ...

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

See Also