diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-27 23:11:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-27 23:11:03 +0100 |
| commit | 9a0c89b3e2ddf56af5433ab96ff8809c05a8b9a4 (patch) | |
| tree | 87abdb0ea16e717aa85dfe1328f91f5adb97eedc /src | |
| parent | 31f31800705880da6ec185f9b31c7e125ae18c38 (diff) | |
Add some comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/subtitle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/subtitle.h b/src/subtitle.h index ed63983f..6317a741 100644 --- a/src/subtitle.h +++ b/src/subtitle.h @@ -58,10 +58,12 @@ public: virtual ~Subtitle () {} + /** @return subtitle start time (relative to the start of the reel) */ Time in () const { return _in; } + /** @return subtitle finish time (relative to the start of the reel) */ Time out () const { return _out; } |
