org.xiph.speex

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

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).

Field Details

stereo

private Stereo stereo

Constructor Details

Inband

public Inband(Stereo stereo)
Constructor.
Parameters:
stereo -

Method Details

speexInbandRequest

public void speexInbandRequest(Bits bits)
            throws StreamCorruptedException
Speex in-band request (submode=14).
Parameters:
bits - - Speex bits buffer.

userInbandRequest

public void userInbandRequest(Bits bits)
            throws StreamCorruptedException
User in-band request (submode=13).
Parameters:
bits - - Speex bits buffer.

Copyright © 1999-2004 Wimba S.A. All Rights Reserved.