protected abstract RTPConnectorInputStream<?> |
AbstractRTPConnector.createControlInputStream() |
Creates the RTCP packet input stream to be used by RTPManager.
|
protected RTPConnectorInputStream<?> |
RTPConnectorTCPImpl.createControlInputStream() |
Creates the RTCP packet input stream to be used by RTPManager.
|
protected RTPConnectorInputStream<?> |
RTPConnectorUDPImpl.createControlInputStream() |
Creates the RTCP packet input stream to be used by RTPManager.
|
protected abstract RTPConnectorInputStream<?> |
AbstractRTPConnector.createDataInputStream() |
Creates the RTP packet input stream to be used by RTPManager.
|
protected RTPConnectorInputStream<?> |
RTPConnectorTCPImpl.createDataInputStream() |
Creates the RTP packet input stream to be used by RTPManager.
|
protected RTPConnectorInputStream<?> |
RTPConnectorUDPImpl.createDataInputStream() |
Creates the RTP packet input stream to be used by RTPManager.
|
RTPConnectorInputStream<?> |
AbstractRTPConnector.getControlInputStream() |
Returns the input stream that is handling incoming RTCP packets.
|
protected RTPConnectorInputStream<?> |
AbstractRTPConnector.getControlInputStream(boolean create) |
Gets the PushSourceStream which gives access to the RTCP data
received from the remote targets and optionally creates it if it does not
exist yet.
|
RTPConnectorInputStream<?> |
AbstractRTPConnector.getDataInputStream() |
Returns the input stream that is handling incoming RTP packets.
|
protected RTPConnectorInputStream<?> |
AbstractRTPConnector.getDataInputStream(boolean create) |
Gets the PushSourceStream which gives access to the RTP data
received from the remote targets and optionally creates it if it does not
exist yet.
|