Annotation Type MediaMetadata.PictureType
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface MediaMetadata.PictureType
The picture type of the artwork.Values sourced from the ID3 v2.4 specification (See section 4.14 of https://id3.org/id3v2.4.0-frames).
One of
MediaMetadata.PICTURE_TYPE_OTHER
,MediaMetadata.PICTURE_TYPE_FILE_ICON
,MediaMetadata.PICTURE_TYPE_FILE_ICON_OTHER
,MediaMetadata.PICTURE_TYPE_FRONT_COVER
,MediaMetadata.PICTURE_TYPE_BACK_COVER
,MediaMetadata.PICTURE_TYPE_LEAFLET_PAGE
,MediaMetadata.PICTURE_TYPE_MEDIA
,MediaMetadata.PICTURE_TYPE_LEAD_ARTIST_PERFORMER
,MediaMetadata.PICTURE_TYPE_ARTIST_PERFORMER
,MediaMetadata.PICTURE_TYPE_CONDUCTOR
,MediaMetadata.PICTURE_TYPE_BAND_ORCHESTRA
,MediaMetadata.PICTURE_TYPE_COMPOSER
,MediaMetadata.PICTURE_TYPE_LYRICIST
,MediaMetadata.PICTURE_TYPE_RECORDING_LOCATION
,MediaMetadata.PICTURE_TYPE_DURING_RECORDING
,MediaMetadata.PICTURE_TYPE_DURING_PERFORMANCE
,MediaMetadata.PICTURE_TYPE_MOVIE_VIDEO_SCREEN_CAPTURE
,MediaMetadata.PICTURE_TYPE_A_BRIGHT_COLORED_FISH
,MediaMetadata.PICTURE_TYPE_ILLUSTRATION
,MediaMetadata.PICTURE_TYPE_BAND_ARTIST_LOGO
orMediaMetadata.PICTURE_TYPE_PUBLISHER_STUDIO_LOGO
.