player-mplayer.h
branchtrunk
changeset 39 ba6464ebc3f9
parent 0 474a1293c3c0
     1.1 --- a/player-mplayer.h	Sun Dec 12 11:31:54 2010 +0100
     1.2 +++ b/player-mplayer.h	Sun Dec 12 11:53:00 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * MP3/MPlayer plugin to VDR (C++)
     1.6   *
     1.7 - * (C) 2001-2006 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.8 + * (C) 2001-2010 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or
    1.11   * modify it under the terms of the GNU General Public License
    1.12 @@ -80,6 +80,7 @@
    1.13    void Play(void);
    1.14    void Goto(int Index, bool percent, bool still);
    1.15    void SkipSeconds(int secs);
    1.16 +  void SkipTrack(int dir, bool chapter);
    1.17    void KeyCmd(const char *cmd);
    1.18    char *GetCurrentName(void);
    1.19    virtual bool GetIndex(int &Current, int &Total, bool SnapToIFrame);