MediaMetadata.FolderType
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
public annotation MediaMetadata.FolderType
The folder type of the media item.
This can be used as the type of a browsable bluetooth folder (see section 6.10.2.2 of the Bluetooth AVRCP 1.6.2).
One of FOLDER_TYPE_NONE
, FOLDER_TYPE_MIXED
, FOLDER_TYPE_TITLES
, FOLDER_TYPE_ALBUMS
, FOLDER_TYPE_ARTISTS
, FOLDER_TYPE_GENRES
, FOLDER_TYPE_PLAYLISTS
or FOLDER_TYPE_YEARS
.