|
|
| |
FLV::AudioTag(3) |
User Contributed Perl Documentation |
FLV::AudioTag(3) |
FLV::AudioTag - Flash video file data structure
This is a subclass of FLV::Base.
- $self->parse($fileinst)
- Takes a FLV::File instance and extracts an FLV audio 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
format-specific data.
- $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_time()
- Returns the time in milliseconds for this tag.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |