Class DelayingTransformEngine

  • All Implemented Interfaces:
    TransformEngine

    public class DelayingTransformEngine
    extends Object
    implements TransformEngine
    A TransformEngine that delays the RTP stream by specified packet count by holding them in a buffer.
    Author:
    Boris Grozev, Pawel Domas
    • Constructor Detail

      • DelayingTransformEngine

        public DelayingTransformEngine​(int packetCount)
        Creates new instance of DelayingTransformEngine which will delay the RTP stream by given amount of packets.
        Parameters:
        packetCount - the delay counted in packets.