android.net.rtp
Class AudioStream

java.lang.Object
  extended by android.net.rtp.RtpStream
      extended by android.net.rtp.AudioStream

public class AudioStream
extends RtpStream


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

AudioStream

public AudioStream(InetAddress address)
            throws SocketException
Throws:
SocketException
Method Detail

isBusy

public final boolean isBusy()
Overrides:
isBusy in class RtpStream

getGroup

public AudioGroup getGroup()

join

public void join(AudioGroup group)

getCodec

public AudioCodec getCodec()

setCodec

public void setCodec(AudioCodec codec)

getDtmfType

public int getDtmfType()

setDtmfType

public void setDtmfType(int type)


Copyright © 2008-2012. All Rights Reserved.