mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-08 00:32:29 -05:00
[chromecast] Remove RAOP specifics from player.c, add generic output interface
This commit is contained in:
@@ -190,6 +190,11 @@ player_queue_clear_history(void);
|
||||
void
|
||||
player_queue_plid(uint32_t plid);
|
||||
|
||||
int
|
||||
player_device_add(void *device);
|
||||
|
||||
int
|
||||
player_device_remove(void *device);
|
||||
|
||||
struct player_history *
|
||||
player_history_get(void);
|
||||
|
||||
Reference in New Issue
Block a user