default_duration property

default_duration property

Gets the number of nanoseconds (not scaled via MatroskaSegment.timecode_scale) per frame.

Remarks

Note: ‘frame’ in the Matroska sense – one Element put into a (Simple)Block.

Definition:

@property
def default_duration(self):
    ...

See Also