Class RTPVP9


public class RTPVP9 extends RTPCodec
  • Constructor Details

    • RTPVP9

      public RTPVP9()
  • Method Details

    • encode

      public void encode(byte[] data, int x, int y, int id, PacketReceiver pr)
      Encodes raw VP9 packet into multiple RTP packets.
      Specified by:
      encode in class RTPCodec
    • decode

      public void decode(byte[] rtp, int offset, int length, PacketReceiver pr)
      Returns last full packet.
      Specified by:
      decode in class RTPCodec