From 483c0b88bfc1b798396c31a4dd2f5239399ce59e Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 15 Oct 2018 01:14:02 +0200 Subject: sync with upstream --- xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h') diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h index 8c509ac..27fa800 100644 --- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h @@ -316,7 +316,7 @@ extern "C" /*! * Set the last watched position of a recording on the backend. * @param recording The recording. - * @param position The last watched position in seconds + * @param lastplayedposition The last watched position in seconds * @return PVR_ERROR_NO_ERROR if the position has been stored successfully. * @remarks Required if bSupportsLastPlayedPosition is set to true. * Return PVR_ERROR_NOT_IMPLEMENTED if this add-on won't provide this function. @@ -483,7 +483,7 @@ extern "C" /*! * Get the stream properties for a recording from the backend. - * @param[in] channel The recording to get the stream properties for. + * @param[in] recording The recording to get the stream properties for. * @param[inout] properties in: an array for the properties to return, out: the properties required to play the stream. * @param[inout] iPropertiesCount in: the size of the properties array, out: the number of properties returned. * @return PVR_ERROR_NO_ERROR if the stream is available. @@ -676,7 +676,9 @@ extern "C" void OnPowerSavingDeactivated(); /*! - * Get stream times. Intermediate, will be moved to inputstream + * Get stream times. + * @param times A pointer to the data to be filled by the implementation. + * @return PVR_ERROR_NO_ERROR on success. */ PVR_ERROR GetStreamTimes(PVR_STREAM_TIMES *times); -- cgit v1.2.3