File
Doc
Category
Size
Date
Package
AudioStream.java
API Doc
Android 5.1 API
792
Sat Mar 14 14:09:38 GMT 2015
android.net.rtp
AudioStream
java.lang.Object
android.net.rtp.RtpStream
public class AudioStream extends android.net.rtp.RtpStream
Fields Summary
Constructors Summary
public AudioStream
(
InetAddress
address)
throw new RuntimeException("Stub!");
Methods Summary
public
android.net.rtp.AudioCodec
getCodec
()
throw new RuntimeException("Stub!");
public
int
getDtmfType
()
throw new RuntimeException("Stub!");
public
android.net.rtp.AudioGroup
getGroup
()
throw new RuntimeException("Stub!");
public final
boolean
isBusy
()
throw new RuntimeException("Stub!");
public void
join
(
android.net.rtp.AudioGroup
group)
throw new RuntimeException("Stub!");
public void
setCodec
(
android.net.rtp.AudioCodec
codec)
throw new RuntimeException("Stub!");
public void
setDtmfType
(
int
type)
throw new RuntimeException("Stub!");
Java Code Source