shaka-packager/mpd/base/content_protection_element.cc

7 lines
219 B
C++
Raw Normal View History

#include "mpd/base/content_protection_element.h"
namespace dash_packager {
ContentProtectionElement::ContentProtectionElement() {}
ContentProtectionElement::~ContentProtectionElement() {}
} // namespace dash_packager