Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Class and Description |
---|---|
class |
ID3V2AttachedPictureFrame
Represents an APIC frame in an
ID3V2Tag . |
class |
ID3V2CommentFrame
Represents a COMM frame in an
ID3V2Tag . |
class |
ID3V2MlltFrame
Represents an MLLT frame in an
ID3V2Tag . |
class |
ID3V2PlayCounterFrame
Represents a PCNT frame in an
ID3V2Tag . |
class |
ID3V2PrivateFrame
Represents a PRIV frame in an
ID3V2Tag . |
class |
ID3V2TextFrame
Represents a text frame in an
ID3V2Tag . |
class |
ID3V2UrlLinkFrame
Represents a URL link frame in an
ID3V2Tag . |
class |
ID3V2UserDefinedFrame
Represents a TXXX frame in an
ID3V2Tag . |
class |
ID3V2UserDefinedUrlLinkFrame
Represents a WXXX frame in an
ID3V2Tag . |
Modifier and Type | Method and Description |
---|---|
ID3V2TagFrame[] |
ID3V2Tag.get(String frameId)
Gets an array of frames with the specified id.
|
Modifier and Type | Method and Description |
---|---|
IReadOnlyList<ID3V2TagFrame> |
ID3V2Tag.toList()
Creates a list from the package.
|
Modifier and Type | Method and Description |
---|---|
void |
ID3V2Tag.add(ID3V2TagFrame frame)
Adds a frame to the tag.
|
void |
ID3V2Tag.remove(ID3V2TagFrame frame)
Removes the specified frame from the tag.
|
void |
ID3V2Tag.set(ID3V2TagFrame frame)
Removes all frames having the same id as the specified one and adds the new frame to the tag.
|