Class Inband


  • public class Inband
    extends java.lang.Object
    Speex in-band and User in-band controls.
    Version:
    $Revision: 1.2 $
    Author:
    Marc Gimpel, Wimba S.A. (mgimpel@horizonwimba.com)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Stereo stereo  
    • Constructor Summary

      Constructors 
      Constructor Description
      Inband​(Stereo stereo)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void speexInbandRequest​(Bits bits)
      Speex in-band request (submode=14).
      void userInbandRequest​(Bits bits)
      User in-band request (submode=13).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stereo

        private Stereo stereo
    • Constructor Detail

      • Inband

        public Inband​(Stereo stereo)
        Constructor.
        Parameters:
        stereo -
    • Method Detail

      • speexInbandRequest

        public void speexInbandRequest​(Bits bits)
                                throws java.io.StreamCorruptedException
        Speex in-band request (submode=14).
        Parameters:
        bits - - Speex bits buffer.
        Throws:
        java.io.StreamCorruptedException - If stream seems corrupted.
      • userInbandRequest

        public void userInbandRequest​(Bits bits)
                               throws java.io.StreamCorruptedException
        User in-band request (submode=13).
        Parameters:
        bits - - Speex bits buffer.
        Throws:
        java.io.StreamCorruptedException - If stream seems corrupted.