DESCombine.GetXML Method

DESCombine

The DESCombine class stitches together a series of video and audio files

DESCombine.GetXML Method 

Returns an XML description of the capture graph (as seen by DES).

public string GetXML();

Return Value

String containing XML

Remarks

This method can only be called after one of the render functions has been called. Might be useful for debugging. It is also possible (even easy) to build the DES part of a graph from an XML file, however that functionality has not been implemented in this version of the library.

See Also

DESCombine Class | DESCombineLib Namespace