inc/mussettings.h
branchCompilerCompatibility
changeset 12 6e3ada025302
parent 0 f0cf47e981f9
equal deleted inserted replaced
9:31001cb09df5 12:6e3ada025302
    47     /**
    47     /**
    48      * Returns 
    48      * Returns 
    49      *
    49      *
    50      * @return
    50      * @return
    51      */
    51      */
    52     static MusSettingsKeys::TOperatorVariant
    52     static MusSettingsKeys::TOperatorVariant OperatorVariantSettingL();
    53                 MultimediaSharingSettings::OperatorVariantSettingL();
    53 
    54 
    54     /**
    55     /**
    55      * Sets 
    56      * Sets 
    56      *
    57      *
    57      * @param
    58      * @param
    58      */
    59      */
    59     static void SetOperatorVariantSettingL(
    60     static void MultimediaSharingSettings::SetOperatorVariantSettingL(
       
    61                      MusSettingsKeys::TOperatorVariant aVariantSetting );
    60                      MusSettingsKeys::TOperatorVariant aVariantSetting );
    62 
    61 
    63     /**
    62     /**
    64      * Returns 
    63      * Returns 
    65      *
    64      *
   233      * For internal usage only. Use direct getters/setters for each setting. 
   232      * For internal usage only. Use direct getters/setters for each setting. 
   234      *
   233      *
   235      * @param
   234      * @param
   236      * @param
   235      * @param
   237      */
   236      */
   238     static void MultimediaSharingSettings::SetPropertyValueL( 
   237     static void SetPropertyValueL( TUint32 aKey, const TDesC& aValue );
   239                                             TUint32 aKey,
       
   240                                             const TDesC& aValue );
       
   241                                             
   238                                             
   242      /**
   239      /**
   243      * For internal usage only. Use direct getters/setters for each setting. 
   240      * For internal usage only. Use direct getters/setters for each setting. 
   244      *
   241      *
   245      * @param
   242      * @param
   251      * If Encoding device set to KMusDisableAVC (0x0fffffff) returns ETrue 
   248      * If Encoding device set to KMusDisableAVC (0x0fffffff) returns ETrue 
   252      * else otherwise.  
   249      * else otherwise.  
   253      * Means AVC will be disabled when encoding device cenrep configuration 
   250      * Means AVC will be disabled when encoding device cenrep configuration 
   254      * set to 0x0fffffff.
   251      * set to 0x0fffffff.
   255      */
   252      */
   256     static TBool MultimediaSharingSettings::IsAvcDisabled();
   253     static TBool IsAvcDisabled();
   257     
   254     
   258 
   255 
   259      /**
   256      /**
   260      * @return ETrue if privacy is requested
   257      * @return ETrue if privacy is requested
   261      *         EFalse otherwise, or if an error occurred reading cenrep
   258      *         EFalse otherwise, or if an error occurred reading cenrep