public static final class

MediaStore.Audio.Genres.Members

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

类概述

Sub-directory of each genre containing all members.

摘要

常量
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
公有构造方法
MediaStore.Audio.Genres.Members()
公有方法
final static Uri getContentUri( String volumeName, long genreId)
[Expand]
Inherited Methods
From class java.lang.Object

常量

public static final String AUDIO_ID

Since: API Level 1

The ID of the audio file

Type: INTEGER (long)

Constant Value: "audio_id"

public static final String CONTENT_DIRECTORY

Since: API Level 1

A subdirectory of each genre containing all member audio files.

Constant Value: "members"

public static final String DEFAULT_SORT_ORDER

Since: API Level 1

The default sort order for this table

Constant Value: "title_key"

public static final String GENRE_ID

Since: API Level 1

The ID of the genre

Type: INTEGER (long)

Constant Value: "genre_id"

公有构造方法

public MediaStore.Audio.Genres.Members ()

Since: API Level 1

公有方法

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

Since: API Level 1