UtilityUint64FromTimeSpan Method MediaSuite 3.1.1889.0
Converts a TimeSpan to ulong given a scale.

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

public static ulong Uint64FromTimeSpan(
	TimeSpan span,
	uint Scale
)

Parameters

span
Type: SystemTimeSpan
The input timestamps.
Scale
Type: SystemUInt32
The scale to use for conversion.

Return Value

Type: UInt64
Returns the converted value.
See Also

Reference