Click or drag to resize

CameraSessionDescription(String) Constructor

Constructs a SessionDescription from the given contents of a Session Description Protocol message

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

Parameters

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