length_in_milliseconds property

length_in_milliseconds property

Gets or sets the length of the audio file in milliseconds, represented as a numeric string. This value is represented by the TLEN frame.

Definition:

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

See Also