
FLV::VideoTag - Flash video file data structure

See FLV::Info

This is a subclass of FLV::Base.
Takes a FLV::File instance and extracts an FLV video 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.
Note: this method needs more work to extract the codec specific data.
Create an independent copy of this instance.
Returns a byte string representation of the tag data. Throws an exception via croak() on error.
Returns a hash of FLV metadata. See FLV::Info for more details.
Returns a boolean.
Returns the time in milliseconds for this tag.

See FLV::Info