CameraSessionDescription(String) Constructor |
Constructs a SessionDescription from the given contents of a Session Description Protocol message
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic CameraSessionDescription(
string sdpContents
)
Public Sub New (
sdpContents As String
)
public:
CameraSessionDescription(
String^ sdpContents
)
new :
sdpContents : string -> CameraSessionDescription
Parameters
- sdpContents String
- The Session Description Protocol usually recieved in the Describe request of a RtspClient
See Also