mm_plat/global_audio_settings_api/inc/GlobalAudioSettings.h
changeset 57 1cbb0d5bf7f2
parent 46 ed4308a6c628
equal deleted inserted replaced
56:b6488ac24ddc 57:1cbb0d5bf7f2
    61             /**
    61             /**
    62             * The phone only beeps once instead of playing the tone if one has been set.
    62             * The phone only beeps once instead of playing the tone if one has been set.
    63             */
    63             */
    64             EGASRingingTypeBeepOnce     = 3,
    64             EGASRingingTypeBeepOnce     = 3,
    65             /** The phone is silent.
    65             /** The phone is silent.
       
    66             * This Ringing type is set when the phone is in silence mode.
    66             */
    67             */
    67             EGASRingingTypeSilent       = 4
    68             EGASRingingTypeSilent       = 4
    68             };
    69             };
    69         
    70         
    70         enum TGASKeypadVolume
    71         enum TGASKeypadVolume
   307         /**
   308         /**
   308         * Returns silent mode status.
   309         * Returns silent mode status.
   309         *
   310         *
   310         * 
   311         * 
   311         * @return TBool aEnable. ETrue if the silent mode is enabled else EFalse.
   312         * @return TBool aEnable. ETrue if the silent mode is enabled else EFalse.
       
   313         * Ringingtype is set to EGASRingingTypeSilent when silence mode is enabled
   312         */
   314         */
   313         
   315         
   314         IMPORT_C TBool IsSilenceModeEnabled();
   316         IMPORT_C TBool IsSilenceModeEnabled();
   315         /**
   317         /**
   316         * Registers audio clients list observer.
   318         * Registers audio clients list observer.