From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 1 Sep 2021 15:40:43 +0000 (+0100) Subject: Add new type of airplasy stream X-Git-Tag: 4.1-dev~4^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2153d275de02798d5bb8f69cf8c37eff6b08f07;p=thirdparty%2Fshairport-sync.git Add new type of airplasy stream --- diff --git a/player.h b/player.h index e8d661b5..48755997 100644 --- 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;