iSpring.VideoConversionResult Enumeration
VideoConversionResult Enumeration defines the possible results of the video file conversion process. Possible values are:
VCR_SUCCESS = 0, // video was converted successfully
VCR_USE_DEFAULT_CONVERTER = 1, // this video should be processed by default converter
VCR_SKIP_VIDEO = 2, // the video object should be skipped
See also