UtilityTimeSpanFromUint Method MediaSuite 3.1.1889.0
Converts Ticks/Frequency to Timespan

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax

public static TimeSpan TimeSpanFromUint(
	uint TimelineTicks,
	uint Scale
)

Parameters

TimelineTicks
Type: SystemUInt32
Ticks
Scale
Type: SystemUInt32
Ticks/s, Frequency

Return Value

Type: TimeSpan
See Also

Reference