iso_base_media library

A dart package to parse ISO Base Media File Format and MP4 files.

Classes

ISOBox
Represents an ISO box.
ISOBoxFtypData
ISOFullBoxInfo
Represents the full box info.

Functions

isoBoxesToBytes(RandomAccessSource src, List<ISOBox> boxes) Future<Uint8List>
Write a list of boxes to bytes.