Click or drag to resize
RtspPrimitivesOpen Method
Opens communication channel with remote endpoint. This function must be called before creating a session.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Open()

Return Value

Type: Boolean
Returns true if connection to the remote endpoint was successful, otherwise false.
See Also