Audio::TagLib::MPEG::Properties

Audio::TagLib::MPEG::Properties is an implementation of audio property reading for MP3.
Download

Audio::TagLib::MPEG::Properties Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dongxu Ma
  • Publisher web site:
  • http://search.cpan.org/~dongxu/Parse-QTEDI-0.12/lib/Parse/QTEDI.pod

Audio::TagLib::MPEG::Properties Tags


Audio::TagLib::MPEG::Properties Description

Audio::TagLib::MPEG::Properties is an implementation of audio property reading for MP3. Audio::TagLib::MPEG::Properties is an implementation of audio property reading for MP3.SYNOPSIS use Audio::TagLib::MPEG::Properties; my $f = Audio::TagLib::MPEG::File->new("sample file.mp3"); my $i = $f->audioProperties(); print $i->layer(), "n"; # got 3This reads the data from an MPEG Layer III stream found in the AudioProperties API.new(PV $file, PV $style = "Average")Create an instance of MPEG::Properties with the data read from the MPEG::File $file.DESTROY()Destroys this MPEG Properties instance.IV length() IV bitrate() IV sampleRate() IV channels()see AudioPropertiesPV version()Returns the MPEG Version of the file.see Audio::TagLib::MPEG::HeaderIV layer()Returns the layer version. This will be between the values 1-3.BOOL protectionEnabled()Returns true if the MPEG protection bit is enabled.PV channelMode()Returns the channel mode for this frame.see Audio::TagLib::MPEG::HeaderBOOL isCopyrighted()Returns true if the copyrighted bit is set.BOOL isOriginal()Returns true if the "original" bit is set. Requirements: · Perl


Audio::TagLib::MPEG::Properties Related Software