TimecodeScale

MatroskaSegment.TimecodeScale 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!

public ulong TimecodeScale { get; }

Property Value

The timecode scale value.

See Also