Click or drag to resize

IDecoderManagerSetVolume 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(
	Decoder decoder,
	int volume
)

Parameters

decoder  Decoder
Decoder handle where volume level should be retrieved.
volume  Int32
Decoder volume level in a range 0..100.
Exceptions
ExceptionCondition
SdkException Thrown if decoder doesn't exist in the configuration or is not permitted to caller. volume is out of supported range.
See Also