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

#include "base/notimplemented.h"
#include "chromecast/media/cma/backend/proxy/cast_runtime_audio_channel_endpoint_manager.h"

namespace chromecast {
namespace media {

// static
CastRuntimeAudioChannelEndpointManager*
CastRuntimeAudioChannelEndpointManager::Get() {
  NOTIMPLEMENTED();
  return nullptr;
}

}  // namespace media
}  // namespace chromecast
