View Source ExMP4.Box.Hdlr (MP4 Reader and Writer v0.6.0)

A module representing an hdlr box.

This box within a Media Box declares media type of the track, and thus the process by which the media data in the track is presented

Summary

Types

@type t() :: %ExMP4.Box.Hdlr{
  flags: integer(),
  handler_type: binary(),
  name: String.t(),
  version: integer()
}