Click or drag to resize
RtspRequestParse Method
Parses a string to an RTSP request.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override bool Parse(
	string stringToparse
)

Parameters

stringToparse
Type: SystemString
String to parse.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also