javax.media.rtp
Interface RTPConnector
- All Known Implementing Classes:
- RTPSocketAdapter
public interface RTPConnector
Standard JMF class -- see this class in the JMF Javadoc.
Complete.
- Author:
- Ken Larson
getDataInputStream
PushSourceStream getDataInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getDataOutputStream
OutputDataStream getDataOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getControlInputStream
PushSourceStream getControlInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getControlOutputStream
OutputDataStream getControlOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
close
void close()
setReceiveBufferSize
void setReceiveBufferSize(int size)
throws java.io.IOException
- Throws:
java.io.IOException
getReceiveBufferSize
int getReceiveBufferSize()
setSendBufferSize
void setSendBufferSize(int size)
throws java.io.IOException
- Throws:
java.io.IOException
getSendBufferSize
int getSendBufferSize()
getRTCPBandwidthFraction
double getRTCPBandwidthFraction()
getRTCPSenderBandwidthFraction
double getRTCPSenderBandwidthFraction()