RtspClientFactoryRegisterClient Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also