Click or drag to resize

IDecoderManagerDisplayOsd Method

Sets the OSD message for this decoder. The message will only be displayed when OSD is enabled for this decoder.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void DisplayOsd(
	Decoder decoder,
	string message
)

Parameters

decoder  Decoder
Decoder handle which OSD message should be set.
message  String
OSD message
Exceptions
ExceptionCondition
SdkException Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
See Also