#include "third_party/blink/public/platform/web_encrypted_media_key_information.h"
namespace blink {
WebEncryptedMediaKeyInformation::WebEncryptedMediaKeyInformation() = default;
WebEncryptedMediaKeyInformation::~WebEncryptedMediaKeyInformation() = default;
WebData WebEncryptedMediaKeyInformation::Id() const { … }
void WebEncryptedMediaKeyInformation::SetId(const WebData& id) { … }
WebEncryptedMediaKeyInformation::KeyStatus
WebEncryptedMediaKeyInformation::Status() const { … }
void WebEncryptedMediaKeyInformation::SetStatus(KeyStatus status) { … }
uint32_t WebEncryptedMediaKeyInformation::SystemCode() const { … }
void WebEncryptedMediaKeyInformation::SetSystemCode(uint32_t system_code) { … }
}