blob: 6582cb15a0cb369dee8681be0d197f6d1ae642c2 [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/base/key_system_properties.h"
namespace media {
SupportedCodecs KeySystemProperties::GetSupportedHwSecureCodecs() const {
return EME_CODEC_NONE;
}
bool KeySystemProperties::UseAesDecryptor() const {
return false;
}
} // namespace media