LocalizedContent

public struct LocalizedContent : Equatable

A struct to represent a simplified version of frames that contain localized content. Used only as return type inside ID3TagContentReader.

  • The language of the localized content.

    Declaration

    Swift

    public let language: ID3FrameContentLanguage
  • A short description of the localized content.

    Declaration

    Swift

    public let contentDescription: String
  • The content localized.

    Declaration

    Swift

    public let content: String