From a7dab6e86e66269df937650a6e5ed7f63a3757ac Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Apr 2021 23:13:21 +0200 Subject: [PATCH] Add comment. --- src/lib/player.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/player.h b/src/lib/player.h index be8d556af..8fc02d9c6 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -102,6 +102,9 @@ public: /** Emitted when a video frame is ready. These emissions happen in the correct order. */ boost::signals2::signal, dcpomatic::DCPTime)> Video; + /** Emitted when audio data is ready. First parameter is the audio data, second its time, + * third the frame rate. + */ boost::signals2::signal, dcpomatic::DCPTime, int)> Audio; /** Emitted when a text is ready. This signal may be emitted considerably * after the corresponding Video. -- 2.30.2