device_audio_query library

Classes

AlbumModel
Represents an album on the device.
ArtistModel
Represents an artist on the device.
DeviceAudioQuery
Main entry point for the device_audio_query plugin.
PlaylistMemberModel
Represents a single song entry within a playlist.
PlaylistModel
Represents a playlist on the device.
SongModel
Represents an audio file (song) on the device.

Enums

AlbumSortType
Defines how albums are sorted in queryAlbums.
ArtistSortType
Defines how artists are sorted in queryArtists.
ArtworkFormat
Image format for returned artwork bytes.
ArtworkType
Specifies whether artwork is for a song or an album.
AudiosFrom
Specifies the source entity when using queryAudiosWith.
OrderType
Controls ascending or descending order for any sort.
PermissionStatus
Result of a permission request.
PlaylistSortType
Defines how playlists are sorted in queryPlaylists.
SongSortType
Defines how songs are sorted in querySongs.
UriType
Specifies the URI type used when querying songs.