ID3V2TagFrame
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class ID3V2TagFrame extends CustomPackage
Represents a generic frame in an ID3V2Tag .
Learn more
| Constructor | Description |
|---|---|
| ID3V2TagFrame(String frameId, byte[] data) | Initializes a new instance of the ID3V2TagFrame class. |
| Method | Description |
|---|---|
| getId() | Gets the id of the frame (four characters matching the pattern [A-Z0-9]). |
| getFlags() | Gets the frame flags. |
| getData() | Gets the frame data. |
public ID3V2TagFrame(String frameId, byte[] data)
Initializes a new instance of the ID3V2TagFrame class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| frameId | java.lang.String | The id of the frame (four characters matching the pattern [A-Z0-9]). |
| data | byte[] | The content of the frame. |
public final String getId()
Gets the id of the frame (four characters matching the pattern [A-Z0-9]).
Returns: java.lang.String - The id of the frame (four characters matching the pattern [A-Z0-9]).
public final ID3V2TagFrameFlags getFlags()
Gets the frame flags.
Returns: ID3V2TagFrameFlags - The frame flags.
public final byte[] getData()
Gets the frame data.
Returns: byte[] - The frame data.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.