Namespace Serenity.MusicPlayer.Application.DTO
Classes
MusicPlayerPauseSongInput
Input data transfer object for pausing a song in the music player.
MusicPlayerPlayNextSongInput
Input data transfer object for playing the next song in the music player.
MusicPlayerPlayPreviousSongInput
Input data transfer object for playing the previous song in the music player.
MusicPlayerPlaySongInput
Input data transfer object for playing a song in the music player.
MusicPlayerResumeSongInput
Input data transfer object for resuming a song in the music player.
MusicPlayerStopSongInput
Input data transfer object for stopping a song in the music player.