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