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
|
2013-11-12 20:34:58 +00:00
|
|
|
|
2023-12-01 17:32:19 +00:00
|
|
|
#include <packager/media/base/key_source.h>
|
2013-11-12 20:34:58 +00:00
|
|
|
|
2016-05-20 21:19:33 +00:00
|
|
|
namespace shaka {
|
2013-11-12 20:34:58 +00:00
|
|
|
namespace media {
|
|
|
|
|
2020-06-01 22:26:31 +00:00
|
|
|
KeySource::KeySource() = default;
|
2014-01-13 19:34:08 +00:00
|
|
|
|
2018-08-10 01:31:44 +00:00
|
|
|
KeySource::~KeySource() = default;
|
2017-06-13 21:54:12 +00:00
|
|
|
|
2013-11-12 20:34:58 +00:00
|
|
|
} // namespace media
|
2016-05-20 21:19:33 +00:00
|
|
|
} // namespace shaka
|