]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add new type of airplasy stream
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 1 Sep 2021 15:40:43 +0000 (16:40 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 1 Sep 2021 15:40:43 +0000 (16:40 +0100)
player.h

index e8d661b5b84830a6bfeaa674df6058ec4f36f270..48755997210fc8891e393e1fd6c907d1eab636bd 100644 (file)
--- a/player.h
+++ b/player.h
@@ -104,7 +104,7 @@ typedef struct {
 #ifdef CONFIG_AIRPLAY_2
 typedef enum { ts_ntp, ts_ptp } timing_t;
 typedef enum { ap_1, ap_2 } airplay_t;
-typedef enum { realtime_stream, buffered_stream } airplay_stream_t;
+typedef enum { realtime_stream, buffered_stream, remote_control_stream } airplay_stream_t;
 
 typedef struct {
   uint8_t *data;