| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<Bin.DebugGraphDetails> |
Bin.DebugGraphDetails.SHOW_ALL
A convenience EnumSet with all values.
|
| Modifier and Type | Method and Description |
|---|---|
static Bin.DebugGraphDetails |
Bin.DebugGraphDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bin.DebugGraphDetails[] |
Bin.DebugGraphDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bin.debugToDotFile(EnumSet<Bin.DebugGraphDetails> details,
String fileName)
To aid debugging applications one can use this method to write out the
whole network of gstreamer elements that form the pipeline into a dot
file.
|
void |
Bin.debugToDotFileWithTS(EnumSet<Bin.DebugGraphDetails> details,
String fileName)
To aid debugging applications one can use this method to write out the
whole network of gstreamer elements that form the pipeline into a dot
file.
|
Copyright © 2021 gstreamer-java. All rights reserved.