Method Write
Write(VideoWriterDisposable, IplImage)
Writes an image into the compressed AVI file.
protected override void Write(VideoWriterDisposable writer, IplImage input)
Parameters
writerVideoWriterDisposableThe VideoWriterDisposable object used to write data into the AVI file.
inputIplImageAn IplImage object containing the video data to write into the file.