On 07.03.2010 14:15, ????????? ?????? wrote:
> Hi
>
> What about iptv patches?
> No IsPlug() member in cChannel.
>
> May be need
> Channel->Source() & cSource::st_Mask == 'I'<<24
I'll add cChannel::IsSourceType(char Source) for use like
if (Channel->IsSourceType('I'))
...
Klaus