mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/a3fcistubextn/testsetvol.h
branchRCL_3
changeset 12 b74061f7f3d2
parent 0 40261b775718
equal deleted inserted replaced
11:d5f04de580b7 12:b74061f7f3d2
    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