Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Audio::TagLib::MPC::File 1.42

    Download button

    No screenshots available
    Downloads: 395  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Dongxu Ma | More programs
    Perl Artistic License / FREE
    June 27th, 2006, 14:58 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Audio::TagLib::MPC::File description

    Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods.

    Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods.

    SYNOPSIS

    use Audio::TagLib;

    my $i = Audio::TagLib::MPC::File->new("sample mpc file.mpc");
    print $i->tag()->title()->toCString(), "n"; # got title

    This implements and provides an interface for MPC 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 MPC files.

    The only invalid tag combination supported is an ID3v1 tag after an APE tag.
    new(PV $file, BOOL $readProperties = TRUE, PV $propertiesStyle = "Average")
    Constructs an MPC file from $file. If $readProperties is true the file's audio properties will also be read using $propertiesStyle. If false, $propertiesStyle is ignored.

    DESTROY()

    Destroys this instance of the File.

    Tag tag()

    Returns the Tag for this file. This will be an APE tag, an ID3v1 tag or a combination of the two.

    Properties audioProperties()

    Returns the MPC::Properties for this file. If no audio properties were read then this will return undef.

    BOOL save()

    Save the file.

    ID3v1::Tag ID3v1Tag(BOOL $create = FALSE)

    Returns the ID3v1 tag of the file.

    If $create is false (the default) this will return undef if there is no valid ID3v1 tag. If $create is true it will create an ID3v1 tag if one does not exist. If there is already an APE tag, the new ID3v1 tag will be placed after it.

    B The Tag is B owned by the APE::File and should not be deleted by the user. It will be deleted when the file (object) is destroyed.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Perl module | audio taglib | MPC file | Audio::TagLib::MPC:: | audio | taglib

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM