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.4.54.0
Syntax
public StreamAttributeEventArgs(
	string streamName,
	OzResolution resolution,
	int frameRate
)

Parameters

streamName  String
 
resolution  OzResolution
 
frameRate  Int32
 
See Also