[linux-dvb] What do you think of mpsys library ? (for ca_zap)
Kenneth Aafløy
lists at kenneth.aafloy.net
Sat Apr 2 00:43:43 CEST 2005
On Saturday 02 April 2005 00:38, Kenneth Aafløy wrote:
> On Saturday 02 April 2005 00:28, I wrote:
> > /**
> > * Open for recording any recording available on the device.
> > */
> > int vid_rec_open(vid_rec_t **, vid_dev_t *);
>
> /**
> * Open for recording any channel/component available on the device.
> *
> * \warning Use with care, as it could produce massive amounts of data.
> */
> int vid_rec_open(vid_rec_t **, vid_dev_t *);
While thinking about this, should it be a callback interface or plain copy
interface with buffering? Maybe both?
Also I'm pondering of an mmap style implementation that will be in v4.
Kenneth
More information about the linux-dvb
mailing list