Click or drag to resize
VideoResizerSetResolution Method (Int32, Int32)
Sets the resizing resolution.

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

Parameters

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