Audio::TagLib::MPEG::Header

Audio::TagLib::MPEG::Header is an implementation of MP3 frame headers.
Download

Audio::TagLib::MPEG::Header 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::Header Tags


Audio::TagLib::MPEG::Header Description

Audio::TagLib::MPEG::Header is an implementation of MP3 frame headers. Audio::TagLib::MPEG::Header is an implementation of MP3 frame headers.SYNOPSIS use Audio::TagLib::MPEG::Header; my $i = Audio::TagLib::MPEG::Header->new($data);This is an implementation of MPEG Layer III headers. The API follows more or less the binary format of these headers. Refer to http://www.mp3-tech.org/programmer/frame_header.htmlnew(ByteVector $data)Parses an MPEG header based on $data.new(Header $h)Does a shallow copy of $h.DESTROY()Destroys this Header instance.BOOL isValid()Returns true if the frame is at least an appropriate size and has legal values.%_VersionThe MPEG Version. keys %Audio::TagLib::MPEG::Header::_Version lists all available values used in Perl code.PV version()Returns the MPEG Version of the header.IV layer()Returns the layer version. This will be between the values 1-3.BOOL protectionEnabled()Returns true if the MPEG protection bit is enabled.IV bitrate()Returns the bitrate encoded in the header.IV sampleRate()Returns the sample rate in Hz.BOOL isPadded()Returns true if the frame is padded.%_ChannelModeThere are a few combinations or one or two channel audio that are possible. keys %Audio::TagLib::MPEG::Header::_ChannelMode lists all available values used in Perl code.PV channelMode()Returns the channel mode for this frame.BOOL isCopyrighted()Returns true if the copyrighted bit is set.BOOL isOriginal()Returns true if the "original" bit is set.IV frameLength()Returns the frame length.copy(Header $h)Makes a shallow copy of the header. Requirements: · Perl


Audio::TagLib::MPEG::Header Related Software