Save a DirectShow Graph to a GRF file
Parameters
- graphBuilder
- the IGraphBuilder interface of the graph
- fileName
- the file to be saved
Remarks
This method overwrites any existing file
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentNullException | Thrown if graphBuilder is null |
| COMException | Thrown if errors occur during the file creation |
See Also
FilterGraphTools Class | DirectShowLib.Utils Namespace | LoadGraphFile