ID32v3TagBuilder

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

  • Init a ID32v3TagBuilder instance.

    Declaration

    Swift

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

    Declaration

    Swift

    public func build() -> ID3Tag

    Return Value

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