Click or drag to resize

StreamAttributeEventArgs Constructor

Initializes a new instance of the StreamAttributeEventArgs class

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

Parameters

streamName  String
 
resolution  OzResolution
 
frameRate  Int32
 
See Also