album property

album property

Gets or sets the album name. This value is represented by the EAL field.

Definition:

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

See Also