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: 10.3.183.0
Syntaxpublic CameraSessionDescription(
string sdpContents
)
Public Sub New (
sdpContents As String
)
public:
CameraSessionDescription(
String^ sdpContents
)
new :
sdpContents : string -> CameraSessionDescription
Parameters
- sdpContents
- Type: SystemString
The Session Description Protocol usually recieved in the Describe request of a RtspClient
See Also