isrc property

isrc property

Gets or sets the International Standard Recording Code (ISRC) (12 characters). This value is represented by the TSRC frame.

Definition:

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

See Also