Click or drag to resize

VideoResizerSetResolution(Int32, Int32) Method

Sets the resizing resolution.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public void SetResolution(
	int width,
	int height
)

Parameters

width  Int32
New width.
height  Int32
New height.
See Also