album property

album property

Gets the tag that denotes the album name of a audio file.

Definition:

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

See Also