album property

album property

The tag that denotes the album name of an audio file.

Definition:

@property
def album(self):
    ...
@album.setter
def album(self, value):
    ...

See Also