duration property

duration property

Gets or sets the duration of the media file.

Definition:

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

See Also