public interface MediaShapingEndpoint
| Modifier and Type | Method and Description |
|---|---|
String |
apply(org.kurento.client.MediaElement shaper)
Changes the media passing through a chain of media elements by applying
the specified element/shaper.
|
void |
revert(org.kurento.client.MediaElement shaper)
Removes the media element object found from the media chain structure.
|
String apply(org.kurento.client.MediaElement shaper) throws RoomException
shaper - MediaElement that will be linked to the end of the
chain (e.g. a filter)RoomException - if thrown, the media element was not addedvoid revert(org.kurento.client.MediaElement shaper)
throws RoomException
shaper - MediaElement that will be removed from the chainRoomException - if thrown, the media element was not removedCopyright © 2015 Kurento. All rights reserved.