[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Presents a video writer that write images to video format. [Property] Constructor=Sets the Constructor of the instance. ARG(enum)|14|1|None,Constructor,Constructor2 CompressionCode=Sets the compression code. ARG(int)|1|0 +FileName=Sets the name of the video file to be written to. ARG(string)|2| FPS=Sets the frame rate per second. ARG(int)|1|0 Width=Sets the width of the frame. ARG(int)|1|0 Height=Sets the height of the frame. ARG(int)|1|0 IsColor=Set if the video should be color. ARG(bool)|14|0|True,False [Methods] doWriteFrame=Write a single frame to the video writer. ARG(Image frame)|1|0 *doConstructor=Create a video writer using the specific information. ARG(string fileName, int fps, int width, int height, bool isColor)|1|0 *doConstructor2=Create a video writer using the specific information with the compression code. ARG(string fileName, int compressionCode, int fps, int width, int height, bool isColor)|1|0 *doDispose=Disposes all resources. ARG()|1|0 VideoWriter=Returns the VideoWriter object. ARG(VideoWriter)|3|0 Frame=Defines the frame to be written to the video writer. ARG(Image)|4|0 *CompressionCode=Defines the compression code. ARG(int)|4|1 *FPS=Defines the frame rate per second. ARG(int)|4|1 *Width=Defines the width of the frame. ARG(int)|4|1 *Height=Defines the height of the frame. ARG(int)|4|1 *FileName=Defines the name of the video file to be written to. ARG(string)|4|2 *IsColor=Defines a value indicating whether write the color video. ARG(bool)|4|104