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.
Name | Type | Description |
---|
Exec | exec | |
Target | object | The Odin Capture Media object whose volume multiplier is being retrieved or set. |
Volume Multiplier | float | The new volume multiplier to set. Used only in SetVolumeMultiplier. |
Outputs
Name | Type | Description |
---|
Exec | exec | |
Volume Multiplier | float | The current volume multiplier. Returned only by GetVolumeMultiplier. |