Modifier and Type | Method and Description |
---|---|
List<ElementConnectionData> |
MediaElement.getSinkConnections()
Gets information about the source pads of this media element.
|
List<ElementConnectionData> |
MediaElement.getSinkConnections(MediaType mediaType)
Gets information about the source pads of this media element.
|
List<ElementConnectionData> |
MediaElement.getSinkConnections(MediaType mediaType,
String description)
Gets information about the source pads of this media element.
|
TFuture<List<ElementConnectionData>> |
MediaElement.getSinkConnections(Transaction tx)
Gets information about the source pads of this media element.
|
TFuture<List<ElementConnectionData>> |
MediaElement.getSinkConnections(Transaction tx,
MediaType mediaType)
Gets information about the source pads of this media element.
|
TFuture<List<ElementConnectionData>> |
MediaElement.getSinkConnections(Transaction tx,
MediaType mediaType,
String description)
Gets information about the source pads of this media element.
|
List<ElementConnectionData> |
MediaElement.getSourceConnections()
Gets information about the sink pads of this media element.
|
List<ElementConnectionData> |
MediaElement.getSourceConnections(MediaType mediaType)
Gets information about the sink pads of this media element.
|
List<ElementConnectionData> |
MediaElement.getSourceConnections(MediaType mediaType,
String description)
Gets information about the sink pads of this media element.
|
TFuture<List<ElementConnectionData>> |
MediaElement.getSourceConnections(Transaction tx)
Gets information about the sink pads of this media element.
|
TFuture<List<ElementConnectionData>> |
MediaElement.getSourceConnections(Transaction tx,
MediaType mediaType)
Gets information about the sink pads of this media element.
|
TFuture<List<ElementConnectionData>> |
MediaElement.getSourceConnections(Transaction tx,
MediaType mediaType,
String description)
Gets information about the sink pads of this media element.
|
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 © 2020 Kurento. All rights reserved.