Package org.jitsi.util.function
Class TimestampPacketTranslation<T extends org.jitsi.utils.ByteArrayBuffer>
- java.lang.Object
-
- org.jitsi.util.function.TimestampPacketTranslation<T>
-
-
Constructor Summary
Constructors Constructor Description TimestampPacketTranslation(long tsDelta)Ctor.
-
-
-
Constructor Detail
-
TimestampPacketTranslation
public TimestampPacketTranslation(long tsDelta)
Ctor.- Parameters:
tsDelta- The delta to apply to the timestamp of theRawPacketthat is specified as an argument in the apply method.
-
-