Linux::DVB

Linux::DVB is a Perl interface to (some parts of) the Linux DVB API.
Download

Linux::DVB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marc Lehmann and Magnus Schmidt
  • Publisher web site:
  • http://search.cpan.org/~mlehmann/

Linux::DVB Tags


Linux::DVB Description

Linux::DVB is a Perl interface to (some parts of) the Linux DVB API. Linux::DVB is a Perl interface to (some parts of) the Linux DVB API.SYNOPSIS use Linux::DVB;This module provides an interface to the Linux DVB API. It is a straightforward translation of the C API. You should read the Linux DVB API description to make any sense of this module. It can be found here: http://www.linuxtv.org/docs/dvbapi/dvbapi.htmlAll constants from frontend.h and demux.h are exported by their C name and by default.Noteworthy differences to the C API: unions and sub-structs are usually translated into flat perl hashes, i.e struct.u.qam.symbol_rate becomes $struct->{symbol_rate}.Noteworthy limitations of this module include: no way to set the frequency or diseqc. No interface to the video, audio and net devices. If you need this functionality bug the author. Requirements: · Perl


Linux::DVB Related Software