org.mobicents.media
Interface Outlet

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

public interface Outlet
extends Component

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

Author:
kulikov

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

Method Detail

getOutput

MediaSource getOutput()
Provides access to the media source.

Returns:
the reference to the media source.

connect

void connect(MediaSink sink)

disconnect

void disconnect(MediaSink sink)


Copyright © 2010. All Rights Reserved.