SessionDescriptionLine Constructor (String) |
Parses and creates a SessionDescriptionLine from the given line
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic SessionDescriptionLine(
string line
)
Public Sub New (
line As String
)
public:
SessionDescriptionLine(
String^ line
)
new :
line : string -> SessionDescriptionLine
Parameters
- line
- Type: SystemString
The line from a SessionDescription
See Also