View Source ExMP4.Box.MediaData (MP4 Reader and Writer v0.1.0)
A module containing a function for assembling an MPEG-4 media data box.
The media data box (mdat
atom) is a top-level box that contains actual media data
(e.g. encoded video frames or audio samples). The data is logically divided into so
called "chunks" that consist of "samples". There are no assumptions made about chunks
arrangement or sizes in the MPEG-4 specification and chunks belonging to different tracks
can (and should) be interleaved.
Summary
Functions
@spec assemble(binary()) :: ExMP4.Container.t()