public interface RTPConnector
Modifier and Type | Method and Description |
---|---|
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) |
PushSourceStream getDataInputStream() throws java.io.IOException
java.io.IOException
OutputDataStream getDataOutputStream() throws java.io.IOException
java.io.IOException
PushSourceStream getControlInputStream() throws java.io.IOException
java.io.IOException
OutputDataStream getControlOutputStream() throws java.io.IOException
java.io.IOException
void close()
void setReceiveBufferSize(int size) throws java.io.IOException
java.io.IOException
int getReceiveBufferSize()
void setSendBufferSize(int size) throws java.io.IOException
java.io.IOException
int getSendBufferSize()
double getRTCPBandwidthFraction()
double getRTCPSenderBandwidthFraction()