ISOMedia.BoxPath (ISOMedia v0.1.0)

Copy Markdown View Source

Navigate and update a single box by a child-type path. Shared by Extract, Trim, and Concat (which all walk trak/mdia/minf/stbl subtrees).

Summary

Functions

The descendant of box reached by following the child-type path, or nil.

Apply fun to the descendant(s) of box at path; returns the updated box.

Functions

dig(box, path)

The descendant of box reached by following the child-type path, or nil.

update_descendant(box, list, fun)

Apply fun to the descendant(s) of box at path; returns the updated box.