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)
Syntax public 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