public interface Hub extends MediaObject
MediaObject
. It connects several endpoints
togetherModifier and Type | Method and Description |
---|---|
String |
getGstreamerDot()
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
void |
getGstreamerDot(Continuation<String> cont)
Asynchronous version of getGstreamerDot:
Continuation.onSuccess(F) is called when the action is
done. |
String |
getGstreamerDot(GstreamerDotDetails details)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
void |
getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
Continuation.onSuccess(F) is called when the action is
done. |
TFuture<String> |
getGstreamerDot(Transaction tx)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
TFuture<String> |
getGstreamerDot(Transaction tx,
GstreamerDotDetails details)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
addErrorListener, addErrorListener, addTag, addTag, addTag, getChildren, getChildren, getChildren, getChilds, getChilds, getChilds, getCreationTime, getCreationTime, getCreationTime, getId, getId, getId, getMediaPipeline, getMediaPipeline, getMediaPipeline, getName, getName, getName, getParent, getParent, getParent, getSendTagsInEvents, getSendTagsInEvents, getSendTagsInEvents, getTag, getTag, getTag, getTags, getTags, getTags, removeErrorListener, removeErrorListener, removeTag, removeTag, removeTag, setName, setName, setName, setSendTagsInEvents, setSendTagsInEvents, setSendTagsInEvents
isCommited, release, release, release, waitCommited, whenCommited, whenCommited
String getGstreamerDot(GstreamerDotDetails details)
details
- Details of graphvoid getGstreamerDot(GstreamerDotDetails details, Continuation<String> cont)
Continuation.onSuccess(F)
is called when the action is
done. If an error occurs, Continuation.onError(java.lang.Throwable)
is called.details
- Details of graphgetGstreamerDot(org.kurento.client.GstreamerDotDetails)
TFuture<String> getGstreamerDot(Transaction tx, GstreamerDotDetails details)
details
- Details of graphString getGstreamerDot()
void getGstreamerDot(Continuation<String> cont)
Continuation.onSuccess(F)
is called when the action is
done. If an error occurs, Continuation.onError(java.lang.Throwable)
is called.TFuture<String> getGstreamerDot(Transaction tx)
Copyright © 2018 Kurento. All rights reserved.