openMSX
Public Attributes | List of all members
openmsx::SoundDevice::AmplificationFactors Struct Reference

Gets this device its 'amplification factor'. More...

#include <SoundDevice.hh>

Public Attributes

float left
 
float right
 

Detailed Description

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.

Member Data Documentation

◆ left

float openmsx::SoundDevice::AmplificationFactors::left

Definition at line 68 of file SoundDevice.hh.

◆ right

float openmsx::SoundDevice::AmplificationFactors::right

Definition at line 69 of file SoundDevice.hh.


The documentation for this struct was generated from the following file: