1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
6 #include "public/platform/WebEncryptedMediaKeyInformation.h"
10 WebEncryptedMediaKeyInformation::WebEncryptedMediaKeyInformation()
14 WebEncryptedMediaKeyInformation::~WebEncryptedMediaKeyInformation()
18 WebData
WebEncryptedMediaKeyInformation::id() const
23 void WebEncryptedMediaKeyInformation::setId(const WebData
& id
)
28 WebEncryptedMediaKeyInformation::KeyStatus
WebEncryptedMediaKeyInformation::status() const
33 void WebEncryptedMediaKeyInformation::setStatus(KeyStatus status
)
38 uint32_t WebEncryptedMediaKeyInformation::systemCode() const
43 void WebEncryptedMediaKeyInformation::setSystemCode(uint32_t systemCode
)
45 m_systemCode
= systemCode
;