id3v2 property
id3v2 property
Gets or sets the ID3v2 metadata tag.
Example
The code sample shows how to update the ID3v2 tag in an MP3 file.
Definition:
@property
def id3v2(self):
...
@id3v2.setter
def id3v2(self, value):
...
See Also
- module
groupdocs.metadata.formats.audio - class
ID3V2Tag - class
MP3RootPackage