UtilityTimeSpanFromUint64 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 TimeSpanFromUint64(
	ulong TimelineTicks,
	uint Scale
)

Parameters

TimelineTicks
Type: SystemUInt64
Ticks.
Scale
Type: SystemUInt32
The scale to use.

Return Value

Type: TimeSpan
New instance of TimeSpan.
See Also

Reference