
Audio::TagLib::MPC::Properties - An implementation of audio property reading for MPC

use Audio::TagLib::MPC::Properties;
my $f = Audio::TagLib::MPC::File->new("sample mpc file.mpc");
my $i = $f->audioProperties();
print $i->channels(), "\n"; # normally got 2

This reads the data from an MPC stream found in the AudioProperties API.
Create an instance of MPC::Properties with the data read from the ByteVector $data.
Destroys this MPC::Properties instance.
see AudioProperties
Returns the version of the bitstream (SV4-SV7)
None by default.


Dongxu Ma, <dongxu@cpan.org>

Copyright (C) 2005 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.