SIPSorcery.Net.RTPChannel.DateTimeToNptTimestamp32 C# (CSharp) Method

DateTimeToNptTimestamp32() public static method

public static DateTimeToNptTimestamp32 ( System.DateTime value ) : uint
value System.DateTime
return uint
        public static uint DateTimeToNptTimestamp32(DateTime value)
        {
            return (uint)((DateTimeToNptTimestamp(value) >> 16) & 0xFFFFFFFF);
        }