Click or drag to resize

StreamAttributeEventArgs Constructor

Initializes a new instance of the StreamAttributeEventArgs class

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public StreamAttributeEventArgs(
	string streamName,
	OzResolution resolution,
	int frameRate
)

Parameters

streamName
Type: SystemString
resolution
Type: OzResolution
frameRate
Type: SystemInt32
See Also