|
void | addCommand (string command, string description) |
|
void | registerPlaybackCommands () |
|
bool | isNumber (const char *s) |
| check if the char array is having numbers only More...
|
|
void | showHelp (void) |
| Show help menu with aamp command line interface.
|
|
bool | isTuneScheme (const char *cmd) |
| Decide if input command consists of supported URI scheme to be tuned. More...
|
|
void | trim (char **cmd) |
| trim a string More...
|
|
void | termPlayerLoop () |
| Stop mainloop execution (for standalone mode)
|
|
bool | execute (char *cmd, PlayerInstanceAAMP *playerInstanceAamp) |
| Process command. More...
|
|
|
static char * | commandRecommender (const char *text, int state) |
|
|
static std::vector< std::string > | commands |
|
static std::map< string, string > | playbackCommands = std::map<string,string>() |
|
Definition at line 32 of file AampcliPlaybackCommand.h.
◆ isNumber()
bool PlaybackCommand::isNumber |
( |
const char * |
s | ) |
|
◆ isTuneScheme()
bool PlaybackCommand::isTuneScheme |
( |
const char * |
cmd | ) |
|
◆ trim()
void PlaybackCommand::trim |
( |
char ** |
cmd | ) |
|
◆ execute()
The documentation for this class was generated from the following files: