Class RTCPGenerator

  • All Implemented Interfaces:
    Function<net.sf.fmj.media.rtp.RTCPCompoundPacket,​RawPacket>

    public class RTCPGenerator
    extends Object
    implements Function<net.sf.fmj.media.rtp.RTCPCompoundPacket,​RawPacket>
    A Function that produces RawPackets from RTCPCompoundPackets.
    Author:
    George Politis
    • Constructor Detail

      • RTCPGenerator

        public RTCPGenerator()
    • Method Detail

      • apply

        public RawPacket apply​(net.sf.fmj.media.rtp.RTCPCompoundPacket in)
        Specified by:
        apply in interface Function<net.sf.fmj.media.rtp.RTCPCompoundPacket,​RawPacket>