Class g711u

java.lang.Object
javaforce.voip.g711u
All Implemented Interfaces:
Coder

public class g711u extends Object implements Coder
Encodes/decodes g711 packets (U-Law). (North America format)
  • Constructor Details

    • g711u

      public g711u(RTP rtp)
  • Method Details

    • encode

      public byte[] encode(short[] samples)
      Specified by:
      encode in interface Coder
    • decode

      public short[] decode(byte[] encoded, int off)
      Specified by:
      decode in interface Coder
    • getSampleRate

      public int getSampleRate()
      Specified by:
      getSampleRate in interface Coder