DESCombine.Completed Event

DESCombine

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

DESCombine.Completed Event

Called when the graph has finished running.

public event EventHandler Completed;

Remarks

The CompletedArgs contains the result of running the graph (Completed, UserAborted, out of disk space, etc.) This code will be a member of DirectShowLib.EventCode. Typically it will be EventCode.Complete, EventCode.ErrorAbort or EventCode.UserAbort.

See Also

DESCombine Class | DESCombineLib Namespace