public class AudioStream extends RtpStream
MODE_NORMAL, MODE_RECEIVE_ONLY, MODE_SEND_ONLY| Constructor and Description |
|---|
AudioStream(InetAddress address) |
| Modifier and Type | Method and Description |
|---|---|
AudioCodec |
getCodec() |
int |
getDtmfType() |
AudioGroup |
getGroup() |
boolean |
isBusy() |
void |
join(AudioGroup group) |
void |
setCodec(AudioCodec codec) |
void |
setDtmfType(int type) |
associate, finalize, getLocalAddress, getLocalPort, getMode, getRemoteAddress, getRemotePort, release, setModepublic AudioStream(InetAddress address) throws SocketException
SocketExceptionpublic AudioGroup getGroup()
public void join(AudioGroup group)
public AudioCodec getCodec()
public void setCodec(AudioCodec codec)
public int getDtmfType()
public void setDtmfType(int type)
Copyright © 2008-2013. All Rights Reserved.