ID3V2TagFrame constructor
init
Initializes a new instance of the ID3V2TagFrame class.
def __init__(self, frame_id, data):
...
| Parameter | Type | Description |
|---|---|---|
| frame_id | str | The id of the frame (four characters matching the pattern [A-Z0-9]). |
| data | bytes | The content of the frame. |
See Also
- module
groupdocs.metadata.formats.audio - class
ID3V2TagFrame