2023-12-01 17:32:19 +00:00
|
|
|
// Copyright 2014 Google LLC. All rights reserved.
|
2014-02-14 23:21:05 +00:00
|
|
|
//
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file or at
|
|
|
|
// https://developers.google.com/open-source/licenses/bsd
|
|
|
|
|
2023-12-01 17:32:19 +00:00
|
|
|
#include <packager/mpd/base/content_protection_element.h>
|
2014-01-16 08:12:14 +00:00
|
|
|
|
2016-05-20 21:19:33 +00:00
|
|
|
namespace shaka {
|
2015-07-15 21:57:47 +00:00
|
|
|
Element::Element() {}
|
|
|
|
Element::~Element() {}
|
2014-01-16 08:12:14 +00:00
|
|
|
ContentProtectionElement::ContentProtectionElement() {}
|
|
|
|
ContentProtectionElement::~ContentProtectionElement() {}
|
2016-05-20 21:19:33 +00:00
|
|
|
} // namespace shaka
|