|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.net.rtp.RtpStream
android.net.rtp.AudioStream
public class AudioStream
Field Summary |
---|
Fields inherited from class android.net.rtp.RtpStream |
---|
MODE_NORMAL, MODE_RECEIVE_ONLY, MODE_SEND_ONLY |
Constructor Summary | |
---|---|
AudioStream(InetAddress address)
|
Method Summary | |
---|---|
AudioCodec |
getCodec()
|
int |
getDtmfType()
|
AudioGroup |
getGroup()
|
boolean |
isBusy()
|
void |
join(AudioGroup group)
|
void |
setCodec(AudioCodec codec)
|
void |
setDtmfType(int type)
|
Methods inherited from class android.net.rtp.RtpStream |
---|
associate, finalize, getLocalAddress, getLocalPort, getMode, getRemoteAddress, getRemotePort, release, setMode |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AudioStream(InetAddress address) throws SocketException
SocketException
Method Detail |
---|
public final boolean isBusy()
isBusy
in class RtpStream
public AudioGroup getGroup()
public void join(AudioGroup group)
public AudioCodec getCodec()
public void setCodec(AudioCodec codec)
public int getDtmfType()
public void setDtmfType(int type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |