View Source ExMP4.Box.FileType (MP4 Reader and Writer v0.4.0)

A module containing a function for assembling an MPEG-4 file type box.

The file type box (ftyp atom) is a top-level box that contains specifications and compatibility information that media players can use to correctly interpret an MPEG-4 container.

Summary

Functions

Link to this function

assemble(major_brand, compatible_brands, major_brand_version \\ 512)

View Source
@spec assemble(String.t(), [String.t()], integer()) :: ExMP4.Container.t()