diff options
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; } |
