PlaylistsColumns
Album
AlbumArtist
Artist
Author
Bitrate
BucketDisplayName
BucketId
CaptureFramerate
CdTrackNumber
Compilation
Composer
Count
Data
DateAdded
DateExpires
DateModified
DateTaken
DiscNumber
DisplayName
DocumentId
Duration
GenerationAdded
GenerationModified
Genre
Height
Id
InstanceId
IsDownload
IsDrm
IsFavorite
IsPending
IsTrashed
MimeType
Name
NumTracks
Orientation
OriginalDocumentId
OwnerPackageName
RelativePath
Resolution
Size
Title
VolumeName
Width
Writer
Xmp
Year
monoandroid
namespace Android.Provider
{
[Register("android/provider/MediaStore", DoNotGenerateAcw = true)]
public sealed class MediaStore : Object
{
[Register("android/provider/MediaStore$Audio", DoNotGenerateAcw = true)]
public sealed class Audio : Object
{
[Obsolete("Use the 'Android.Provider.MediaStore.Audio.IPlaylistsColumns' type. This class will be removed in a future release.")]
[Register("android/provider/MediaStore$Audio$PlaylistsColumns", DoNotGenerateAcw = true)]
public abstract class PlaylistsColumns : Object
{
[Obsolete("Use 'Android.Provider.MediaStore.IMediaColumns.Album'. This class will be removed in a future release.")]
[Register("ALBUM", ApiSince = 30)]
public const string! Album = "album";
}
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'Android.Provider.MediaStore.IMediaColumns.Album'. This class will be removed in a future release. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API