FileDocCategorySizeDatePackage
DataChannel.javaAPI DocJMF 2.1.1e829Mon May 12 12:20:38 BST 2003javax.media.rtp

DataChannel

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.
deprecated
This inferface has been replaced with the RTPConnector interface.
see
RTPPushDataSource
see
RTPSocket

Fields Summary
Constructors Summary
Methods Summary
public javax.media.rtp.RTPPushDataSourcegetControlChannel()
Retrieves the control channel datasource of the object implementing this interface.

returns
RTPPushDataSource the datasource corresponding to the RTP Control Channel.