set method

set(self, frame)

Removes all frames having the same id as the specified one and adds the new frame to the tag.


def set(self, frame):
    ...
Parameter Type Description
frame groupdocs.metadata.formats.audio.ID3V2TagFrame The frame to replace all frames of its kind with.

See Also