Modifier and Type | Method and Description |
---|---|
static GstreamerDotDetails |
GstreamerDotDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GstreamerDotDetails[] |
GstreamerDotDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
Hub.getGstreamerDot(GstreamerDotDetails details)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
String |
MediaElement.getGstreamerDot(GstreamerDotDetails details)
Return a .dot file describing the topology of the media element.
|
String |
MediaPipeline.getGstreamerDot(GstreamerDotDetails details)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
void |
Hub.getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaPipeline.getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
Continuation.onSuccess(F) is called when the action is
done. |
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)
Return a .dot file describing the topology of the media element.
|
TFuture<String> |
MediaPipeline.getGstreamerDot(Transaction tx,
GstreamerDotDetails details)
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
|
Copyright © 2021 Kurento. All rights reserved.