| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Method and Description |
|---|---|
List<ElementConnectionData> |
MediaElement.getSinkConnections()
Returns a list of the connections information of the elements that ere receiving media from this element.
|
List<ElementConnectionData> |
MediaElement.getSinkConnections(MediaType mediaType)
Returns a list of the connections information of the elements that ere receiving media from this element.
|
List<ElementConnectionData> |
MediaElement.getSinkConnections(MediaType mediaType,
String description)
Returns a list of the connections information of the elements that ere receiving media from this element.
|
TFuture<List<ElementConnectionData>> |
MediaElement.getSinkConnections(Transaction tx)
Returns a list of the connections information of the elements that ere receiving media from this element.
|
TFuture<List<ElementConnectionData>> |
MediaElement.getSinkConnections(Transaction tx,
MediaType mediaType)
Returns a list of the connections information of the elements that ere receiving media from this element.
|
TFuture<List<ElementConnectionData>> |
MediaElement.getSinkConnections(Transaction tx,
MediaType mediaType,
String description)
Returns a list of the connections information of the elements that ere receiving media from this element.
|
List<ElementConnectionData> |
MediaElement.getSourceConnections()
Get the connections information of the elements that are sending media to this element
MediaElement |
List<ElementConnectionData> |
MediaElement.getSourceConnections(MediaType mediaType)
Get the connections information of the elements that are sending media to this element
MediaElement |
List<ElementConnectionData> |
MediaElement.getSourceConnections(MediaType mediaType,
String description)
Get the connections information of the elements that are sending media to this element
MediaElement |
TFuture<List<ElementConnectionData>> |
MediaElement.getSourceConnections(Transaction tx)
Get the connections information of the elements that are sending media to this element
MediaElement |
TFuture<List<ElementConnectionData>> |
MediaElement.getSourceConnections(Transaction tx,
MediaType mediaType)
Get the connections information of the elements that are sending media to this element
MediaElement |
TFuture<List<ElementConnectionData>> |
MediaElement.getSourceConnections(Transaction tx,
MediaType mediaType,
String description)
Get the connections information of the elements that are sending media to this element
MediaElement |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaElement.getSinkConnections(Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSinkConnections:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSinkConnections(MediaType mediaType,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSinkConnections:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSinkConnections(MediaType mediaType,
String description,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSinkConnections:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSourceConnections(Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSourceConnections:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSourceConnections(MediaType mediaType,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSourceConnections:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSourceConnections(MediaType mediaType,
String description,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSourceConnections:
Continuation.onSuccess(F) is called when the action is
done. |
Copyright © 2015 Kurento. All rights reserved.