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