This commit is contained in:
martii
2014-03-21 23:27:37 +01:00
parent 351defa567
commit c3278d9c3e
10 changed files with 14 additions and 71 deletions

View File

@@ -33,7 +33,6 @@ class cPlayback
int GetAPid(void) { return mAudioStream; }
int GetSubtitlePid(void) { return mSubtitleStream; }
int GetTeletextPid(void);
void SuspendSubtitle(bool);
bool SetSpeed(int speed);
bool GetSpeed(int &speed) const;
bool GetPosition(int &position, int &duration);