| Package | Description |
|---|---|
| org.mobicents.media | |
| org.mobicents.media.server.spi |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentFactory.newAudioComponent(ComponentType componentType)
Constructs new component.
|
void |
ComponentFactory.releaseAudioComponent(Component component,
ComponentType componentType)
Frees previously allocated component component.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2016 TeleStax, Inc.. All Rights Reserved.