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 56 of file SoundDevice.hh.

Member Data Documentation

◆ left

float openmsx::SoundDevice::AmplificationFactors::left

Definition at line 57 of file SoundDevice.hh.

◆ right

float openmsx::SoundDevice::AmplificationFactors::right

Definition at line 58 of file SoundDevice.hh.


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