Home
last modified time | relevance | path

Searched refs:destination_gain (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h91 float destination_gain; member
166 *gain = fMixerChannelInfo[mixerChannel].destination_gain; in GetMixerChannelInfo()
H A DMixerInput.cpp548 fMixerChannelInfo[i].destination_gain in _UpdateInputChannelDestinations()
575 fMixerChannelInfo[i].destination_gain); in _UpdateInputChannelDestinations()
633 fMixerChannelInfo[mixer_channel].destination_gain = gain; in SetMixerChannelGain()
643 return fMixerChannelInfo[mixer_channel].destination_gain; in GetMixerChannelGain()