perseus v0.1.0 API Reference
Modules
Perseus is an ISO-BMFF file parsing library.
The Perseus.Box
protocol should be implemented
by all the boxes.
The Perseus.Boxes.Unknown
represents a box
which is not implemented in this library yet.
The Perseus.Parser
module represents an entry
point of the file parsing.
This is where the path is opened with IO.binread()
and
parsing is kicked-off.
This in an internal module and should not be used directly.
Use the top-level Perseus
module instead.