improve subtitle handling

This commit is contained in:
martii
2012-11-06 14:34:31 +01:00
parent 994bd78e4e
commit 9150713e46
6 changed files with 28 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ class cPlayback
unsigned short GetSubtitlePid(void) { return mSubtitleStream; }
unsigned short GetDvbsubtitlePid(void) { return mDvbsubtitleStream; }
unsigned short GetTeletextPid(void) { return mTeletextStream; }
void SuspendSubtitle(bool);
#endif
bool SetSpeed(int speed);
bool GetSpeed(int &speed) const;