X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FDVB%2FDVBDemuxHandles.hh;h=dd24d7b364e942f9046cc336763cabeb24619be2;hb=34199e3d9e56891d51d497fc2367d14258fa0c37;hp=d1468309bcb95ed0efba98d81adcfff6d4086ebd;hpb=962f88fbbfc6f4da1502088dfa94273e7fbd3c80;p=senf.git diff --git a/Socket/Protocols/DVB/DVBDemuxHandles.hh b/Socket/Protocols/DVB/DVBDemuxHandles.hh index d146830..dd24d7b 100644 --- a/Socket/Protocols/DVB/DVBDemuxHandles.hh +++ b/Socket/Protocols/DVB/DVBDemuxHandles.hh @@ -75,7 +75,12 @@ namespace senf { ///@} - void setSectionFilter(struct dmx_sct_filter_params *filter) const; + void setSectionFilter(unsigned short int pid, + unsigned int timeout, + unsigned int flags, + unsigned char filter, + unsigned char mask, + unsigned char mode) const; }; typedef ProtocolClientSocketHandle DVBDemuxSectionHandle;