DESCombine.FileCompleted Event

DESCombine

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

DESCombine.FileCompleted Event

Called when a file has finished processing.

public event EventHandler FileCompleted;

Remarks

The FileCompletedArgs contains the file name and type. Note that if RenderToWindow() is chosen, dropped frames can result in missed notifications. This should not affect other RenderTo* methods.

See Also

DESCombine Class | DESCombineLib Namespace