DefaultDuration

MatroskaTrack.DefaultDuration property

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

public ulong? DefaultDuration { get; }

Property Value

The number of nanoseconds (not scaled via TimecodeScale) per frame.

Remarks

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

See Also