to top
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