Audio::TagLib::ID3v2::Footer - ID3v2 footer implementation


Audio-TagLib documentation  | view source Contained in the Audio-TagLib distribution.

Index


NAME

Top

Audio::TagLib::ID3v2::Footer - ID3v2 footer implementation

SYNOPSIS

Top

  use Audio::TagLib::ID3v2::Footer;

  my $i = Audio::TagLib::ID3v2::Footer->new();
  my $v = $i->render($header);

DESCRIPTION

Top

Per the ID3v2 specification, the tag's footer is just a copy of the information in the header. As such there is no API for reading the data from the header, it can just as easily be done from the header.

In fact, at this point, Audio::TagLib does not even parse the footer since it is not useful internally. However, if the flag to include a footer has been set in the ID3v2::Tag, Audio::TagLib will render a footer.

new()

Constructs an empty ID3v2 footer.

DESTROY()

Destroys the footer.

UV size() [static]

Returns the size of the footer. Presently this is always 10 bytes.

ByteVector render(Header $header)

Renders the footer based on the data in $header.

EXPORT

None by default.

SEE ALSO

Top

Audio::TagLib

AUTHOR

Top

Dongxu Ma, <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Top


Audio-TagLib documentation  | view source Contained in the Audio-TagLib distribution.