Click or drag to resize

IDecoderManagerClear Method

After a call to this method the decoder is not displaying any video.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void Clear(
	Decoder decoder
)

Parameters

decoder  Decoder
Decoder handle that should be cleared.
Exceptions
ExceptionCondition
SdkException Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
See Also