X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer.h;h=b004540935ef81f967ec2508184722a4b7be3548;hb=12074b64d64c1fe76a9cf07a46683b7db96fc56e;hp=cce2bdc21a600ac3e61b59e40d997c0d876985bf;hpb=a183c1776cfd020a37d028ebb0f641352f49697b;p=dcpomatic.git diff --git a/src/lib/player.h b/src/lib/player.h index cce2bdc21..b00454093 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -56,6 +56,7 @@ public: void seek_back (); void seek_forward (); + /** @return position that we are at; ie the time of the next thing we will emit on pass() */ Time position () const { return _position; }