Click or drag to resize

CameraSessionDescription Constructor (Int32, String, String)

Constructs a new Session Description

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

Parameters

protocolVersion
Type: SystemInt32
Usually 0
originatorAndSession
Type: SystemString
Compound string identifying origionator and session identifier
sessionName
Type: SystemString
name of the session
See Also