ID3V2CommentFrame constructor
__init__(self, encoding, language, description, text)
Initializes a new instance of the ID3V2CommentFrame class.
def __init__(self, encoding, language, description, text):
...
| Parameter | Type | Description |
|---|---|---|
| encoding | groupdocs.metadata.formats.audio.ID3V2EncodingType | The encoding of the comment. |
| language | System.String | The language of the comment. |
| description | System.String | A short content description. |
| text | System.String | The text of the comment. |
See Also
- module
groupdocs.metadata.formats.audio - class
ID3V2CommentFrame