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