Save
|
Save Method |
Description
Save to AVI, WMV, MPEG, MP4, FLV, AVCHD video formats. You need set the OutputType property before call Save method.
Syntax
Public Function Save( _ |
Parameter
filename
the path of output video file.
Return Value
return 1 if successful.
return -1 if the fileName is empty.
return -2 if the transcoding failed.
return -3 if the OutputType property out of range.
Example
Visual Basic Syntax |