diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-14 10:41:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-14 12:55:36 +0200 |
| commit | dff5862bd740981e23234a74f4658df9f4b8ae9c (patch) | |
| tree | 01ac059f3df773942248e42d6a8980b86fafc236 | |
| parent | 3d09f36531fa77335774ac6fc114d3dbe2fed73c (diff) | |
Add a comment.
| -rw-r--r-- | src/lib/player.h | 4 |
1 files changed, 4 insertions, 0 deletions
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<dcpomatic::DCPTime> content_time_to_dcp (std::shared_ptr<const Content> content, dcpomatic::ContentTime t) const; boost::optional<dcpomatic::ContentTime> dcp_to_content_time (std::shared_ptr<const Content> 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<void (ChangeType, int, bool)> Change; /** Emitted when a video frame is ready. These emissions happen in the correct order. */ |
