CameraSessionDescription Constructor (String) |
Constructs a SessionDescription from the given contents of a Session Description Protocol message
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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