Stay organized with collections
Save and categorize content based on your preferences.
public
static
interface
MediaStore.Audio.GenresColumns
android.provider.MediaStore.Audio.GenresColumns
|
Known indirect subclasses
|
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](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Constants](#constants) \n\nMediaStore.Audio.GenresColumns\n==============================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/provider/MediaStore.Audio.GenresColumns \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nMediaStore.Audio.GenresColumns\n`\n\n\n`\n\n\n`\n\n|-------------------------------------------------|\n| android.provider.MediaStore.Audio.GenresColumns |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [MediaStore.Audio.Genres](/reference/android/provider/MediaStore.Audio.Genres) |--------------------------------------------------------------------------------|-------------------------------------| | [MediaStore.Audio.Genres](/reference/android/provider/MediaStore.Audio.Genres) | Contains all genres for audio files | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nAudio genre metadata columns.\n\nSummary\n-------\n\n| ### Constants ||\n|---------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [String](/reference/java/lang/String) | [NAME](/reference/android/provider/MediaStore.Audio.GenresColumns#NAME) The name of the genre \u003cbr /\u003e This constant represents a column name that can be used with a [ContentProvider](/reference/android/content/ContentProvider) through a [ContentValues](/reference/android/content/ContentValues) or [Cursor](/reference/android/database/Cursor) object. |\n\nConstants\n---------\n\n### NAME\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String NAME\n```\n\nThe name of the genre\n\n\u003cbr /\u003e\n\n\nThis constant represents a column name that can be used with a [ContentProvider](/reference/android/content/ContentProvider) through a [ContentValues](/reference/android/content/ContentValues) or [Cursor](/reference/android/database/Cursor) object. The values stored in this column are [Cursor#FIELD_TYPE_STRING](/reference/android/database/Cursor#FIELD_TYPE_STRING) .\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"name\""]]