Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static final class

MediaStore.Audio.Genres.Members

extends Object
implements MediaStore.Audio.AudioColumns
java.lang.Object
   ↳ android.provider.MediaStore.Audio.Genres.Members

Class Overview

Sub-directory of each genre containing all members.

Summary

Constants
String AUDIO_ID The ID of the audio file

Type: INTEGER (long)

String CONTENT_DIRECTORY A subdirectory of each genre containing all member audio files.
String DEFAULT_SORT_ORDER The default sort order for this table
String GENRE_ID The ID of the genre

Type: INTEGER (long)

[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.MediaStore.Audio.AudioColumns
From interface android.provider.MediaStore.MediaColumns
Public Constructors
MediaStore.Audio.Genres.Members ()
Public Methods
final static Uri getContentUri ( String volumeName, long genreId)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AUDIO_ID

Added in API level 1

The ID of the audio file

Type: INTEGER (long)

Constant Value: "audio_id"

public static final String CONTENT_DIRECTORY

Added in API level 1

A subdirectory of each genre containing all member audio files.

Constant Value: "members"

public static final String DEFAULT_SORT_ORDER

Added in API level 1

The default sort order for this table

Constant Value: "title_key"

public static final String GENRE_ID

Added in API level 1

The ID of the genre

Type: INTEGER (long)

Constant Value: "genre_id"

Public Constructors

public MediaStore.Audio.Genres.Members ()

Added in API level 1

Public Methods

public static final Uri getContentUri ( String volumeName, long genreId)

Added in API level 1