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

Method Summary
 void close()
           
 PushSourceStream getControlInputStream()
           
 OutputDataStream getControlOutputStream()
           
 PushSourceStream getDataInputStream()
           
 OutputDataStream getDataOutputStream()
           
 int getReceiveBufferSize()
           
 double getRTCPBandwidthFraction()
           
 double getRTCPSenderBandwidthFraction()
           
 int getSendBufferSize()
           
 void setReceiveBufferSize(int size)
           
 void setSendBufferSize(int size)
           
 

Method Detail

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()