Stay organized with collections
Save and categorize content based on your preferences.
GenresColumns
interface GenresColumns
Audio genre metadata columns.
Summary
Constants
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# MediaStore.Audio.GenresColumns\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nGenresColumns\n=============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/MediaStore.Audio.GenresColumns \"View this page in Java\") \n\n```\ninterface GenresColumns\n```\n\n|------------------------------------------------------|\n| [android.provider.MediaStore.Audio.GenresColumns](#) |\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [MediaStore.Audio.Genres](/reference/kotlin/android/provider/MediaStore.Audio.Genres) |---------------------------------------------------------------------------------------|-------------------------------------| | [MediaStore.Audio.Genres](/reference/kotlin/android/provider/MediaStore.Audio.Genres) | Contains all genres for audio files | |\n\nAudio genre metadata columns.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [NAME](#NAME:kotlin.String) The name of the genre This constant represents a column name that can be used with a [android.content.ContentProvider](../content/ContentProvider.html#) through a [android.content.ContentValues](../content/ContentValues.html#) or [android.database.Cursor](../database/Cursor.html#) object. |\n\nConstants\n---------\n\n### NAME\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NAME: String\n```\n\nThe name of the genre \nThis constant represents a column name that can be used with a [android.content.ContentProvider](../content/ContentProvider.html#) through a [android.content.ContentValues](../content/ContentValues.html#) or [android.database.Cursor](../database/Cursor.html#) object. The values stored in this column are [Cursor#FIELD_TYPE_STRING](../database/Cursor.html#FIELD_TYPE_STRING:kotlin.Int) . \n\n Value: \"name\""]]