RtspPrimitivesOpen Method |
Opens communication channel with remote endpoint. This function must be called before
creating a session.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
SyntaxPublic Function Open As Boolean
member Open : unit -> bool
Return Value
Type:
Boolean
Returns true if connection to the remote endpoint was successful, otherwise false.
See Also