diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-02-25 01:35:04 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-02-25 01:35:04 +0000 |
| commit | 673d85e4aace04805fe958bbe8cb741b21ccbc1b (patch) | |
| tree | 52a6cd09cc10134852c8019135a800c39191bf2a /lib/service/iservice.h | |
| parent | 4ead4a1affceff4eb642ef333a71235ce6f173e6 (diff) | |
| download | enigma2-673d85e4aace04805fe958bbe8cb741b21ccbc1b.tar.gz enigma2-673d85e4aace04805fe958bbe8cb741b21ccbc1b.zip | |
store a .eit file for each recoring this holds raw eit event informations
including audio track informations, event description, event title......
for information about the file format look in EN300468 (www.etsi.org)
make info button useable when playbacking a movie
Diffstat (limited to 'lib/service/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h index bc0fc974..436d3554 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -444,7 +444,7 @@ class iRecordableService: public iObject ~iRecordableService(); #endif public: - virtual RESULT prepare(const char *filename)=0; + virtual RESULT prepare(const char *filename, time_t begTime=-1, time_t endTime=-1, int eit_event_id=-1)=0; virtual RESULT start()=0; virtual RESULT stop()=0; }; |
