Source release v3.0.0-0-g8d3792b-ce + third_party
Change-Id: I399e71ddfffcd436171d1c60283c63ab4658e0b1
This commit is contained in:
30
cdm/include/properties_ce.h
Normal file
30
cdm/include/properties_ce.h
Normal file
@@ -0,0 +1,30 @@
|
||||
// Copyright 2015 Google Inc. All Rights Reserved.
|
||||
#ifndef WVCDM_CDM_PROPERTIES_CE_H_
|
||||
#define WVCDM_CDM_PROPERTIES_CE_H_
|
||||
|
||||
#include "cdm.h"
|
||||
|
||||
#if defined(UNIT_TEST)
|
||||
# include <gtest/gtest.h>
|
||||
#endif
|
||||
|
||||
namespace widevine {
|
||||
|
||||
class PropertiesCE {
|
||||
public:
|
||||
static Cdm::ClientInfo GetClientInfo();
|
||||
static Cdm::SecureOutputType GetSecureOutputType();
|
||||
|
||||
private:
|
||||
static void SetSecureOutputType(Cdm::SecureOutputType secure_output_type);
|
||||
static void SetClientInfo(const Cdm::ClientInfo& client_info);
|
||||
|
||||
friend class Cdm;
|
||||
#if defined(UNIT_TEST)
|
||||
FRIEND_TEST(CdmTest, DeviceCertificateRequest);
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace widevine
|
||||
|
||||
#endif // WVCDM_CDM_PROPERTIES_CE_H_
|
||||
Reference in New Issue
Block a user