StreamFragmentConvertToTimeSpan Method |
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TimeSpan ConvertToTimeSpan(
ulong value
)
Public Function ConvertToTimeSpan (
value As ULong
) As TimeSpan
public:
TimeSpan ConvertToTimeSpan(
unsigned long long value
)
member ConvertToTimeSpan :
value : uint64 -> TimeSpan
Parameters
- value
- Type: SystemUInt64
Return Value
Type:
TimeSpan
See Also