RtspClientFactoryRegisterClient Method |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.CameraRtspClientInfo
Return Value
Type:
Boolean
See Also