View Source Id3vx.Frame.AttachedPicture (Id3vx v0.0.1-rc2)

APIC frame struct.

Link to this section Summary

Link to this section Types

@type t() :: %Id3vx.Frame.AttachedPicture{
  description: String.t(),
  encoding: Id3vx.Frame.text_encoding_v3() | Id3vx.Frame.text_encoding_v4(),
  image_data: binary(),
  mime_type: String.t(),
  picture_type: Id3vx.Frame.picture_type()
}