Class ID3Frame.Comments
-
- All Implemented Interfaces:
public final class ID3Frame.Comments extends ID3Frame
A comments ID3 frame.
See section 4.10 of https://id3.org/id3v2.4.0-frames for more information.
-
-
Constructor Summary
Constructors Constructor Description ID3Frame.Comments(String id, String language, String description, String text)
-
Method Summary
Modifier and Type Method Description final StringgetLanguage()The language of the comments. final StringgetDescription()The description of the comments. final StringgetText()The content of the comments. -
-
Method Detail
-
getLanguage
final String getLanguage()
The language of the comments.
-
getDescription
final String getDescription()
The description of the comments.
-
-
-
-