equal
deleted
inserted
replaced
22 class MTestSetVolIf |
22 class MTestSetVolIf |
23 { |
23 { |
24 public: |
24 public: |
25 // Backdoor to set volume - support via CIClient/ServerExtension |
25 // Backdoor to set volume - support via CIClient/ServerExtension |
26 virtual TInt SetVol(TInt aVolume) = 0; |
26 virtual TInt SetVol(TInt aVolume) = 0; |
|
27 // Backdoor to volume - actually the gain value from the context scaled to 0..aMaxVol |
|
28 virtual TInt Vol(TInt aMaxVol) = 0; |
27 }; |
29 }; |
28 |
30 |
29 |
31 |
30 #endif |
32 #endif |