Click or drag to resize

IAnalogMonitorManagerSetVolume Method

Sets the volume of the decoder

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void SetVolume(
	AnalogMonitor monitor,
	int volume
)

Parameters

monitor  AnalogMonitor
Analog monitor where volume should be set.
volume  Int32
Volume level in a range of 0..100.
Exceptions
ExceptionCondition
SdkException Thrown if monitor doesn't exist in the configuration or is not permitted to caller.
See Also