Audio::TagLib::AudioProperties

Audio::TagLib::AudioProperties is a simple, abstract interface to common audio properties.
Download

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


Audio::TagLib::AudioProperties Description

Audio::TagLib::AudioProperties is a simple, abstract interface to common audio properties. Audio::TagLib::AudioProperties is a simple, abstract interface to common audio properties.DESCRIPTIONThe values here are common to most audio formats. For more specific, codec dependant values, please see see the subclasses APIs. This is meant to compliment the Audio::TagLib::File and Audio::TagLib::Tag APIs in providing a simple interface that is sufficient for most applications.%_ReadStyle Reading audio properties from a file can sometimes be very time consuming and for the most accurate results can often involve reading the entire file. Because in many situations speed is critical or the accuracy of the values is not particularly important this allows the level of desired accuracy to be set.keys %Audio::TagLib::AudioProperties::_ReadStyle lists all available values used in Perl code.see FLAC::Properties MPC::Properties MPEG::Properties Vorbis::PropertiesDESTROY() Destroys this AudioProperties instance.length() Returns the lenght of the file in seconds.bitrate() Returns the most appropriate bit rate for the file in kb/s. For constant bitrate formats this is simply the bitrate of the file. For variable bitrate formats this is either the average or nominal bitrate.sampleRate() Returns the sample rate in Hz.channels() Returns the number of audio channels. Requirements: · Perl


Audio::TagLib::AudioProperties Related Software