MP3::Player::PktConcert

MP3::Player::PktConcert is a Perl OO wrapper to John Seagull's C API to the Intel Pocket Concert.
Download

MP3::Player::PktConcert Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Wong
  • Publisher web site:
  • http://search.cpan.org/~mikewong/XML-Dumper-0.81/Dumper.pm

MP3::Player::PktConcert Tags


MP3::Player::PktConcert Description

MP3::Player::PktConcert is a Perl OO wrapper to John Seagull's C API to the Intel Pocket Concert. MP3::Player::PktConcert is a Perl OO wrapper to John Seagull's C API to the Intel Pocket Concert.SYNOPSIS use MP3::Player::PktConcert; my $pocket_concert = new MP3::Player::PktConcert; my $proc_port = $pocket_concert->mount(); $pocket_concert->open(); my @tracks = $pocket_concert->tracks(); foreach my $track (@tracks) { printf "M %-40s n", $track->id(), $track->name(), $track->size(); } my ($free,$total) = $pocket_concert->usage(); printf( "%d bytes free out of %d bytes totaln", $free, $total ); $pocket_concert->close();MP3::Player::PktConcert is a Perl wrapper to John Seagull's C API to the Intel PocketConcert MP3 Player. Requirements: · Perl


MP3::Player::PktConcert Related Software