Пример #1
0
void BuildChannelListEx(struct rt_rtmp_adapter *pAd)
{
	struct rt_ch_region *pChReg;

	pChReg = GetChRegion(pAd->CommonCfg.CountryCode);
	CreateChList(pAd, pChReg, pAd->CommonCfg.Geography);
}
Пример #2
0
VOID BuildChannelListEx(
    IN PRTMP_ADAPTER pAd)
{
    PCH_REGION pChReg;

    pChReg = GetChRegion(pAd->CommonCfg.CountryCode);
    CreateChList(pAd, pChReg, pAd->CommonCfg.Geography);
}