Uses of Class
org.mobicents.media.server.spi.MediaType

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

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

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

Methods in org.mobicents.media.server.spi that return types with arguments of type MediaType
 Collection<MediaType> MultimediaSource.getMediaTypes()
           
 Collection<MediaType> MultimediaSink.getMediaTypes()
           
 Collection<MediaType> ResourceGroup.getMediaTypes()
           
 

Methods in org.mobicents.media.server.spi with parameters of type MediaType
 MediaSink MultimediaSink.getMediaSink(MediaType media)
           
 MediaSource MultimediaSource.getMediaSource(MediaType media)
           
 Component Endpoint.getResource(MediaType mediaType, ComponentType componentType)
          Provides access to the specific resource of the endpoint.
 MediaSink ResourceGroup.getSink(MediaType media)
           
 MediaSource ResourceGroup.getSource(MediaType media)
           
 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
 void MultimediaSource.setDsp(Processor dsp, MediaType media)
           
 



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