Linux SoftwareProgrammingLibrariesAudio::TagLib::ID3v2::RelativeVolumeFrame 1.42

Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42


Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation. SYNOPSIS use Audio::Ta
Developer:   Dongxu Ma
      more software by author →
Price:  0.00
License:   GPL (GNU General Public License)
File size:   1479K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation.

SYNOPSIS

use Audio::TagLib::ID3v2::RelativeVolumeFrame;

my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new(
Audio::TagLib::ByteVector->new(""));
$i->setChannelType("MasterVolume");
print $i->channelType(), "n"; # got "MasterVolume"

This is an implementation of ID3v2 relative volume adjustment. The presense of this frame makes it possible to specify an increase in volume for an audio file or specific audio tracks in that file.

Multiple relative volume adjustment frames may be present in the tag each with a unique identification and describing volume adjustment for different channel types.

new()

Constructs a RelativeVolumeFrame. The relevant data should be set manually.

new(ByteVector $data)

Constructs a RelativeVolumeFrame based on the contents of $data.

DESTROY()

Destroys the RelativeVolumeFrame instance.

String toString()

Returns the frame's identification.

see identification()

LIST channles()

Returns a list of channels with information currently in the frame.

NOTE This should be a list of PV which indicates the ChannelType.

see %_ChannelType

PV channelType()

Always returns master volume.

deprecated

void setChannelType(PV $t)

This method no longer has any effect.

deprecated

IV volumeAdjustmentIndex(PV $type = "MasterVolume")

Returns the relative volume adjustment "index". As indicated by the ID3v2 standard this is a 16-bit signed integer that reflects the decibils of adjustment when divided by 512.

This defaults to returning the value for the master volume channel if available and returns 0 if the specified channel does not exist.

see setVolumeAdjustmentIndex()

see volumeAjustment()

void setVolumeAdjustmentIndex(IV $index, PV $type = "MasterVolume")

Set the volume adjustment to $index. As indicated by the ID3v2 standard this is a 16-bit signed integer that reflects the decibils of adjustment when divided by 512.

By default this sets the value for the master volume.

see volumeAdjustmentIndex()

see setVolumeAdjustment()

< NV volumeAdjustment(PV $type = "MasterVolume") >

Returns the relative volume adjustment in decibels.

NOTE Because this is actually stored internally as an "index" to this value the value returned by this method may not be identical to the value set using setVolumeAdjustment().

This defaults to returning the value for the master volume channel if available and returns 0 if the specified channel does not exist.

see setVolumeAdjustment()

see volumeAdjustmentIndex()

void setVolumeAdjustment(NV $adjustment, PV $type = "MasterVolume")

Set the relative volume adjustment in decibels to $adjustment.

By default this sets the value for the master volume.

NOTE Because this is actually stored internally as an "index" to this value the value set by this method may not be identical to the one returned by volumeAdjustment().

see setVolumeAdjustment()

see volumeAdjustmentIndex()

PeakVolume peakVolume(PV $type = "MasterVolume")

Returns the peak volume (represented as a length and a string of bits).

This defaults to returning the value for the master volume channel if available and returns 0 if the specified channel does not exist.

see setPeakVolume()

setPeakVolume(PeakVolume $peak, PV $type = "MasterVolume")

Sets the peak volume to $peak.

By default this sets the value for the master volume.

see peakVolume()

%_ChannelType

This indicates the type of volume adjustment that should be applied. keys %Audio::TagLib::ID3v2::RelativeVolumeFrame::_ChannelType lists all available values used in Perl code.

Requirements:
  • Perl
    tags the value  volume adjustment  master volume  type mastervolume  value for  the master  for the  relative volume  taglib id3v2  audio taglib  sets the  returns the  id3v2 relativevolumeframe  

    Download Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42


     http://mirrors.evolva.ro/CPAN/authors/id/D/DO/DONGXU/Audio-TagLib-1.42.tar.gz


    Authors software

    Audio::TagLib::AudioProperties 1.42 (by Dongxu Ma)
    Audio::TagLib::AudioProperties is a simple, abstract interface to common audio properties.

    DESCRIPTION

    The values here are comm

    Audio::TagLib::Tag 1.42 (by Dongxu Ma)
    Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields.

    This is an attempt to abstract away the differ

    Audio::TagLib::Ogg::FLAC::File 1.42 (by Dongxu Ma)
    Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods.

    SYNOPSIS

    use Audio

    Audio::TagLib::Vorbis::File 1.42 (by Dongxu Ma)
    Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods.

    SYNOPSIS

    use Audio::TagLib::Vorbi

    Audio::TagLib::File 1.42 (by Dongxu Ma)
    Audio::TagLib::File is a file class with some useful methods for tag manipulation.

    This class is a basic file class with some meth


    Similar software

    Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42 (by Dongxu Ma)
    Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation.

    SYNOPSIS

    use Audio::Ta

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    Audio::TagLib::MPEG::Header 1.42 (by Dongxu Ma)
    Audio::TagLib::MPEG::Header is an implementation of MP3 frame headers.

    SYNOPSIS

    use Audio::TagLib::MPEG::Header;

    my $i

    TagLib 1.4 (by Scott Wheeler)
    TagLib is a library for reading and editing the meta-data of several popular audio formats

    Audio::TagLib::Tag 1.42 (by Dongxu Ma)
    Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields.

    This is an attempt to abstract away the differ

    ReplayGain 0.9.0 Beta 8 (by Miguel Angel Alvarez)
    ReplayGain is a amaroK script to support replaygain tags.

    Using replaygain will make all your songs have the same perceived volume

    Audio::TagLib::MPC::File 1.42 (by Dongxu Ma)
    Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods.

    SYNOPSIS

    use Audio::TagLib;

    Audio::TagLib::Ogg::FLAC::File 1.42 (by Dongxu Ma)
    Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods.

    SYNOPSIS

    use Audio

    Linux Logical Volume Management HOWTO 0.0.2 (by Richard Allen and Bert Hubert)
    Linux Logical Volume Management HOWTO is describing Linux Logical Volume Management.

    Logical Volume Management is the art of combi

    Audio::TagLib::File 1.42 (by Dongxu Ma)
    Audio::TagLib::File is a file class with some useful methods for tag manipulation.

    This class is a basic file class with some meth


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags