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

View Source

A module representing an stsd box.

The sample description table gives detailed information about the coding type used, and any initialization information needed for that coding.

Summary

Types

t()

@type t() :: %ExMP4.Box.Stsd{
  avc1: ExMP4.Box.Avc.t() | nil,
  avc3: ExMP4.Box.Avc.t() | nil,
  flags: integer(),
  fpcm: ExMP4.Box.Fpcm.t() | nil,
  hev1: ExMP4.Box.Hevc.t() | nil,
  hvc1: ExMP4.Box.Hevc.t() | nil,
  ipcm: ExMP4.Box.Ipcm.t() | nil,
  mp4a: ExMP4.Box.Mp4a.t() | nil,
  version: integer(),
  vp08: ExMP4.Box.VP08.t() | nil,
  vp09: ExMP4.Box.VP09.t() | nil
}