Source release 19.5.0

This commit is contained in:
Cong Lin
2025-04-02 10:27:18 -07:00
parent 4407acee62
commit f7ec4fdeff
295 changed files with 32196 additions and 21748 deletions

View File

@@ -6,7 +6,9 @@
#include <string>
namespace widevine {
#include "cdm_version.h"
namespace CDM_NAMESPACE {
// This function must be implemented by partners who wish to use run-time client
// information. (i.e. Those that set 'client_info_source' to 'runtime' in their
@@ -27,6 +29,6 @@ bool ReadClientInformation(std::string* company_name, std::string* model_name,
std::string* platform, std::string* form_factor,
std::string* version);
} // namespace widevine
} // namespace CDM_NAMESPACE
#endif // WVCDM_CDM_READ_CLIENT_INFO_H_