chromium/services/audio/public/cpp/sounds/test_data.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "services/audio/public/cpp/sounds/test_data.h"
#include "base/task/single_thread_task_runner.h"

namespace audio {

TestObserver::TestObserver(const base::RepeatingClosure& quit)
    :{}

TestObserver::~TestObserver() = default;

void TestObserver::Initialize(
    media::AudioRendererSink::RenderCallback* callback,
    media::AudioParameters params) {}

void TestObserver::OnPlay() {}

void TestObserver::Render() {}

void TestObserver::OnStop() {}

}  // namespace audio