Click or drag to resize

VideoCodecConverter(VideoFormat, VideoFormat, VideoQuality, Boolean) Constructor

Constructor

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public VideoCodecConverter(
	VideoFormat source_format,
	VideoFormat destination_format,
	VideoQuality output_quality,
	bool force_transcode = false
)

Parameters

source_format  VideoFormat
Input format of the converter
destination_format  VideoFormat
Output format of the converter
output_quality  VideoQuality
Output Quality of the converter
force_transcode  Boolean  (Optional)
If true it forces transcoding in all cases, even when the input and output formats are the same
See Also