Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Field and Description |
---|---|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.Artist
Artist/performer.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.ArtistLogo
Band/artist logotype.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.Band
Band/Orchestra.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.BrightColouredFish
A bright coloured fish.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.Composer
Composer/music author.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.Conductor
Conductor.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.CoverBack
Cover (back).
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.CoverFront
Cover (front).
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.DuringPerformance
During performance.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.DuringRecording
During recording.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.FileIcon32X32
32x32 pixels file icon (PNG only).
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.Illustration
Illustration.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.LeadArtist
Lead artist/lead performer/soloist.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.LeafletPage
Leaflet page.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.Lyricist
Lyricist/text writer.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.Media
Media (e.g.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.Other
Attached picture of any other type.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.OtherFileIcon
Other file icon.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.RecordingLocation
Recording Location.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.StudioLogo
Publisher/Studio logotype.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.VideoScreenCapture
Movie/video screen capture.
|
Modifier and Type | Method and Description |
---|---|
ID3V2AttachedPictureType |
ID3V2AttachedPictureFrame.getAttachedPictureType()
Gets the type of the picture.
|
static ID3V2AttachedPictureType |
ID3V2AttachedPictureType.getByRawValue(int rawValue) |
Constructor and Description |
---|
ID3V2AttachedPictureFrame(ID3V2AttachedPictureType pictureType,
String description,
byte[] pictureData)
Initializes a new instance of the
ID3V2AttachedPictureFrame class. |
ID3V2AttachedPictureFrame(ID3V2EncodingType encoding,
String mimeType,
ID3V2AttachedPictureType pictureType,
String description,
byte[] pictureData)
Initializes a new instance of the
ID3V2AttachedPictureFrame class. |