From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 26 Nov 2022 17:55:27 +0000 (+0000) Subject: Add a frame_position_string denoting the RTP frame being output and the time it is... X-Git-Tag: 4.1.1~2^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c1e5c42f915082674bdf860f72fdcd76469209;p=thirdparty%2Fshairport-sync.git Add a frame_position_string denoting the RTP frame being output and the time it is being played. --- diff --git a/metadata_hub.h b/metadata_hub.h index 730e6e8c..63efb1c0 100644 --- a/metadata_hub.h +++ b/metadata_hub.h @@ -55,6 +55,9 @@ typedef struct metadata_bundle { char *progress_string; // progress string, emitted by the source from time to time int progress_string_changed; + char *frame_position_string; // frame position string emitted by SPS on request + int frame_position_string_changed; + int player_thread_active; // true if a play thread is running int dacp_server_active; // true if there's a reachable DACP server (assumed to be the Airplay // client) ; false otherwise