blob: c0aeec24ee3bf3df4265dfde3cb3984acbec7f25 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromecast/media/base/audio_device_ids.h"
namespace chromecast {
namespace media {
const char kLocalAudioDeviceId[] = "local";
const char kPlatformAudioDeviceId[] = "platform";
const char kAlarmAudioDeviceId[] = "assistant-alarm";
const char kTtsAudioDeviceId[] = "assistant-tts";
const char kBypassAudioDeviceId[] = "bypass";
} // namespace media
} // namespace chromecast