diff options
author | thlo <t.lohmar@gmx.de> | 2013-04-29 20:26:53 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-04-29 20:26:53 +0200 |
commit | 5a8bf27d89d82d0bb1ea0939c74c1f122f6f6ae3 (patch) | |
tree | ab499437db93214fb753fe303af58d6d2baf16fd /responsememblk.h | |
parent | 7fe1953d5bb204ec97e8f5032b0f7ec5d0e1cbda (diff) | |
download | vdr-plugin-smarttvweb-5a8bf27d89d82d0bb1ea0939c74c1f122f6f6ae3.tar.gz vdr-plugin-smarttvweb-5a8bf27d89d82d0bb1ea0939c74c1f122f6f6ae3.tar.bz2 |
Added Delete YT Urls, Get notification for starting and finishing recordings, resume fix, query recording info of a single item.
Diffstat (limited to 'responsememblk.h')
-rw-r--r-- | responsememblk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/responsememblk.h b/responsememblk.h index 84491e2..091d9ae 100644 --- a/responsememblk.h +++ b/responsememblk.h @@ -72,6 +72,9 @@ class cResponseMemBlk : public cResponseBase { int receiveDelRecReq(); int receiveYtUrl(); + int receiveDelYtUrl(); + + int receiveCfgServerAddrs(); void writeM3U8(double duration, int bitrate, float seg_dur, int end_seg); void writeMPD(double duration, int bitrate, float seg_dur, int end_seg); |