Click or drag to resize

VideoResizerSetResolution(Int32, Int32) Method

Sets the resizing resolution.

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

Parameters

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