Click or drag to resize

IDecoderManagerGetVolume Method

Gets 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#
int GetVolume(
	Decoder decoder
)

Parameters

decoder  Decoder
Decoder handle where volume level should be retrieved.

Return Value

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.
See Also