RtspClientFactoryRegisterClient Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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