Click or drag to resize

VideoResizerSetResolution Method (Int32, Int32)

Sets the resizing resolution.

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

Parameters

width
Type: SystemInt32
New width.
height
Type: SystemInt32
New height.
See Also