Player main header, global vars and prototypes. More...
#include "player_common.h"
#include "player_functions.h"
#include "player_gui.h"
Functions | |
int | main (int argc, char **argv) |
void | command_handler (playback_command_message *command_message) |
Handle command messages This function handles command messages sent by the GUI. | |
void | manager_shutdown_module (int x) |
void | PublishConfigMessage (void) |
Publish a configure message to the gui. This function sends a configure message to the GUI. It waits for it to be ready. | |
Variables | |
playback | control |
playback_command_message | command_message |
playback_status_message | status_message |
Player main header, global vars and prototypes.