chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge uaudio stragglers.
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index d9af67dd3c0fa4511a035dec732540e73a440c0e..9a85e5da537c3bf440b6ddcddde44331df974181 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-171,6
+171,9
@@
struct config {
/** @brief Command execute by speaker to play audio */
const char *speaker_command;
/** @brief Command execute by speaker to play audio */
const char *speaker_command;
+ /** @brief Pause mode for command backend */
+ const char *pause_mode;
+
/** @brief Target sample format */
struct stream_header sample_format;
/** @brief Target sample format */
struct stream_header sample_format;
@@
-235,6
+238,9
@@
struct config {
/** @brief Source address for network audio transmission */
struct stringlist broadcast_from;
/** @brief Source address for network audio transmission */
struct stringlist broadcast_from;
+ /** @brief RTP delay threshold */
+ long rtp_delay_threshold;
+
/** @brief TTL for multicast packets */
long multicast_ttl;
/** @brief TTL for multicast packets */
long multicast_ttl;