From dff5862bd740981e23234a74f4658df9f4b8ae9c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 14 Oct 2022 10:41:16 +0200 Subject: [PATCH] Add a comment. --- src/lib/player.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/player.h b/src/lib/player.h index b6ee4e9c6..3dbc1c034 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -99,6 +99,10 @@ public: boost::optional content_time_to_dcp (std::shared_ptr content, dcpomatic::ContentTime t) const; boost::optional dcp_to_content_time (std::shared_ptr content, dcpomatic::DCPTime t) const; + /** First parameter is PENDING, DONE or CANCELLED. + * Second parameter is the property. + * Third parameter is true if these signals are currently likely to be frequent. + */ boost::signals2::signal Change; /** Emitted when a video frame is ready. These emissions happen in the correct order. */ -- 2.30.2