|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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. |
javax.media.protocol.PushSourceStream |
getControlInputStream()
Returns an input stream to receive the RTCP data. |
javax.media.rtp.OutputDataStream |
getControlOutputStream()
Returns an output stream to send the RTCP data. |
javax.media.protocol.PushSourceStream |
getDataInputStream()
Returns an input stream to receive the RTP data. |
javax.media.rtp.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 javax.media.protocol.PushSourceStream getDataInputStream()
throws java.io.IOException
javax.media.rtp.RTPConnector 内の getDataInputStreamjava.io.IOException
public javax.media.rtp.OutputDataStream getDataOutputStream()
throws java.io.IOException
javax.media.rtp.RTPConnector 内の getDataOutputStreamjava.io.IOException
public javax.media.protocol.PushSourceStream getControlInputStream()
throws java.io.IOException
javax.media.rtp.RTPConnector 内の getControlInputStreamjava.io.IOException
public javax.media.rtp.OutputDataStream getControlOutputStream()
throws java.io.IOException
javax.media.rtp.RTPConnector 内の getControlOutputStreamjava.io.IOExceptionpublic void close()
javax.media.rtp.RTPConnector 内の close
public void setReceiveBufferSize(int size)
throws java.io.IOException
javax.media.rtp.RTPConnector 内の setReceiveBufferSizejava.io.IOExceptionpublic int getReceiveBufferSize()
javax.media.rtp.RTPConnector 内の getReceiveBufferSize
public void setSendBufferSize(int size)
throws java.io.IOException
javax.media.rtp.RTPConnector 内の setSendBufferSizejava.io.IOExceptionpublic int getSendBufferSize()
javax.media.rtp.RTPConnector 内の getSendBufferSizepublic double getRTCPBandwidthFraction()
javax.media.rtp.RTPConnector 内の getRTCPBandwidthFractionpublic double getRTCPSenderBandwidthFraction()
javax.media.rtp.RTPConnector 内の getRTCPSenderBandwidthFraction
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||