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

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

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

Methods in org.mobicents.media.server.spi that return MediaType
static MediaType MediaType.getInstance(java.lang.String name)
           
static MediaType MediaType.getMediaType(int code)
           
static MediaType MediaType.valueOf(java.lang.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
 java.util.Collection<MediaType> ResourceGroup.getMediaTypes()
           
 java.util.Collection<MediaType> MultimediaSource.getMediaTypes()
           
 java.util.Collection<MediaType> Endpoint.getMediaTypes()
          Gets the list of supported media types.
 java.util.Collection<MediaType> MultimediaSink.getMediaTypes()
           
 

Methods in org.mobicents.media.server.spi with parameters of type MediaType
 java.lang.String Endpoint.describe(MediaType mediaType)
          Generates media description for the specified media type.
 long Connection.getBytesReceived(MediaType media)
          The number of bytes of the specified media type received .
 long Connection.getBytesTransmitted(MediaType media)
          The number of bytes of the specified media type transmitted.
 Component Connection.getComponent(MediaType type, java.lang.Class _interface)
           
 double Connection.getJitter(MediaType media)
          The interarrival jitter for the specific media type.
 MediaSink MultimediaSink.getMediaSink(MediaType media)
           
 MediaSource MultimediaSource.getMediaSource(MediaType media)
           
 ConnectionMode Connection.getMode(MediaType mediaType)
          Gets the current mode of this connection.
 long Connection.getPacketsReceived(MediaType media)
          The number of packets of the specified media type received .
 long Connection.getPacketsTransmitted(MediaType media)
          The number of packets of the specified media type transmitted.
 MediaSink ResourceGroup.getSink(MediaType media)
           
 MediaSink Endpoint.getSink(MediaType media)
           
 MediaSource ResourceGroup.getSource(MediaType media)
           
 MediaSource Endpoint.getSource(MediaType media)
           
 void Connection.setMode(ConnectionMode mode, MediaType mediaType)
          Modify mode of this connection.
 void Connection.setOtherParty(Connection other, MediaType mediaType)
           
 

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

Methods in org.mobicents.media.server.spi.rtp with parameters of type MediaType
 RtpSocket RtpManager.getRTPSocket(MediaType media)
          Constructs new RTP socket for the specified media type.
 



Copyright © 2010. All Rights Reserved.