[linux-dvb] Re: V4 API STC compare

2003-10-06 Thread Rob . McConnell
> Anyway, I would: > > enum dvb_dmx_event_type { >DVB_DMX_RECORDING_EVENT, >DVB_DMX_STC_COMPARE_EVENT > }; > struct dvb_dmx_stc_trigger { >int enable; // enable STC compare event >uint64_t stc; // 33-b

[linux-dvb] Re: V4 API STC compare

2003-10-06 Thread Johannes Stezenbach
[EMAIL PROTECTED] wrote: > > I am planning on adding a "DVB_DMX_SET_STC_COMPARE" ioctl to my driver to > allow a compare event to be setup in hardware. When (and if) the STC event > triggers (i.e. the value passed in by the syscall equals the actual STC > value), the user process can determine th