Shaka Packager SDK
Loading...
Searching...
No Matches
mock_mpd_notifier.cc
1// Copyright 2023 Google LLC. 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/mpd/base/mock_mpd_notifier.h>
8
9namespace shaka {
10
11MockMpdNotifier::MockMpdNotifier(const MpdOptions& mpd_options)
12 : MpdNotifier(mpd_options) {}
13MockMpdNotifier::~MockMpdNotifier() {}
14
15} // namespace shaka
All the methods that are virtual are virtual for mocking.