Uses of Interface
org.mobicents.media.Component

Packages that use Component
org.mobicents.media   
org.mobicents.media.server.spi   
org.mobicents.media.server.spi.dsp   
org.mobicents.media.server.spi.events   
org.mobicents.media.server.spi.resource   
 

Uses of Component in org.mobicents.media
 

Subinterfaces of Component in org.mobicents.media
 interface Inlet
          This interface defines specific type of component which itself is not a media sink but it provides an access to the media sink.
 interface MediaSink
          Implements the media consumer.
 interface MediaSource
          Abstracts a read interface that pushes data in the form of Buffer objects.
 interface Outlet
          This interface defines specific type of component which itself is not a media source but it provides an access to the media source.
 

Methods in org.mobicents.media that return Component
 Component ComponentFactory.newInstance(Endpoint endpoint)
          Constructs new component.
 

Uses of Component in org.mobicents.media.server.spi
 

Subinterfaces of Component in org.mobicents.media.server.spi
 interface MultimediaResourceGroup
           
 interface ResourceGroup
           
 

Methods in org.mobicents.media.server.spi that return Component
 Component Connection.getComponent(MediaType type, java.lang.Class _interface)
           
 Component Endpoint.getComponent(java.lang.String resourceName)
           
 

Uses of Component in org.mobicents.media.server.spi.dsp
 

Subinterfaces of Component in org.mobicents.media.server.spi.dsp
 interface SignalingProcessor
          Processor is concerned with the digital processing of the media signals.
 

Uses of Component in org.mobicents.media.server.spi.events
 

Methods in org.mobicents.media.server.spi.events that return Component
 Component NotifyEvent.getSource()
           
 

Uses of Component in org.mobicents.media.server.spi.resource
 

Subinterfaces of Component in org.mobicents.media.server.spi.resource
 interface DtmfDetector
           
 interface DtmfGenerator
           
 interface Player
           
 interface Recorder
           
 interface TTSEngine
           
 



Copyright © 2010. All Rights Reserved.