Stop playing if nobody's listening

This commit is contained in:
Allen Hill
2026-06-18 15:56:30 -07:00
parent 26b0d6c55f
commit 95925b563a
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -218,6 +218,7 @@ AVCLAN_frame_t *AVCLAN_getStatusFrame();
void AVCLAN_generateStatus(AVCLAN_frame_t *status, bool is_unicast, devices to);
bool AVCLAN_isPlaying();
void AVCLAN_stopPlaying();
void AVCLAN_incrementTime();
void AVCLAN_setTime(uint8_t mins, uint8_t secs);
void AVCLAN_normalizeState();