From 5228b538f0f023e610bcbd21120f0ef0039f79d1 Mon Sep 17 00:00:00 2001 From: Fred Gylys-Colwell Date: Mon, 28 Nov 2016 21:40:19 -0800 Subject: [PATCH] Specify units for time based property fields. Merge from widevine of http://go/wvgerrit/21381 Change-Id: I8b209e1403e94adc7843ff1009c8cd1d5761b917 --- libwvdrmengine/cdm/core/include/wv_cdm_constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libwvdrmengine/cdm/core/include/wv_cdm_constants.h b/libwvdrmengine/cdm/core/include/wv_cdm_constants.h index ba782ff8..b4e00d7d 100644 --- a/libwvdrmengine/cdm/core/include/wv_cdm_constants.h +++ b/libwvdrmengine/cdm/core/include/wv_cdm_constants.h @@ -32,9 +32,9 @@ static const std::string QUERY_KEY_PERSIST_ALLOWED = "PersistAllowed"; static const std::string QUERY_KEY_RENEW_ALLOWED = "RenewAllowed"; // "True", "False" static const std::string QUERY_KEY_LICENSE_DURATION_REMAINING = - "LicenseDurationRemaining"; // non-negative integer + "LicenseDurationRemaining"; // non-negative integer denoting seconds static const std::string QUERY_KEY_PLAYBACK_DURATION_REMAINING = - "PlaybackDurationRemaining"; // non-negative integer + "PlaybackDurationRemaining"; // non-negative integer denoting seconds static const std::string QUERY_KEY_RENEWAL_SERVER_URL = "RenewalServerUrl"; // url static const std::string QUERY_KEY_OEMCRYPTO_SESSION_ID = "OemCryptoSessionId";