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.3.183.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
Type: System.Collections.GenericListKeyValuePairICamera, IVideoSender
width (Optional)
Type: SystemInt32
height (Optional)
Type: SystemInt32
rows (Optional)
Type: SystemInt32
columns (Optional)
Type: SystemInt32
crop (Optional)
Type: SystemBoolean
See Also