javax.media.rtp
Interface DataChannel

All Known Implementing Classes:
RTPSocket

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()
          Retrieves the control channel datasource of the object implementing this interface.
 

Method Detail

getControlChannel

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


Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.