Click or drag to resize
UtilityConvertUnsignedInt32ToTimeSpan Method
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 ConvertUnsignedInt32ToTimeSpan(
	uint TimelineTicks,
	uint Scale
)

Parameters

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

Return Value

Type: TimeSpan
See Also