FileOwnerFrameBuilder

public protocol FileOwnerFrameBuilder : ID32TagCommonStringFramesBuilder

Protocol adopted by ID3Tag builders that support the .fileOwner (TOWN) frame. At the moment of this writing this frame is supported by ID3Tag version 3 and version 4. You should not adopt/use this protocol. Use ID32v4TagBuilder to create a ID3Tag version 4.

  • fileOwner(frame:) Default implementation

    Set the fileOwner frame to be written by ID3TagEditor.

    Default Implementation

    Set the fileOwner frame to be written by ID3TagEditor.

    Declaration

    Swift

    func fileOwner(frame: ID3FrameWithStringContent) -> Self

    Parameters

    frame

    the fileOwner frame as a ID3FrameWithStringContent instance.

    Return Value

    the instance of the builder.