diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-13 17:03:56 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-13 17:03:56 +0000 |
| commit | 56f5fa20371cd5a761dc37a6dd0dd730c38e0cbc (patch) | |
| tree | 693f7bee6543073e216f5ae26af00fcd400bc00d /lib/dvb/idemux.h | |
| parent | 24dab815808d6be2758f3e63f93b7c171190059e (diff) | |
| download | enigma2-56f5fa20371cd5a761dc37a6dd0dd730c38e0cbc.tar.gz enigma2-56f5fa20371cd5a761dc37a6dd0dd730c38e0cbc.zip | |
save timing information after record
Diffstat (limited to 'lib/dvb/idemux.h')
| -rw-r--r-- | lib/dvb/idemux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/idemux.h b/lib/dvb/idemux.h index 6cf7b024..85119925 100644 --- a/lib/dvb/idemux.h +++ b/lib/dvb/idemux.h @@ -65,6 +65,8 @@ public: virtual RESULT setTimingPID(int pid) = 0; virtual RESULT setTargetFD(int fd) = 0; + /* for saving additional meta data. */ + virtual RESULT setTargetFilename(const char *filename) = 0; virtual RESULT setBoundary(off_t max) = 0; virtual RESULT stop() = 0; |
