Uses of Interface
org.mobicents.media.Component

Packages that use Component
org.mobicents.media   
org.mobicents.media.server.spi   
org.mobicents.media.server.spi.dtmf   
org.mobicents.media.server.spi.player   
org.mobicents.media.server.spi.recorder   
org.mobicents.media.server.spi.tone   
 

Uses of Component in org.mobicents.media
 

Subinterfaces of Component in org.mobicents.media
 interface MediaSink
          Implements the media consumer.
 interface MediaSource
          Abstracts a read interface that pushes data in the form of Buffer objects.
 

Methods in org.mobicents.media that return Component
 Component ComponentFactory.newAudioComponent(ComponentType componentType)
          Constructs new component.
 

Methods in org.mobicents.media with parameters of type Component
 void ComponentFactory.releaseAudioComponent(Component component, ComponentType componentType)
          Frees previously allocated component 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 Endpoint.getResource(MediaType mediaType, ComponentType componentType)
          Provides access to the specific resource of the endpoint.
 

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

Subinterfaces of Component in org.mobicents.media.server.spi.dtmf
 interface DtmfDetector
           
 interface DtmfGenerator
           
 

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

Subinterfaces of Component in org.mobicents.media.server.spi.player
 interface Player
           
 

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

Subinterfaces of Component in org.mobicents.media.server.spi.recorder
 interface Recorder
           
 

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

Subinterfaces of Component in org.mobicents.media.server.spi.tone
 interface ToneDetector
           
 



Copyright © 2013 TeleStax, Inc.. All Rights Reserved.