ExMP4.Box.Hdlr (MP4 Reader and Writer v0.11.0)

View Source

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

t()

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