timecode_scale property

timecode_scale property

Gets the timecode scale value. Each scaled timecode in a MATROSKA file is multiplied by TIMECODESCALE to obtain the timecode in nanoseconds. Note that not all timecodes are scaled!

Definition:

@property
def timecode_scale(self):
    ...

See Also