add new files

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@635 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
lucgas
2010-06-19 18:24:09 +00:00
parent c3897d3231
commit 6a9eb40ec3
3 changed files with 8 additions and 3 deletions

View File

@@ -429,6 +429,8 @@ flashupdate.versioncheck Versionsüberprüfung
flashupdate.writeflash ganzes Flashimage einspielen flashupdate.writeflash ganzes Flashimage einspielen
flashupdate.writeflashmtd einzelne Partition einspielen flashupdate.writeflashmtd einzelne Partition einspielen
flashupdate.wrongbase Abweichende Release-Information\nFortfahren? flashupdate.wrongbase Abweichende Release-Information\nFortfahren?
flashupdate.new_found Updates Verfuegbar !
flashupdate.new_notfound Keine Updates Verfuegbar !
fontmenu.menu Menü fontmenu.menu Menü
fontmenu.sizes Schriftgrössen fontmenu.sizes Schriftgrössen
fontmenu.channellist Kanalliste fontmenu.channellist Kanalliste
@@ -1396,3 +1398,6 @@ zapit.scantype.radio Nur Radio
zapit.scantype.tv Nur TV zapit.scantype.tv Nur TV
zapit.scantype.tvradio Nur TV & Radio zapit.scantype.tvradio Nur TV & Radio
zaptotimer.announce In einer Minute wird umgeschaltet. zaptotimer.announce In einer Minute wird umgeschaltet.

View File

@@ -1405,4 +1405,4 @@ upnpbrowser.noservers No UPnP servers found
upnpbrowser.rescan Scan again upnpbrowser.rescan Scan again
upnpbrowser.scanning Scanning for UPnP servers upnpbrowser.scanning Scanning for UPnP servers
wizard.welcome_head Welcome to the Setup Wizard wizard.welcome_head Welcome to the Setup Wizard
wizard.welcome_text Next steps will guide you\nthrough initial installation of the device.\nDo you want to continue ? wizard.welcome_text Next steps will guide you through initial installation of the device.\nDo you want to continue?\nWir gratulieren Ihnen zum Kauf Ihrer Coolstream.In den nun folgenden \nSchritten begleiten wir Sie durch die Erstinstallation des Geraetes.\nWir wuenschen Ihnen viel Freude mit dem wohl einzigartigsten Receiver!\nNaechster Schritt ?

View File

@@ -45,9 +45,9 @@ class cPlayback
void DMNotify(int Event, void *pTsBuf, void *Tag); void DMNotify(int Event, void *pTsBuf, void *Tag);
bool Open(playmode_t PlayMode); bool Open(playmode_t PlayMode);
void Close(void); void Close(void);
bool Start(char * filename, unsigned short vpid, int vtype, unsigned short apid, bool ac3); bool Start(char * filename, unsigned short vpid, int vtype, unsigned short apid, int audio_flag);
bool Stop(void); bool Stop(void);
bool SetAPid(unsigned short pid, bool ac3); bool SetAPid(unsigned short pid, int audio_flag);
bool SetSpeed(int speed); bool SetSpeed(int speed);
bool GetSpeed(int &speed) const; bool GetSpeed(int &speed) const;
bool GetPosition(int &position, int &duration); bool GetPosition(int &position, int &duration);