IAnalogMonitorManagerGetVolume Method |  |
Gets the volume of the decoder
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxint GetVolume(
AnalogMonitor monitor
)
Parameters
- monitor AnalogMonitor
- Analog monitor where volume should be retrieved.
Return Value
Int32Volume level in a range of 0..100.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if monitor doesn't exist in the configuration or is not permitted to caller.
|
See Also