UtilityConvertUnsignedInt64ToTimeSpan Method |
Converts Ticks/Frequency to Timespan.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static TimeSpan ConvertUnsignedInt64ToTimeSpan(
ulong TimelineTicks,
uint Scale
)
Public Shared Function ConvertUnsignedInt64ToTimeSpan (
TimelineTicks As ULong,
Scale As UInteger
) As TimeSpan
public:
static TimeSpan ConvertUnsignedInt64ToTimeSpan(
unsigned long long TimelineTicks,
unsigned int Scale
)
static member ConvertUnsignedInt64ToTimeSpan :
TimelineTicks : uint64 *
Scale : uint32 -> TimeSpan
Parameters
- TimelineTicks
- Type: SystemUInt64
Ticks.
- Scale
- Type: SystemUInt32
The scale to use.
Return Value
Type:
TimeSpan
New instance of TimeSpan.
See Also