VideoConvertOptions class

VideoConvertOptions class

Options for conversion to Video type.

The VideoConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of VideoConvertOptions.

Properties

Property Description
audio_format The audio format to be used.
extract_audio_only The property indicating whether to extract the audio from the video.
frames_per_second The frames per second. Default is 30.
format The format of the conversion. Implements IConvertOptions.format. (inherited from ConvertOptions)

See Also