Uses of Enum Class
org.kurento.client.GstreamerDotDetails
-
Uses of GstreamerDotDetails in org.kurento.client
Subclasses with type arguments of type GstreamerDotDetails in org.kurento.clientMethods in org.kurento.client that return GstreamerDotDetailsModifier and TypeMethodDescriptionstatic GstreamerDotDetailsReturns the enum constant of this class with the specified name.static GstreamerDotDetails[]GstreamerDotDetails.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kurento.client with parameters of type GstreamerDotDetailsModifier and TypeMethodDescriptionvoidHub.dumpGstreamerDot(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.voidHub.dumpGstreamerDot(GstreamerDotDetails details, Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidHub.dumpGstreamerDot(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.voidMediaElement.dumpGstreamerDot(GstreamerDotDetails details) If GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the Media Element.voidMediaElement.dumpGstreamerDot(GstreamerDotDetails details, Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.dumpGstreamerDot(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 Media Element.voidMediaPipeline.dumpGstreamerDot(GstreamerDotDetails details) If GST_DEBUG_DUMP_DOT_DIR environment variable is defined dumps in that directoy a file with the GStreamer dot of the pipelinevoidMediaPipeline.dumpGstreamerDot(GstreamerDotDetails details, Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaPipeline.dumpGstreamerDot(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 pipelineHub.getGstreamerDot(GstreamerDotDetails details) Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipelinevoidHub.getGstreamerDot(GstreamerDotDetails details, Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.Hub.getGstreamerDot(Transaction tx, GstreamerDotDetails details) Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipelineMediaElement.getGstreamerDot(GstreamerDotDetails details) Return a .dot file describing the topology of the media element.voidMediaElement.getGstreamerDot(GstreamerDotDetails details, Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.MediaElement.getGstreamerDot(Transaction tx, GstreamerDotDetails details) Return a .dot file describing the topology of the media element.MediaPipeline.getGstreamerDot(GstreamerDotDetails details) Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipelinevoidMediaPipeline.getGstreamerDot(GstreamerDotDetails details, Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.MediaPipeline.getGstreamerDot(Transaction tx, GstreamerDotDetails details) Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline