ID32v2TagBuilder

Builder used to create a ID32v2 tag. It let the user set all the frames included in ID32TagCommonStringFramesBuilder, ID32TagCommonCompositeFramesBuilder and RecordingHourMinuteDayMonthYearFramesBuilder.

  • Init a ID32v2TagBuilder instance.

    Declaration

    Swift

    override public init()
  • Build and ID3Tag version 2.

    Declaration

    Swift

    public func build() -> ID3Tag

    Return Value

    an ID3Tag version 2 instance to use with the write function of ID3TagEditor.