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