Beispiel #1
0
int BBM_VIDEO_SELECT(HANDLE hDevice, u8 subChId,u8 svcChId, u8 cdiId)
{
	int res;

	res = fc8050_video_select(hDevice, subChId, svcChId, cdiId);

	return res;
}
int bbm_com_video_select(
    HANDLE hDevice, u8 subchannel_id, u8 service_channel_id, u8 cdiId)
{
    int res;

    res = fc8050_video_select(
              hDevice, subchannel_id, service_channel_id, cdiId);

    return res;
}