GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FLV::MetaTag(3) User Contributed Perl Documentation FLV::MetaTag(3)

FLV::MetaTag - Flash video file data structure

See FLV::Info

As best I can tell, FLV meta tags are a pair of AMF data: one is the event name and one is the payload. I learned that from looking at sample FLV files and reading the FLVTool2 code.

I've seen no specification for the meta tag, so this is all empirical for me, unlike the other tags.

This is a subclass of FLV::Base.
$self->parse($fileinst)
Takes a FLV::File instance and extracts an FLV meta tag from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file.

There is no return value.

The majority of the work is done by FLV::AMFReader.

$self->clone()
Create an independent copy of this instance.
$self->serialize()
Returns a byte string representation of the tag data. Throws an exception via croak() on error.
$self->get_info()
Returns a hash of FLV metadata. See FLV::Info for more details.
$self->get_values();
$self->get_value($key);
$self->set_value($key, $value);
These are convenience functions for interacting with an "onMetadata" hash.

"get_values()" returns a hash of all metadata key-value pairs. "get_value($key)" returns a single value. "set_value()" has no return value.

See FLV::Info
2009-03-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.