Searched refs:fMixerParameter (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/desklink/
H A DMixerControl.cpp28 fMixerParameter(NULL),
133 fMixerParameter = static_cast<BContinuousParameter*>(p);
134 fMin = fMixerParameter->MinValue();
135 fMax = fMixerParameter->MaxValue();
136 fStep = fMixerParameter->ValueStep();
142 fMixerParameter->GetValue(&volume, &size, &lastChange);
167 if (fMixerParameter == NULL && _value != NULL)
216 if (fMixerParameter == NULL)
222 fMixerParameter->GetValue(&volume, &size, &lastChange);
231 if (fMixerParameter
[all...]
H A DMixerControl.h56 BContinuousParameter* fMixerParameter; member in class:MixerControl

Completed in 101 milliseconds