Click or drag to resize
CameraSessionDescription Constructor (Int32, String, String)
Constructs a new Session Description

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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