Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
static ID3V2EncodingType |
ID3V2EncodingType.getByRawValue(int rawValue) |
ID3V2EncodingType |
ID3V2CommentFrame.getCommentEncoding()
Gets the encoding of the comment.
|
ID3V2EncodingType |
ID3V2AttachedPictureFrame.getDescriptionEncoding()
Gets the encoding used to encode the picture description.
|
ID3V2EncodingType |
ID3V2UserDefinedFrame.getEncoding()
Gets the encoding of the frame.
|
ID3V2EncodingType |
ID3V2UserDefinedUrlLinkFrame.getEncoding()
Gets the encoding of the frame.
|
ID3V2EncodingType |
ID3V2TextFrame.getTextEncoding()
Gets the text encoding.
|
static ID3V2EncodingType |
ID3V2EncodingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ID3V2EncodingType[] |
ID3V2EncodingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ID3V2AttachedPictureFrame(ID3V2EncodingType encoding,
String mimeType,
ID3V2AttachedPictureType pictureType,
String description,
byte[] pictureData)
Initializes a new instance of the
ID3V2AttachedPictureFrame class. |
ID3V2CommentFrame(ID3V2EncodingType encoding,
String language,
String description,
String text)
Initializes a new instance of the
ID3V2CommentFrame class. |
ID3V2TextFrame(String id,
ID3V2EncodingType encoding,
String value)
Initializes a new instance of the
ID3V2TextFrame class. |
ID3V2UserDefinedFrame(ID3V2EncodingType encoding,
String description,
String value)
Initializes a new instance of the
ID3V2UserDefinedFrame class. |
ID3V2UserDefinedUrlLinkFrame(ID3V2EncodingType encoding,
String description,
String url)
Initializes a new instance of the
ID3V2UserDefinedUrlLinkFrame class. |
Copyright © 2022. All rights reserved.