ID3V2AttachedPictureType
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public final class ID3V2AttachedPictureType implements IEnumValue
Represents the type of an attached picture.
| Field | Description |
|---|---|
| Other | Attached picture of any other type. |
| FileIcon32X32 | 32x32 pixels file icon (PNG only). |
| OtherFileIcon | Other file icon. |
| CoverFront | Cover (front). |
| CoverBack | Cover (back). |
| LeafletPage | Leaflet page. |
| Media | Media (e.g. |
| LeadArtist | Lead artist/lead performer/soloist. |
| Artist | Artist/performer. |
| Conductor | Conductor. |
| Band | Band/Orchestra. |
| Composer | Composer/music author. |
| Lyricist | Lyricist/text writer. |
| RecordingLocation | Recording Location. |
| DuringRecording | During recording. |
| DuringPerformance | During performance. |
| VideoScreenCapture | Movie/video screen capture. |
| BrightColouredFish | A bright coloured fish. |
| Illustration | Illustration. |
| ArtistLogo | Band/artist logotype. |
| StudioLogo | Publisher/Studio logotype. |
public static final ID3V2AttachedPictureType Other
Attached picture of any other type.
public static final ID3V2AttachedPictureType FileIcon32X32
32x32 pixels file icon (PNG only).
public static final ID3V2AttachedPictureType OtherFileIcon
Other file icon.
public static final ID3V2AttachedPictureType CoverFront
Cover (front).
public static final ID3V2AttachedPictureType CoverBack
Cover (back).
public static final ID3V2AttachedPictureType LeafletPage
Leaflet page.
public static final ID3V2AttachedPictureType Media
Media (e.g. label side of CD).
public static final ID3V2AttachedPictureType LeadArtist
Lead artist/lead performer/soloist.
public static final ID3V2AttachedPictureType Artist
Artist/performer.
public static final ID3V2AttachedPictureType Conductor
Conductor.
public static final ID3V2AttachedPictureType Band
Band/Orchestra.
public static final ID3V2AttachedPictureType Composer
Composer/music author.
public static final ID3V2AttachedPictureType Lyricist
Lyricist/text writer.
public static final ID3V2AttachedPictureType RecordingLocation
Recording Location.
public static final ID3V2AttachedPictureType DuringRecording
During recording.
public static final ID3V2AttachedPictureType DuringPerformance
During performance.
public static final ID3V2AttachedPictureType VideoScreenCapture
Movie/video screen capture.
public static final ID3V2AttachedPictureType BrightColouredFish
A bright coloured fish.
public static final ID3V2AttachedPictureType Illustration
Illustration.
public static final ID3V2AttachedPictureType ArtistLogo
Band/artist logotype.
public static final ID3V2AttachedPictureType StudioLogo
Publisher/Studio logotype.
public static ID3V2AttachedPictureType getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: ID3V2AttachedPictureType
public static IEnumValue getFirst()
Returns: IEnumValue
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: IEnumValue
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IEnumValue
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
public String name()
Returns the name of this enumeration value.
Returns: java.lang.String
public boolean equals(Object o)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| o | java.lang.Object |
Returns: boolean
public int hashCode()
Returns: int
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.