ExMP4.Box.DataEntryURL (MP4 Reader and Writer v0.14.1)

View Source

Module representing a url box in an MP4 file.

Summary

Types

t()

@type t() :: %ExMP4.Box.DataEntryURL{
  flags: non_neg_integer(),
  location: String.t() | nil,
  version: non_neg_integer()
}