Pass signal quality and snr to Kodi core

This commit is contained in:
Dennis Hamester
2016-11-09 15:43:01 +01:00
parent c5b90f130b
commit 838c0094b7
3 changed files with 14 additions and 1 deletions

View File

@@ -2,9 +2,11 @@
#define _RTSP_CLIENT_HPP_
#include <string>
#include <xbmc_pvr_types.h>
bool rtsp_open(const std::string& url_str);
void rtsp_close();
int rtsp_read(void *buf, unsigned buf_size);
void rtsp_fill_signal_status(PVR_SIGNAL_STATUS& signal_status);
#endif