piprofiler/engine/src/SamplerController.cpp
branchRCL_3
changeset 49 7fdc9a71d314
parent 19 da2cedce4920
child 59 8ad140f3dd41
equal deleted inserted replaced
46:e26895079d7c 49:7fdc9a71d314
   127         }
   127         }
   128     
   128     
   129     return err;
   129     return err;
   130     }
   130     }
   131 
   131 
   132 TInt CSamplerController::SetSamplerSettingsL(TInt aUid, TSamplerAttributes aAttributes)
   132 TInt CSamplerController::SetSamplerSettingsL(TInt aUid, TSamplerAttributes& aAttributes)
   133     {
   133     {
   134     // parse right plugin based on UID
   134     // parse right plugin based on UID
   135     CSamplerPluginInterface* plugin = GetPlugin(TUid::Uid(aUid));
   135     CSamplerPluginInterface* plugin = GetPlugin(TUid::Uid(aUid));
   136     
   136     
   137     // set the sampler attributes of a sampler plugin
   137     // set the sampler attributes of a sampler plugin