iso_base_media 3.2.2
iso_base_media: ^3.2.2 copied to clipboard
A dart package to parse ISO Base Media File Format and MP4 files.
3.2.1 #
- Add
getDirectChildrenByAsyncFilterutil. - Add
boxesToBytesutil.
3.1.0 #
- Add
getDirectChildrenutil. - Add
toBytesmethod toISOBox.
3.0.0 #
- [Breaking] Remove
ISORootBoxin favor ofISOSourceBox. - Add
isFullBoxCallback.
2.2.0 #
- Add
seekmethod to all box types.
2.1.1 #
- Update extension methods.
2.0.0 #
- Allow customizing container boxes via ``isContainerCallback`.
- Allow early exit in
inspectISOBox.callback. - Return a map in
inspectISOBoxinstead of a list. - Add
grplto container boxes.
1.5.0 #
- Add some helper functions to work with boxes.
1.4.0 #
- Expose data offset and header offset in
ISOBox.
1.3.0 #
- Ability to start parsing from a random access file.
1.2.0 #
- Add
ISOFullBoxInfo - Rename
fullBoxDatatofullBoxInt32
1.1.0 #
- Allow extracting data from a box.
1.0.0 #
- Initial version.