changeset 15 | c1e808730d6c |
parent 0 | 40261b775718 |
--- a/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/a3fcistubextn/testsetvol.h Fri Apr 16 16:34:49 2010 +0300 +++ b/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/a3fcistubextn/testsetvol.h Mon May 03 13:56:28 2010 +0300 @@ -24,6 +24,8 @@ public: // Backdoor to set volume - support via CIClient/ServerExtension virtual TInt SetVol(TInt aVolume) = 0; + // Backdoor to volume - actually the gain value from the context scaled to 0..aMaxVol + virtual TInt Vol(TInt aMaxVol) = 0; };