setup-mplayer.h
branchtrunk
changeset 39 ba6464ebc3f9
parent 22 93aaf15c145a
equal deleted inserted replaced
38:79b272a68eb4 39:ba6464ebc3f9
     1 /*
     1 /*
     2  * MP3/MPlayer plugin to VDR (C++)
     2  * MP3/MPlayer plugin to VDR (C++)
     3  *
     3  *
     4  * (C) 2001-2009 Stefan Huelswitt <s.huelswitt@gmx.de>
     4  * (C) 2001-2010 Stefan Huelswitt <s.huelswitt@gmx.de>
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or
     6  * This code is free software; you can redistribute it and/or
     7  * modify it under the terms of the GNU General Public License
     7  * modify it under the terms of the GNU General Public License
     8  * as published by the Free Software Foundation; either version 2
     8  * as published by the Free Software Foundation; either version 2
     9  * of the License, or (at your option) any later version.
     9  * of the License, or (at your option) any later version.
    31 class cMPlayerSetup {
    31 class cMPlayerSetup {
    32 public:
    32 public:
    33   int SlaveMode;
    33   int SlaveMode;
    34   int ResumeMode;
    34   int ResumeMode;
    35   int HideMainMenu;
    35   int HideMainMenu;
       
    36   int PrevNextKeyMode;
    36   char KeyCmd[10][MAX_KEYCMD];
    37   char KeyCmd[10][MAX_KEYCMD];
    37 public:
    38 public:
    38   cMPlayerSetup(void);
    39   cMPlayerSetup(void);
    39   };
    40   };
    40 
    41