ID3V2PrivateFrame constructor

__init__(self, owner_identifier, data)

Initializes a new instance of the ID3V2PrivateFrame class.


def __init__(self, owner_identifier, data):
    ...
Parameter Type Description
owner_identifier System.String The owner identifier.
data bytes Frame binary data.

See Also