|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
MultimediaSink.getMediaTypes()
|
Collection<MediaType> |
Endpoint.getMediaTypes()
Gets the list of supported media types. |
Collection<MediaType> |
MultimediaSource.getMediaTypes()
|
Collection<MediaType> |
ResourceGroup.getMediaTypes()
|
| Methods in org.mobicents.media.server.spi with parameters of type MediaType | |
|---|---|
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. |
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. |
Component |
Endpoint.getResource(MediaType mediaType,
Class intf)
Provides access to the specific resource of the endpoint. |
MediaSink |
ResourceGroup.getSink(MediaType media)
|
MediaSource |
ResourceGroup.getSource(MediaType media)
|
void |
Connection.setMode(ConnectionMode mode,
MediaType mediaType)
Modify mode of this connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||