![]() |
Miam-Player
0.8.0
A nice music player
|
The RemoteControl class is a class which allows client-side applications (like App on SmartPhones) to control the player. More...
#include <remotecontrol.h>
Public Types | |
enum | Command : int { CMD_Playback = 0, CMD_State = 1, CMD_Track = 2, CMD_Volume = 3, CMD_Connection = 4, CMD_Cover = 5, CMD_Position = 6, CMD_ActivePlaylists = 7, CMD_AllPlaylists = 8, CMD_LoadActivePlaylist = 9 } |
Public Member Functions | |
RemoteControl (AbstractView *currentView, int port, QObject *parent=0) | |
virtual | ~RemoteControl () |
void | changeServerPort (int port) |
void | startServer () |
The RemoteControl class is a class which allows client-side applications (like App on SmartPhones) to control the player.
enum RemoteControl::Command : int |
|
explicit |
|
virtual |
void RemoteControl::changeServerPort | ( | int | port | ) |
void RemoteControl::startServer | ( | ) |