#include <gtk/gtk.h>
#include <string.h>
#include "media_control.h"
#include "interface.h"
#include "browser.h"
#include "now_playing.h"
#include "upnp.h"
#include "resource_selection.h"
Functions | |
gboolean | play_media () |
gboolean | play_local_media (gchar *uri, gchar *node_class) |
void | stop_media () |
void | stop_local_media () |
void | pause_media () |
void | pause_local_media () |
void | next_media () |
void | next_local_media () |
void | previous_media () |
void | previous_local_media () |
void | mute_media () |
void | mute_local_media () |
void | decrease_volume () |
void | decrease_local_volume () |
void | increase_volume () |
void | increase_local_volume () |
void | seek_media (long seekto) |
void | seek_local_media (long seekto) |
Variables | |
UPnPBrowserWidgets * | widgets |
|
Decrease local volume |
|
Decrease volume |
|
Increase local volume |
|
Increase volume |
|
Un/Mute local media |
|
Un/Mute media |
|
Next local media |
|
Next media |
|
Pause playing media locally |
|
Pause playing media (remote or local) |
|
Start playing media locally, UNIX version
|
|
Start playing selected media in the selected renderer device
|
|
Skip to previous local media |
|
Previous media |
|
Seek local media to a certain point in time |
|
Seek media to a certain point in time |
|
Stop playing media locally |
|
Stop playing a media (remote or local) |
|
Global struct that holds the application widgets |