Namespace Serenity.MusicPlayer.Application.UseCases
Classes
MusicPlayerPauseSong
Use case for pausing a song in the music player.
MusicPlayerPlayNextSong
Use case for playing the next song in the music player.
MusicPlayerPlayPreviousSong
Use case for playing the previous song in the music player.
MusicPlayerPlaySong
Use case for playing a song in the music player.
MusicPlayerPlaySongById
Use case for playing a specific song in the music player resolved by its track id.
MusicPlayerResumeSong
Use case for resuming a song in the music player.
MusicPlayerStopSong
Use case for stopping a song in the music player.
MusicPlayerUseCases
Aggregates all music player use cases for easy access and management.