| Package | Description |
|---|---|
| org.kurento.client | |
| org.kurento.client.internal | |
| org.kurento.client.internal.client |
| Modifier and Type | Method and Description |
|---|---|
TFuture<String> |
SdpEndpoint.generateOffer(Transaction tx)
Request a SessionSpec offer.
|
TFuture<List<MediaObject>> |
MediaObject.getChilds(Transaction tx) |
TFuture<String> |
GStreamerFilter.getCommand(Transaction tx) |
TFuture<ConnectionState> |
BaseRtpEndpoint.getConnectionState(Transaction tx) |
TFuture<Integer> |
MediaObject.getCreationTime(Transaction tx) |
TFuture<String> |
Hub.getGstreamerDot(Transaction tx)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
TFuture<String> |
MediaElement.getGstreamerDot(Transaction tx)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside
|
TFuture<String> |
MediaPipeline.getGstreamerDot(Transaction tx)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
TFuture<String> |
Hub.getGstreamerDot(Transaction tx,
GstreamerDotDetails details)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
TFuture<String> |
MediaElement.getGstreamerDot(Transaction tx,
GstreamerDotDetails details)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside
|
TFuture<String> |
MediaPipeline.getGstreamerDot(Transaction tx,
GstreamerDotDetails details)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
TFuture<String> |
MediaObject.getId(Transaction tx) |
TFuture<ServerInfo> |
ServerManager.getInfo(Transaction tx) |
TFuture<String> |
ServerManager.getKmd(Transaction tx,
String moduleName)
Returns the kmd associated to a module
|
TFuture<Boolean> |
MediaPipeline.getLatencyStats(Transaction tx) |
TFuture<String> |
SdpEndpoint.getLocalSessionDescriptor(Transaction tx)
This method gives access to the SessionSpec offered by this NetworkConnection.
|
TFuture<Integer> |
SdpEndpoint.getMaxAudioRecvBandwidth(Transaction tx) |
TFuture<Integer> |
MediaElement.getMaxOuputBitrate(Transaction tx) |
TFuture<Integer> |
SdpEndpoint.getMaxVideoRecvBandwidth(Transaction tx) |
TFuture<Integer> |
BaseRtpEndpoint.getMaxVideoSendBandwidth(Transaction tx) |
TFuture<MediaPipeline> |
MediaObject.getMediaPipeline(Transaction tx) |
TFuture<MediaState> |
BaseRtpEndpoint.getMediaState(Transaction tx) |
TFuture<String> |
ServerManager.getMetadata(Transaction tx) |
TFuture<Integer> |
MediaElement.getMinOuputBitrate(Transaction tx) |
TFuture<Integer> |
BaseRtpEndpoint.getMinVideoRecvBandwidth(Transaction tx) |
TFuture<Integer> |
BaseRtpEndpoint.getMinVideoSendBandwidth(Transaction tx) |
TFuture<String> |
MediaObject.getName(Transaction tx) |
TFuture<MediaObject> |
MediaObject.getParent(Transaction tx) |
TFuture<List<MediaPipeline>> |
ServerManager.getPipelines(Transaction tx) |
TFuture<RembParams> |
BaseRtpEndpoint.getRembParams(Transaction tx) |
TFuture<String> |
SdpEndpoint.getRemoteSessionDescriptor(Transaction tx)
This method gives access to the remote session description.
|
TFuture<Boolean> |
MediaObject.getSendTagsInEvents(Transaction tx) |
TFuture<List<String>> |
ServerManager.getSessions(Transaction tx) |
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.
|
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 |
TFuture<Map<String,Stats>> |
MediaElement.getStats(Transaction tx)
Provides statistics collected for this endpoint
|
TFuture<Map<String,Stats>> |
MediaElement.getStats(Transaction tx,
MediaType mediaType)
Provides statistics collected for this endpoint
|
TFuture<String> |
WebRtcEndpoint.getStunServerAddress(Transaction tx) |
TFuture<Integer> |
WebRtcEndpoint.getStunServerPort(Transaction tx) |
TFuture<String> |
MediaObject.getTag(Transaction tx,
String key)
Returns the value associated to the given key.
|
TFuture<List<Tag>> |
MediaObject.getTags(Transaction tx)
Returns all the MediaObject tags.
|
TFuture<String> |
WebRtcEndpoint.getTurnUrl(Transaction tx) |
TFuture<String> |
UriEndpoint.getUri(Transaction tx) |
TFuture<String> |
HttpEndpoint.getUrl(Transaction tx)
Obtains the URL associated to this endpoint
|
TFuture<String> |
SdpEndpoint.processAnswer(Transaction tx,
String answer)
Request the NetworkConnection to process the given SessionSpec answer (from the remote User Agent).
|
TFuture<String> |
SdpEndpoint.processOffer(Transaction tx,
String offer)
Request the NetworkConnection to process the given SessionSpec offer (from the remote User Agent)
|
| Modifier and Type | Class and Description |
|---|---|
class |
TFutureImpl<V> |
| Modifier and Type | Method and Description |
|---|---|
TFuture<Object> |
RemoteObject.invoke(String method,
Props params,
Type type,
Transaction tx) |
Copyright © 2015 Kurento. All rights reserved.