Click or drag to resize

CameraSessionDescription(Int32, String, String) Constructor

Constructs a new Session Description

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public CameraSessionDescription(
	int protocolVersion,
	string originatorAndSession,
	string sessionName
)

Parameters

protocolVersion  Int32
Usually 0
originatorAndSession  String
Compound string identifying origionator and session identifier
sessionName  String
name of the session
See Also