A module repsenting an ftyp box.
ftyp
@type t() :: %ExMP4.Box.Ftyp{ compatible_brands: [String.t()], major_brand: String.t(), minor_version: integer() }