org.gstreamer
public class GstXML extends Object
Constructor and Description |
---|
GstXML(File file)
Creates a new Gstreamer XML reader/writer
|
Modifier and Type | Method and Description |
---|---|
Element |
loadElement(String elementName)
Loads a new
Element from the XML file |
void |
saveElement(Element element)
Saves an existing pipeline to a XML file.
|
public GstXML(File file)
file
- the file to load from/save topublic Element loadElement(String elementName)
Element
from the XML fileelementName
- the name of the element to loadpublic void saveElement(Element element)
element
- the element to saveCopyright © 2014. All rights reserved.