resourcemgmt/hwresourcesmgr/server/inc/HWRMFmTxCommonData.h
changeset 78 3f0699f2e14c
parent 0 4e1aa6a622a0
--- a/resourcemgmt/hwresourcesmgr/server/inc/HWRMFmTxCommonData.h	Tue Oct 12 15:02:43 2010 +0300
+++ b/resourcemgmt/hwresourcesmgr/server/inc/HWRMFmTxCommonData.h	Thu Oct 14 12:47:54 2010 +0300
@@ -263,6 +263,14 @@
         */          
         void UpdateRdsLanguageId(const TRdsLanguageIdType aLanguageId);   
             
+        /**
+        * Setter for indicating whether audio policy should be notified.
+        *
+        * @param aEnable Enable status
+        * @param aNotifyAudioPolicy ETrue if audio policy should be notified instantly.
+        */          
+        void EnableAudioRouting(TBool aEnable, TBool aNotifyAudioPolicy = EFalse);
+            
     private:
     
         /**
@@ -315,6 +323,7 @@
         TFmTxRdsData               iRdsData;          // RDS settings
         HWRMFmTxCommand::TRdsPs    iRdsConvertedPs;   // Text converted into 8bit RDS format
         HWRMFmTxCommand::TRdsPtyn  iRdsConvertedPtyn; // Text converted into 8bit RDS format
+        TBool                   iAudioRoutingEnabled;
         
     public: // Friend classes