2 * Copyright 2010, Stephan Aßmus <superstippi@gmx.de>. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef SUB_TITLES_SRT_H
6 #define SUB_TITLES_SRT_H
11 #include "SubTitles.h"
17 class SubTitlesSRT
: public SubTitles
{
19 SubTitlesSRT(BFile
* file
, const char* name
);
20 virtual ~SubTitlesSRT();
22 virtual const char* Name() const;
23 virtual const SubTitle
* SubTitleAt(bigtime_t time
) const;
26 int32
_IndexFor(bigtime_t startTime
) const;
33 #endif //SUB_TITLES_SRT_H