8 int i, NrTVChannels, NrRadioChannels;
10 TAP_Channel_GetTotalNum(&NrTVChannels, &NrRadioChannels);
12 for(i = 0; i < NrTVChannels; i++)
15 if(SvcType) *SvcType = SVC_TYPE_Tv;
16 if(SvcNum) *SvcNum = i;
22 for(i = 0; i < NrRadioChannels; i++)
25 if(SvcType) *SvcType = SVC_TYPE_Radio;
26 if(SvcNum) *SvcNum = i;
bool LogoManager_GetServiceNumByChannelID(ulong64 ChannelID, int *SvcType, int *SvcNum)
ulong64 LogoManager_GetChannelID(int SvcType, int SvcNum)