voiceui/voiceuivoicerecognition/inc/vuictoneplayer.h
branchRCL_3
changeset 15 33b357311f14
parent 0 bf1d17376201
equal deleted inserted replaced
13:46625afeb3de 15:33b357311f14
    68         /**
    68         /**
    69         * Plays initialized tone
    69         * Plays initialized tone
    70         * @param aSid The sound ID
    70         * @param aSid The sound ID
    71         */
    71         */
    72         void PlayTone( TInt aSid );
    72         void PlayTone( TInt aSid );
       
    73         
       
    74         /**
       
    75         * Check Bt Accessory Status
       
    76         * @
       
    77         */
       
    78         void ChekcAccesoryStatusL();
    73 
    79 
    74     public: // Functions from base classes
    80     public: // Functions from base classes
    75 
    81 
    76         /**
    82         /**
    77         * From MMdaAudioPlayerCallback.
    83         * From MMdaAudioPlayerCallback.
   115         MMdaAudioPlayerCallback*        iObserver;
   121         MMdaAudioPlayerCallback*        iObserver;
   116 
   122 
   117         // Start sound path
   123         // Start sound path
   118         HBufC*                          iStartSound;
   124         HBufC*                          iStartSound;
   119         
   125         
       
   126         // Bluetooth start sound path
       
   127         HBufC*                          iBtStartSound;
       
   128         
   120         // Confirmation sound path
   129         // Confirmation sound path
   121         HBufC*                          iConfirmationSound;
   130         HBufC*                          iConfirmationSound;
   122 
   131 
   123         // Volume
   132         // Volume
   124         TInt                            iVolume;
   133         TInt                            iVolume;
       
   134         
       
   135         //BT Accessory flag
       
   136         TBool                           iBTAcc;
   125         };
   137         };
   126 
   138 
   127 #endif      // VUICTONEPLAYER_H
   139 #endif      // VUICTONEPLAYER_H
   128             
   140             
   129 // End of File
   141 // End of File