ID3Frame

public class ID3Frame

A class that represent an ID3Tag frame. It contains the common information of all the ID3 frames.

  • The ID3 frame identifier as specified in the ID3 tag standard.

    Declaration

    Swift

    public internal(set) var id3Identifier: String? { get }
  • The ID3 frame size as specified in the ID3 tag standard.

    Declaration

    Swift

    public internal(set) var size: Int? { get }