SIPSorcery.Net.RTPChannel.DateTimeToNptTimestamp32 C# (CSharp) Méthode

DateTimeToNptTimestamp32() public static méthode

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