audio_effect library

Classes

AlbumModel
AlbumModel that contains all Album Information.
ArtistModel
ArtistModel that contains all Artist Information.
AudioEffects
DeviceModel
DeviceModel that contains all Device Information.
GenreModel
GenreModel that contains all Genre Information.
LogConfig
Used to configure the logging behavior.
OnAudioQuery
Interface and Main method for use on_audio_query
OnAudioQueryPlatform
The interface that implementations of on_audio_query must implement.
PlaylistModel
PlaylistModel that contains all Playlist Information.
QueryArtworkWidget
Widget that will help to "query" artwork for song/album.
SongModel
SongModel that contains all Song Information.

Enums

AlbumsArgs
Args types for Albums.
AlbumSortType
Defines the sort type used for queryAlbums.
ArtistsArgs
Args types for Artists.
ArtistSortType
Defines the sort type used for queryArtists.
ArtworkFormat
Defines the type of image. Read JPEG and PNG for know the difference between performance.
ArtworkType
Defines where artwork will be acquired.
AudiosArgs
Args types for Audios.
AudiosFromType
Defines where audios will be acquired.
GenresArgs
Args types for Genres.
GenreSortType
Defines the sort type used for queryPlaylists.
LogType
Used to represent the various levels of logs.
OrderType
Defines the sort type used for all query methods.
PlaylistsArgs
Args types for Playlists.
PlaylistSortType
Defines the sort type used for queryPlaylists.
SongSortType
Defines the sort type used for querySongs and queryAudios.
UriType
Defines if query method will be in EXTERNAL or INTERNAL storage.
WithFiltersType
Defines the type of Filter. Each type has a subtype, 10 in total.

Extensions

OnModelFormatter on List
Used to convert a List<dynamic> into a Model.