Class TimestampPacketTranslation<T extends org.jitsi.utils.ByteArrayBuffer>

  • All Implemented Interfaces:
    Function<T,​T>

    public class TimestampPacketTranslation<T extends org.jitsi.utils.ByteArrayBuffer>
    extends Object
    implements Function<T,​T>
    Author:
    George Politis
    • Constructor Detail

      • TimestampPacketTranslation

        public TimestampPacketTranslation​(long tsDelta)
        Ctor.
        Parameters:
        tsDelta - The delta to apply to the timestamp of the RawPacket that is specified as an argument in the apply method.
    • Method Detail

      • apply

        public T apply​(T pktIn)
        Specified by:
        apply in interface Function<T extends org.jitsi.utils.ByteArrayBuffer,​T extends org.jitsi.utils.ByteArrayBuffer>