Skip to content

Commit

Permalink
Add a frame_position_string denoting the RTP frame being output and t…
Browse files Browse the repository at this point in the history
…he time it is being played.
  • Loading branch information
mikebrady committed Nov 26, 2022
1 parent 64858a2 commit a9c1e5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metadata_hub.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9c1e5c

Please sign in to comment.