Searched refs:licenseInfo (Results 1 – 1 of 1) sorted by relevance
218 static int32_t drm_getLicenseInfo(T_DRM_Rights* pRights, T_DRM_Rights_Info* licenseInfo) in drm_getLicenseInfo() argument220 if (NULL != licenseInfo && NULL != pRights) { in drm_getLicenseInfo()221 strcpy((char *)licenseInfo->roId, (char *)pRights->uid); in drm_getLicenseInfo()224 licenseInfo->displayRights.indicator = pRights->DisplayConstraint.Indicator; in drm_getLicenseInfo()225 licenseInfo->displayRights.count = in drm_getLicenseInfo()227 licenseInfo->displayRights.startDate = in drm_getLicenseInfo()229 licenseInfo->displayRights.startTime = in drm_getLicenseInfo()231 licenseInfo->displayRights.endDate = in drm_getLicenseInfo()233 licenseInfo->displayRights.endTime = in drm_getLicenseInfo()235 licenseInfo->displayRights.intervalDate = in drm_getLicenseInfo()[all …]