ExMP4.Box.Styp (MP4 Reader and Writer v0.10.0)

View Source

A module representing an styp box.

If segments are stored in separate files, it is recommended that these ‘segment files’ contain a segment‐type box, which must be first if present, to enable identification of those files, and declaration of the specifications with which they are compliant.

Summary

Types

t()

@type t() :: %ExMP4.Box.Styp{
  compatible_brands: [String.t()],
  major_brand: String.t(),
  minor_version: integer()
}