mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2025-03-01 10:53:09 +00:00
Pass signal quality and snr to Kodi core
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user