Uses of Class
org.mobicents.media.ComponentType

Packages that use ComponentType
org.mobicents.media   
org.mobicents.media.server.spi   
 

Uses of ComponentType in org.mobicents.media
 

Methods in org.mobicents.media that return ComponentType
static ComponentType ComponentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComponentType[] ComponentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mobicents.media with parameters of type ComponentType
 Component ComponentFactory.newAudioComponent(ComponentType componentType)
          Constructs new component.
 void ComponentFactory.releaseAudioComponent(Component component, ComponentType componentType)
          Frees previously allocated component component.
 

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

Methods in org.mobicents.media.server.spi with parameters of type ComponentType
 Component Endpoint.getResource(MediaType mediaType, ComponentType componentType)
          Provides access to the specific resource of the endpoint.
 boolean Endpoint.hasResource(MediaType mediaType, ComponentType componentType)
          Provides access to the specific resource of the endpoint.
 void Endpoint.releaseResource(MediaType mediaType, ComponentType componentType)
          Allows to release resource when not needed anymore
 



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