UtilityConverTimeSpanToUnsignedInt64 Method |
Converts a TimeSpan to ulong given a scale.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static ulong ConverTimeSpanToUnsignedInt64(
TimeSpan span,
uint Scale
)
Public Shared Function ConverTimeSpanToUnsignedInt64 (
span As TimeSpan,
Scale As UInteger
) As ULong
public:
static unsigned long long ConverTimeSpanToUnsignedInt64(
TimeSpan span,
unsigned int Scale
)
static member ConverTimeSpanToUnsignedInt64 :
span : TimeSpan *
Scale : uint32 -> uint64
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