openMSX
|
Gets this device its 'amplification factor'. More...
#include <SoundDevice.hh>
Public Attributes | |
float | left |
float | right |
Gets this device its 'amplification factor'.
Each sample generated by the 'updateBuffer' method will get multiplied by this factor during mixing (see MSXMixer).
This factor is the combination of:
Definition at line 67 of file SoundDevice.hh.
float openmsx::SoundDevice::AmplificationFactors::left |
Definition at line 68 of file SoundDevice.hh.
float openmsx::SoundDevice::AmplificationFactors::right |
Definition at line 69 of file SoundDevice.hh.