qtinternetradio/irqisdsclient/inc/irqisdsclient.h
changeset 8 3b03c28289e6
parent 5 0930554dc389
child 14 896e9dbc5f19
equal deleted inserted replaced
5:0930554dc389 8:3b03c28289e6
   109     IMPORT_C void isdsChannelRequest(int aIndex, bool& aCache);
   109     IMPORT_C void isdsChannelRequest(int aIndex, bool& aCache);
   110 
   110 
   111     /**
   111     /**
   112      *IRQIsdsClient::IsdsListenRequestL()
   112      *IRQIsdsClient::IsdsListenRequestL()
   113      *issue a listen request to the isds client. 
   113      *issue a listen request to the isds client. 
   114      *@param int,bool, the current index of channel, the history tag  
   114      *@param int,bool, 
       
   115      *if we set the aHistoryBool to false, the aCurrentIndex means the current song's index
       
   116      *in the current list.
       
   117      *if we set the aHistoryBool to true,  the aCurrentIndex means the channel ID you expect 
       
   118      *to listen, for sometimes, the channel ID is saved in the DB so we could get it directly
   115      **/
   119      **/
   116     IMPORT_C void isdsListenRequest(int aCurrentIndex, bool aHistoryBool =
   120     IMPORT_C void isdsListenRequest(int aCurrentIndex, bool aHistoryBool =
   117             false);
   121             false);
   118 
   122 
   119     /**
   123     /**