encoded_by property

encoded_by property

Gets or sets the name of the person or organization that encoded the audio file. This value is represented by the TENC frame.

Definition:

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

See Also