javax.media.rtp
Interface DataChannel

All Known Implementing Classes:
RTPSocket

Deprecated. This inferface has been replaced with the RTPConnector interface.

public interface DataChannel

This is an interface that must be implemented by an object that will provide a RTP data and control channel. e.g. the RTPSocket object. The control channel of this object is an RTPPushDataSource and can be accessed via this interface.

See Also:
RTPPushDataSource, RTPSocket

Method Summary
 RTPPushDataSource getControlChannel()
          Deprecated. Retrieves the control channel datasource of the object implementing this interface.
 

Method Detail

getControlChannel

public RTPPushDataSource getControlChannel()
Deprecated. 
Retrieves the control channel datasource of the object implementing this interface.