MediaMetadata.PictureType


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
public annotation 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 PICTURE_TYPE_OTHER, PICTURE_TYPE_FILE_ICON, PICTURE_TYPE_FILE_ICON_OTHER, PICTURE_TYPE_FRONT_COVER, PICTURE_TYPE_BACK_COVER, PICTURE_TYPE_LEAFLET_PAGE, PICTURE_TYPE_MEDIA, PICTURE_TYPE_LEAD_ARTIST_PERFORMER, PICTURE_TYPE_ARTIST_PERFORMER, PICTURE_TYPE_CONDUCTOR, PICTURE_TYPE_BAND_ORCHESTRA, PICTURE_TYPE_COMPOSER, PICTURE_TYPE_LYRICIST, PICTURE_TYPE_RECORDING_LOCATION, PICTURE_TYPE_DURING_RECORDING, PICTURE_TYPE_DURING_PERFORMANCE, PICTURE_TYPE_MOVIE_VIDEO_SCREEN_CAPTURE, PICTURE_TYPE_A_BRIGHT_COLORED_FISH, PICTURE_TYPE_ILLUSTRATION, PICTURE_TYPE_BAND_ARTIST_LOGO or PICTURE_TYPE_PUBLISHER_STUDIO_LOGO.