piprofiler/piprofiler_plat/inc/SamplerPluginInterface.h
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
   172     
   172     
   173     /**
   173     /**
   174     * Method for setting configurations of single sampler attributes
   174     * Method for setting configurations of single sampler attributes
   175     * @param aAttributes contains settings of a single sampler plugin 
   175     * @param aAttributes contains settings of a single sampler plugin 
   176     */
   176     */
   177     virtual TInt SetAttributesL(TSamplerAttributes& aAttributes) = 0; 
   177     virtual TInt SetAttributesL(TSamplerAttributes aAttributes) = 0; 
   178     
   178     
   179     /**
   179     /**
   180     * Method for parsing text formatted settings block and converting
   180     * Method for parsing text formatted settings block and converting
   181     * it to TSamplerAttributes data structure
   181     * it to TSamplerAttributes data structure
   182     * @param aSingleSettingArray containing setting lines of a single sampler
   182     * @param aSingleSettingArray containing setting lines of a single sampler