Audio::TagLib::Ogg::FLAC::File

Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods.
Download

Audio::TagLib::Ogg::FLAC::File Ranking & Summary

Advertisement

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

Audio::TagLib::Ogg::FLAC::File Tags


Audio::TagLib::Ogg::FLAC::File Description

Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods. Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods.SYNOPSIS use Audio::TagLib::Ogg::FLAC::File; my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac"); print $i->tag()->album()->toCString(), "n"; # got albumThis implements and provides an interface for Ogg/FLAC files to the Audio::TagLib::Tag and Audio::TagLib::AudioProperties interfaces by way of implementing the abstract Audio::TagLib::File API as well as providing some additional information specific to Ogg FLAC files.new(PV $file, BOOL $readProperties = TRUE, PV $propertiesStyle = "Average")Contructs an Ogg/FLAC file from $file. If $readProperties is true the file's audio properties will also be read using $propertiesStyle. If false, $propertiesStyle is ignored.DESTROYDestroys this instance of the File.XiphComment tag()Returns the Tag for this file. This will always be a XiphComment.Properties audioProperties()Returns the FLAC::Properties for this file. If no audio properties were read then this will return undef.BOOL save()Save the file. This will primarily save and update the XiphComment. Returns true if the save is successful.IV streamLength()Returns the length of the audio-stream, used by FLAC::Properties for calculating the bitrate. Requirements: · Perl


Audio::TagLib::Ogg::FLAC::File Related Software