Interface Hub
- All Superinterfaces:
KurentoObject, MediaObject
- All Known Subinterfaces:
AlphaBlending, Composite, Dispatcher, DispatcherOneToMany, Mixer
A Hub is a routing
MediaObject.
It connects several endpoints together-
Method Summary
Modifier and TypeMethodDescriptionvoidIf GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the Hub.voiddumpGstreamerDot(Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voiddumpGstreamerDot(GstreamerDotDetails details) If GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the Hub.voiddumpGstreamerDot(GstreamerDotDetails details, Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidIf GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the Hub.voiddumpGstreamerDot(Transaction tx, GstreamerDotDetails details) If GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the Hub.Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipelinevoidgetGstreamerDot(Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.getGstreamerDot(GstreamerDotDetails details) Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipelinevoidgetGstreamerDot(GstreamerDotDetails details, Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipelinegetGstreamerDot(Transaction tx, GstreamerDotDetails details) Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipelineMethods inherited from interface KurentoObject
addEventListener, invoke, isCommited, release, release, release, removeEventListener, waitCommited, whenCommited, whenCommitedMethods inherited from interface MediaObject
addErrorListener, addErrorListener, addTag, addTag, addTag, getChildren, getChildren, getChildren, 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
-
Method Details
-
getGstreamerDot
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline- Parameters:
details- Details of graph- Returns:
- The dot graph. *
-
getGstreamerDot
Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done. If an error occurs,Continuation.onError(Throwable)is called.- Parameters:
details- Details of graph- See Also:
-
getGstreamerDot
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline- Parameters:
details- Details of graph- Returns:
- The dot graph. *
-
dumpGstreamerDot
If GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the Hub.The element can be queried for certain type of data:
- SHOW_ALL: default value
- SHOW_CAPS_DETAILS
- SHOW_FULL_PARAMS
- SHOW_MEDIA_TYPE
- SHOW_NON_DEFAULT_PARAMS
- SHOW_STATES
- SHOW_VERBOSE
- Parameters:
details- Details of graph
-
dumpGstreamerDot
Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done. If an error occurs,Continuation.onError(Throwable)is called.- Parameters:
details- Details of graph- See Also:
-
dumpGstreamerDot
If GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the Hub.The element can be queried for certain type of data:
- SHOW_ALL: default value
- SHOW_CAPS_DETAILS
- SHOW_FULL_PARAMS
- SHOW_MEDIA_TYPE
- SHOW_NON_DEFAULT_PARAMS
- SHOW_STATES
- SHOW_VERBOSE
- Parameters:
details- Details of graph
-
getGstreamerDot
String getGstreamerDot()Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline- Returns:
- The dot graph. *
-
getGstreamerDot
Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done. If an error occurs,Continuation.onError(Throwable)is called.- See Also:
-
getGstreamerDot
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline- Returns:
- The dot graph. *
-
dumpGstreamerDot
void dumpGstreamerDot()If GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the Hub.The element can be queried for certain type of data:
- SHOW_ALL: default value
- SHOW_CAPS_DETAILS
- SHOW_FULL_PARAMS
- SHOW_MEDIA_TYPE
- SHOW_NON_DEFAULT_PARAMS
- SHOW_STATES
- SHOW_VERBOSE
-
dumpGstreamerDot
Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done. If an error occurs,Continuation.onError(Throwable)is called.- See Also:
-
dumpGstreamerDot
If GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the Hub.The element can be queried for certain type of data:
- SHOW_ALL: default value
- SHOW_CAPS_DETAILS
- SHOW_FULL_PARAMS
- SHOW_MEDIA_TYPE
- SHOW_NON_DEFAULT_PARAMS
- SHOW_STATES
- SHOW_VERBOSE
-