duration property

duration property

Gets the tag that denotes the duration of a media file.

Definition:

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

See Also