FLV::Tag

FLV::Tag is a flash video file data structure.
Download

FLV::Tag Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Clotho Advanced Media, Inc.
  • Publisher web site:
  • http://search.cpan.org/~clotho/

FLV::Tag Tags


FLV::Tag Description

FLV::Tag is a flash video file data structure. FLV::Tag is a flash video file data structure.This is a subclass of FLV::Base.$self->parse($fileinst)Takes a FLV::File instance and extracts an FLV tag from the file stream. This method then multiplexes that tag into one of the subtypes: video, audio or meta. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file.At the end, this method stores the subtag instance, which can be retrieved with get_payload().There is no return value.$self->get_payload()Returns the subtag instance found by parse(). This will be instance of FLV::VideoTag, FLV::AudioTag or FLV::MetaTag.$pkg->serialize($tag, $filehandle) $self->serialize($tag, $filehandle)Serializes the specified video, audio or meta tag. If that representation is not complete, this throws an exception via croak(). Returns a boolean indicating whether writing to the file handle was successful. Requirements: · Perl


FLV::Tag Related Software