org.mobicents.media
Interface Inlet

All Superinterfaces:
Component, java.io.Serializable
All Known Subinterfaces:
SignalingProcessor

public interface Inlet
extends Component

This interface defines specific type of component which itself is not a media sink but it provides an access to the media sink.

Author:
kulikov

Method Summary
 void connect(MediaSource source)
           
 void disconnect(MediaSource source)
           
 MediaSink getInput()
          Provides access to the media sink.
 
Methods inherited from interface org.mobicents.media.Component
addListener, getConnection, getEndpoint, getFormat, getId, getInterface, getName, removeListener, resetStats, setConnection, setEndpoint
 

Method Detail

getInput

MediaSink getInput()
Provides access to the media sink.

Returns:
the reference to the media sink.

connect

void connect(MediaSource source)

disconnect

void disconnect(MediaSource source)


Copyright © 2010. All Rights Reserved.