DASH Media Packaging SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
key_source.cc
1 // Copyright 2014 Google Inc. All rights reserved.
2 //
3 // Use of this source code is governed by a BSD-style
4 // license that can be found in the LICENSE file or at
5 // https://developers.google.com/open-source/licenses/bsd
6 
7 #include "packager/media/base/key_source.h"
8 
9 #include "packager/base/logging.h"
10 
11 namespace shaka {
12 namespace media {
13 
14 EncryptionKey::EncryptionKey() {}
15 
16 EncryptionKey::~EncryptionKey() {}
17 
18 KeySource::KeySource() {}
19 
20 KeySource::~KeySource() {}
21 
22 } // namespace media
23 } // namespace shaka