Methods Summary |
---|
public void | close()Close all the RTP, RTCP streams.
|
public javax.media.protocol.PushSourceStream | getControlInputStream()Returns an input stream to receive the RTCP data.
|
public javax.media.rtp.OutputDataStream | getControlOutputStream()Returns an output stream to send the RTCP data.
|
public javax.media.protocol.PushSourceStream | getDataInputStream()Returns an input stream to receive the RTP data.
|
public javax.media.rtp.OutputDataStream | getDataOutputStream()Returns an output stream to send the RTP data.
|
public double | getRTCPBandwidthFraction()Return the RTCP bandwidth fraction. This value is used to
initialize the RTPManager. Check RTPManager for more detauls.
Return -1 to use the default values.
|
public double | getRTCPSenderBandwidthFraction()Return the RTCP sender bandwidth fraction. This value is used to
initialize the RTPManager. Check RTPManager for more detauls.
Return -1 to use the default values.
|
public int | getReceiveBufferSize()Get the receive buffer size set on the RTP data channel.
Return -1 if the receive buffer size is not applicable for
the implementation.
|
public int | getSendBufferSize()Get the send buffer size set on the RTP data channel.
Return -1 if the send buffer size is not applicable for
the implementation.
|
public void | setReceiveBufferSize(int size)Set the receive buffer size of the RTP data channel.
This is only a hint to the implementation. The actual implementation
may not be able to do anything to this.
|
public void | setSendBufferSize(int size)Set the send buffer size of the RTP data channel.
This is only a hint to the implementation. The actual implementation
may not be able to do anything to this.
|