]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add a frame_position_string denoting the RTP frame being output and the time it is...
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 26 Nov 2022 17:55:27 +0000 (17:55 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 26 Nov 2022 17:55:27 +0000 (17:55 +0000)
metadata_hub.h

index 730e6e8c691322c9d8e08488eab17d65c3c77e71..63efb1c0d1961b0ca86f9627690d8844f54167b2 100644 (file)
@@ -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