NetMD.Disc.Track (NetMD v0.1.0)

Copy Markdown View Source

A track listing entry. Duration is in frames.

Summary

Types

t()

A track on the disc.

Types

t()

@type t() :: %NetMD.Disc.Track{
  channel: :stereo | :mono | byte(),
  duration: non_neg_integer(),
  encoding: :sp | :lp2 | :lp4 | byte(),
  full_width_title: String.t() | nil,
  index: non_neg_integer(),
  protection: :protected | :unprotected | byte(),
  title: String.t() | nil
}

A track on the disc.