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