View Source Id3vx.Frame.Comment (Id3vx v0.0.1-rc3)

COMM frame struct.

Link to this section Summary

Link to this section Types

@type t() :: %Id3vx.Frame.Comment{
  content_description: String.t(),
  content_text: String.t(),
  encoding: Id3vx.Frame.text_encoding_v3() | Id3vx.Frame.text_encoding_v4(),
  language: String.t()
}