blob: ac08ef25117fd001567d272d5cf27899ade7524f [file] [log] [blame]
// 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.
#ifndef CHROMECAST_MEDIA_AUDIO_AUDIO_OUTPUT_SERVICE_CONSTANTS_H_
#define CHROMECAST_MEDIA_AUDIO_AUDIO_OUTPUT_SERVICE_CONSTANTS_H_
namespace chromecast {
namespace media {
namespace audio_output_service {
extern const char kDefaultAudioOutputServiceUnixDomainSocketPath[];
extern const int kDefaultAudioOutputServiceTcpPort;
} // namespace audio_output_service
} // namespace media
} // namespace chromecast
#endif // CHROMECAST_MEDIA_AUDIO_AUDIO_OUTPUT_SERVICE_CONSTANTS_H_