mmsharing/mmshengine/inc/musengsession.h
branchRCL_3
changeset 21 33a5d2bbf6fc
parent 20 2d2c7d1515f7
equal deleted inserted replaced
20:2d2c7d1515f7 21:33a5d2bbf6fc
    81         * @return ETrue if audio routing can be changed using EnableLoudspeakerL
    81         * @return ETrue if audio routing can be changed using EnableLoudspeakerL
    82         */
    82         */
    83         IMPORT_C TBool AudioRoutingCanBeChanged() const;
    83         IMPORT_C TBool AudioRoutingCanBeChanged() const;
    84         
    84         
    85         /**
    85         /**
    86 		* Checks if audio output is BT
    86 		* Checks if audio routing is headset
    87 		* 
    87 		* 
    88 		* @return ETrue if audio routing is BT
    88 		* @return ETrue if audio routing is headset
    89 		*/
    89 		*/
    90         IMPORT_C TBool AudioOutputIsBT() const;
    90         IMPORT_C TBool IsAudioRoutingHeadset() const;
    91 		
    91 		
       
    92         /**
       
    93 		* Checks if audio routing is LoudSpeaker
       
    94 		* 
       
    95 		* @return ETrue if audio routing is LoudSpeaker and 
       
    96 		* currentMode != iAudioOutputAtStartup
       
    97 		*/
       
    98         IMPORT_C TBool IsAudioRoutingLoudSpeaker() const;
    92         /**
    99         /**
    93         * Activates/deactivates loadspeaker
   100         * Activates/deactivates loadspeaker
    94         *
   101         *
    95         * @param TBool Enable or disable loudspeaker
   102         * @param TBool Enable or disable loudspeaker
    96         * @param TBool Show activation dialog
   103         * @param TBool Show activation dialog