subtitle property

subtitle property

Gets or sets the Subtitle/Description refinement. This value is represented by the TIT3 frame.

Definition:

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

See Also