A track listing entry. Duration is in frames.
Summary
Types
@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.