IDecoderManagerGetVolume 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(
Decoder decoder
)
Parameters
- decoder Decoder
- Decoder handle where volume level should be retrieved.
Return Value
Int32Decoder volume level in a range 0..100.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
|
See Also