RtspClientFactoryRegisterClient Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static bool RegisterClient(
RtspClientInfo clientInfo
)
Public Shared Function RegisterClient (
clientInfo As RtspClientInfo
) As Boolean
public:
static bool RegisterClient(
RtspClientInfo^ clientInfo
)
static member RegisterClient :
clientInfo : RtspClientInfo -> bool
Parameters
- clientInfo RtspClientInfo
-
Return Value
Boolean
See Also