# Print output for @column tags ?> MediaStore.Audio.GenresColumns - Android SDK | Android Developers

Most visited

Recently visited

MediaStore.Audio.GenresColumns

public static interface MediaStore.Audio.GenresColumns

android.provider.MediaStore.Audio.GenresColumns


Audio genre metadata columns.

Summary

Constants

String NAME

The name of the genre
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

Constants

NAME

public static final String NAME

The name of the genre
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING .

Constant Value: "name"