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(List<ISOBox> boxes) Future<Uint8List>
Write a list of boxes to bytes.
readISOBox(RandomAccessSource src, {bool isContainerCallback(String type)?, bool isFullBoxCallback(String type)?}) Future<ISOBox?>