SessionDescriptionLine(String) Constructor |
Parses and creates a SessionDescriptionLine from the given line
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic SessionDescriptionLine(
string line
)
Public Sub New (
line As String
)
public:
SessionDescriptionLine(
String^ line
)
new :
line : string -> SessionDescriptionLineParameters
- line String
- The line from a SessionDescription
See Also