|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xiph.speex.Inband
public class Inband
Speex in-band and User in-band controls.
| Field Summary | |
|---|---|
private Stereo |
stereo
|
| Constructor Summary | |
|---|---|
Inband(Stereo stereo)
Constructor. |
|
| Method Summary | |
|---|---|
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 |
|---|
private Stereo stereo
| Constructor Detail |
|---|
public Inband(Stereo stereo)
stereo - | Method Detail |
|---|
public void speexInbandRequest(Bits bits)
throws java.io.StreamCorruptedException
bits - - Speex bits buffer.
java.io.StreamCorruptedException - If stream seems corrupted.
public void userInbandRequest(Bits bits)
throws java.io.StreamCorruptedException
bits - - Speex bits buffer.
java.io.StreamCorruptedException - If stream seems corrupted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||