Developer Documentation

Get and Set Volume Multiplier

Get and Set Volume Multiplier

GetVolumeMultiplier: Retrieves the current volume multiplier of the capture device’s input. SetVolumeMultiplier: Sets the volume multiplier for the capture device’s input.

Important

For security reasons, the volume multiplier is capped to the range [0, MaxVolumeMultiplier]. The maximum volume multiplier defaults to 3.0. To change the maximum volume multiplier, use the Set Max Volume Multiplier function.

Inputs

NameTypeDescription
Execexec
TargetOdinCaptureMediaThe Odin Capture Media object whose volume multiplier is being retrieved or set.
Volume MultiplierfloatThe new volume multiplier to set. Used only in SetVolumeMultiplier.

Outputs

NameTypeDescription
Execexec
Volume MultiplierfloatThe current volume multiplier. Returned only by GetVolumeMultiplier.