|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gstreamer.GstXML
public class GstXML
Loads and saves pipelines in an XML file
Constructor Summary | |
---|---|
GstXML(java.io.File file)
Creates a new Gstreamer XML reader/writer |
Method Summary | |
---|---|
Element |
loadElement(java.lang.String elementName)
Loads a new Element from the XML file |
void |
saveElement(Element element)
Saves an existing pipeline to a XML file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GstXML(java.io.File file)
file
- the file to load from/save toMethod Detail |
---|
public Element loadElement(java.lang.String elementName)
Element
from the XML file
elementName
- the name of the element to load
public void saveElement(Element element)
element
- the element to save
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |