Main > Programming > Libraries >

Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42

Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42

Sponsored Links

Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 1.4 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1217
Date added: 2006-06-27
Publisher: Dongxu Ma

Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42 description

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 frames 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.

Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42 Screenshot

Advertisements

Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42 Keywords

Bookmark Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42

Hyperlink code:
Link for forum:

Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42 Copyright

WareSeeker periodically updates pricing and software information of Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Audio::TagLib::ID3v2::SynchData is a Perl module with a few functions for ID3v2 synch safe integer conversion. Free Download
Audio::TagLib::ByteVector is a byte vector. Free Download
Audio::TagLib::Shell is a mini shell of Audio::TagLib. Free Download
Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG. Free Download
Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields. Free Download
Audio::TagLib::File is a file class with some useful methods for tag manipulation. Free Download
Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods. Free Download
Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods. Free Download