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

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

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

      • SeqNumPacketTranslation

        public SeqNumPacketTranslation​(int seqNumDelta)
        Parameters:
        seqNumDelta - The delta to apply to the sequence number of the RawPacket that is specified as an argument in the apply method.
    • Method Detail

      • apply

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