Package org.xiph.speex
Class Inband
java.lang.Object
org.xiph.speex.Inband
Speex in-band and User in-band controls.
- Version:
- $Revision: 1.2 $
- Author:
- Marc Gimpel, Wimba S.A. (mgimpel@horizonwimba.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
speexInbandRequest
(Bits bits) Speex in-band request (submode=14).void
userInbandRequest
(Bits bits) User in-band request (submode=13).
-
Field Details
-
stereo
-
-
Constructor Details
-
Inband
Constructor.- Parameters:
stereo
-
-
-
Method Details
-
speexInbandRequest
Speex in-band request (submode=14).- Parameters:
bits
- - Speex bits buffer.- Throws:
StreamCorruptedException
- If stream seems corrupted.
-
userInbandRequest
User in-band request (submode=13).- Parameters:
bits
- - Speex bits buffer.- Throws:
StreamCorruptedException
- If stream seems corrupted.
-