diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-13 20:50:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-13 20:50:07 +0100 |
| commit | b37249ba5db6bd08fdfe340cec923130ee4cc7b9 (patch) | |
| tree | 68bb3a34adde64b5ead32186e27bd1295d57bb45 /src/lib/playlist.h | |
| parent | 0c11ef36be9864ec795f68410c862d70c8320bc0 (diff) | |
Fill audio in the Player.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 1ce5f247a..25dcda202 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -56,6 +56,7 @@ public: ContentList content () const; bool video_content_at (DCPTime time) const; + bool audio_content_at (DCPTime time) const; std::string video_identifier () const; |
