RecordingDateTimeFrameBuilder

public protocol RecordingDateTimeFrameBuilder : ID32TagCommonStringFramesBuilder

Protocol adopted by ID3Tag builders that support the .recordingDateTime (TDRC) frame. At the moment of this writing only ID3Tag version 4 support this frame. You should not adopt/use this protocol. Use ID32v4TagBuilder to create a ID3Tag version 4.

  • recordingDateTime(frame:) Default implementation

    Set the recordingDateTime frame to be written by ID3TagEditor.

    Default Implementation

    Set the recordingDateTime frame to be written by ID3TagEditor.

    Declaration

    Swift

    func recordingDateTime(frame: ID3FrameRecordingDateTime) -> Self

    Parameters

    frame

    the recordingDateTime frame as a ID3FrameRecordingDateTime instance.

    Return Value

    the instance of the builder.