mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2023-10-10 13:36:57 +02:00
PVR API 5.8.0
This commit is contained in:
parent
c4af00a4fe
commit
689afbf4cd
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<addon
|
<addon
|
||||||
id="pvr.octonet"
|
id="pvr.octonet"
|
||||||
version="0.5.0"
|
version="0.6.0"
|
||||||
name="Digital Devices Octopus NET Client"
|
name="Digital Devices Octopus NET Client"
|
||||||
provider-name="digitaldevices">
|
provider-name="digitaldevices">
|
||||||
<requires>@ADDON_DEPENDS@</requires>
|
<requires>@ADDON_DEPENDS@</requires>
|
||||||
|
@ -195,7 +195,6 @@ PVR_ERROR GetChannels(ADDON_HANDLE handle, bool bRadio)
|
|||||||
|
|
||||||
PVR_ERROR DeleteChannel(const PVR_CHANNEL& channel) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
PVR_ERROR DeleteChannel(const PVR_CHANNEL& channel) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
||||||
PVR_ERROR RenameChannel(const PVR_CHANNEL& channel) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
PVR_ERROR RenameChannel(const PVR_CHANNEL& channel) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
||||||
PVR_ERROR MoveChannel(const PVR_CHANNEL& channel) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
|
||||||
PVR_ERROR OpenDialogChannelSettings(const PVR_CHANNEL& channel) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
PVR_ERROR OpenDialogChannelSettings(const PVR_CHANNEL& channel) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
||||||
PVR_ERROR OpenDialogChannelAdd(const PVR_CHANNEL& channel) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
PVR_ERROR OpenDialogChannelAdd(const PVR_CHANNEL& channel) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
||||||
|
|
||||||
@ -239,7 +238,6 @@ void CloseLiveStream(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
long long SeekLiveStream(long long iPosition, int iWhence) { return -1; }
|
long long SeekLiveStream(long long iPosition, int iWhence) { return -1; }
|
||||||
long long PositionLiveStream(void) { return -1; }
|
|
||||||
long long LengthLiveStream(void) { return -1; }
|
long long LengthLiveStream(void) { return -1; }
|
||||||
bool IsRealTimeStream(void) { return true; }
|
bool IsRealTimeStream(void) { return true; }
|
||||||
|
|
||||||
@ -258,7 +256,6 @@ bool OpenRecordedStream(const PVR_RECORDING& recording) { return false; }
|
|||||||
void CloseRecordedStream(void) {}
|
void CloseRecordedStream(void) {}
|
||||||
int ReadRecordedStream(unsigned char* pBuffer, unsigned int iBufferSize) { return -1; }
|
int ReadRecordedStream(unsigned char* pBuffer, unsigned int iBufferSize) { return -1; }
|
||||||
long long SeekRecordedStream(long long iPosition, int iWhence) { return -1; }
|
long long SeekRecordedStream(long long iPosition, int iWhence) { return -1; }
|
||||||
long long PositionRecordedStream(void) { return -1; }
|
|
||||||
long long LengthRecordedStream(void) { return -1; }
|
long long LengthRecordedStream(void) { return -1; }
|
||||||
|
|
||||||
/* PVR demuxer */
|
/* PVR demuxer */
|
||||||
@ -279,10 +276,6 @@ bool SeekTime(double time, bool backwards, double *startpts) { return false; }
|
|||||||
void SetSpeed(int speed) {}
|
void SetSpeed(int speed) {}
|
||||||
PVR_ERROR SetEPGTimeFrame(int) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
PVR_ERROR SetEPGTimeFrame(int) { return PVR_ERROR_NOT_IMPLEMENTED; }
|
||||||
|
|
||||||
time_t GetPlayingTime() { return 0; }
|
|
||||||
time_t GetBufferTimeStart() { return 0; }
|
|
||||||
time_t GetBufferTimeEnd() { return 0; }
|
|
||||||
|
|
||||||
const char* GetBackendHostname()
|
const char* GetBackendHostname()
|
||||||
{
|
{
|
||||||
return octonetAddress.c_str();
|
return octonetAddress.c_str();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user