Click or drag to resize
CameraSessionDescription Constructor (String)
Constructs a SessionDescription from the given contents of a Session Description Protocol message

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public CameraSessionDescription(
	string sdpContents
)

Parameters

sdpContents
Type: SystemString
The Session Description Protocol usually recieved in the Describe request of a RtspClient
See Also