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

A module repsenting an tfdt box.

The Track Fragment Base Media Decode Time Box provides the absolute decode time, measured on the media timeline, of the first sample in decode order in the track fragment.

Summary

Types

@type t() :: %ExMP4.Box.Tfdt{
  base_media_decode_time: integer(),
  flags: integer(),
  version: integer()
}