Click or drag to resize

SplitCameraSettings Constructor

Initializes a new instance of the SplitCameraSettings class

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public SplitCameraSettings(
	List<KeyValuePair<ICamera, IVideoSender>> sources,
	int width = 640,
	int height = 480,
	int rows = 1,
	int columns = 1,
	bool crop = false
)

Parameters

sources  ListKeyValuePairICamera, IVideoSender
 
width  Int32  (Optional)
 
height  Int32  (Optional)
 
rows  Int32  (Optional)
 
columns  Int32  (Optional)
 
crop  Boolean  (Optional)
 
See Also