Click or drag to resize
StreamAttributeEventArgs Constructor
Initializes a new instance of the StreamAttributeEventArgs class

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

Parameters

streamName
Type: SystemString
resolution
Type: Ozeki.MediaResolution
frameRate
Type: SystemInt32
See Also