Constructor and Description |
---|
ID3Comment(String id3v1Text)
Creates an ID3 v1 style comment tag
|
ID3Comment(String language,
String description,
String text)
Creates an ID3 v2 style comment tag
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description, if present
|
String |
getLanguage()
Gets the language, if present
|
String |
getText()
Gets the text, if present
|
public ID3Comment(String id3v1Text)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.