|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ac.naka.ec.media.RTPSocketAdapter
public class RTPSocketAdapter
An implementation of RTPConnector based on UDP sockets.
コンストラクタの概要 | |
---|---|
RTPSocketAdapter(java.net.InetAddress addr,
int port)
|
|
RTPSocketAdapter(java.net.InetAddress addr,
int port,
int ttl)
|
メソッドの概要 | |
---|---|
void |
close()
Close all the RTP, RTCP streams. |
PushSourceStream |
getControlInputStream()
Returns an input stream to receive the RTCP data. |
OutputDataStream |
getControlOutputStream()
Returns an output stream to send the RTCP data. |
PushSourceStream |
getDataInputStream()
Returns an input stream to receive the RTP data. |
OutputDataStream |
getDataOutputStream()
Returns an output stream to send the RTP data. |
int |
getReceiveBufferSize()
Get the receive buffer size set on the RTP data channel. |
double |
getRTCPBandwidthFraction()
Return the RTCP bandwidth fraction. |
double |
getRTCPSenderBandwidthFraction()
Return the RTCP sender bandwidth fraction. |
int |
getSendBufferSize()
Get the send buffer size set on the RTP data channel. |
void |
setReceiveBufferSize(int size)
Set the receive buffer size of the RTP data channel. |
void |
setSendBufferSize(int size)
Set the send buffer size of the RTP data channel. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RTPSocketAdapter(java.net.InetAddress addr, int port) throws java.io.IOException
java.io.IOException
public RTPSocketAdapter(java.net.InetAddress addr, int port, int ttl) throws java.io.IOException
java.io.IOException
メソッドの詳細 |
---|
public PushSourceStream getDataInputStream() throws java.io.IOException
java.io.IOException
public OutputDataStream getDataOutputStream() throws java.io.IOException
java.io.IOException
public PushSourceStream getControlInputStream() throws java.io.IOException
java.io.IOException
public OutputDataStream getControlOutputStream() throws java.io.IOException
java.io.IOException
public void close()
public void setReceiveBufferSize(int size) throws java.io.IOException
java.io.IOException
public int getReceiveBufferSize()
public void setSendBufferSize(int size) throws java.io.IOException
java.io.IOException
public int getSendBufferSize()
public double getRTCPBandwidthFraction()
public double getRTCPSenderBandwidthFraction()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |