Click or drag to resize
VideoCodecConverter Constructor (VideoFormat, VideoFormat, VideoQuality, Boolean)
Constructor

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

Parameters

source_format
Type: Ozeki.MediaVideoFormat
Input format of the converter
destination_format
Type: Ozeki.MediaVideoFormat
Output format of the converter
output_quality
Type: Ozeki.MediaVideoQuality
Output Quality of the converter
force_transcode (Optional)
Type: SystemBoolean
If true it forces transcoding in all cases, even when the input and output formats are the same
See Also