Minor namespace change for CoreAudioUtility
NOTRY=TRUE TBR: kwiberg@webrtc.org Bug: webrtc:9265 Change-Id: Ic40634eb5258739ef06becd5db7a70a1e31d29e3 Reviewed-on: https://webrtc-review.googlesource.com/78020 Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23323}
This commit is contained in:
@ -28,6 +28,7 @@ using Microsoft::WRL::ComPtr;
|
||||
using webrtc::AudioDeviceName;
|
||||
using webrtc::AudioParameters;
|
||||
|
||||
namespace webrtc {
|
||||
namespace webrtc_win {
|
||||
namespace {
|
||||
|
||||
@ -824,3 +825,4 @@ std::string ErrorToString(const _com_error& error) {
|
||||
|
||||
} // namespace core_audio_utility
|
||||
} // namespace webrtc_win
|
||||
} // namespace webrtc
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
#include "modules/audio_device/include/audio_device_defines.h"
|
||||
#include "rtc_base/logging.h"
|
||||
|
||||
namespace webrtc {
|
||||
namespace webrtc_win {
|
||||
|
||||
static const int64_t kNumMicrosecsPerSec = webrtc::TimeDelta::seconds(1).us();
|
||||
@ -427,5 +428,6 @@ std::string ErrorToString(const _com_error& error);
|
||||
|
||||
} // namespace core_audio_utility
|
||||
} // namespace webrtc_win
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // MODULES_AUDIO_DEVICE_WIN_CORE_AUDIO_UTILITY_WIN_H_
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
using Microsoft::WRL::ComPtr;
|
||||
using webrtc::AudioDeviceName;
|
||||
|
||||
namespace webrtc {
|
||||
namespace webrtc_win {
|
||||
namespace {
|
||||
|
||||
@ -561,3 +562,4 @@ TEST_F(CoreAudioUtilityWinTest, FillRenderEndpointBufferWithSilence) {
|
||||
}
|
||||
|
||||
} // namespace webrtc_win
|
||||
} // namespace webrtc
|
||||
|
||||
Reference in New Issue
Block a user