Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Side by Side Diff: media/audio/mock_audio_manager.h

Issue 2538793002: Log audio system used to WebRTC log. (Closed)
Patch Set: Code review. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/audio/mac/audio_manager_mac.cc ('k') | media/audio/mock_audio_manager.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MEDIA_AUDIO_MOCK_AUDIO_MANAGER_H_ 5 #ifndef MEDIA_AUDIO_MOCK_AUDIO_MANAGER_H_
6 #define MEDIA_AUDIO_MOCK_AUDIO_MANAGER_H_ 6 #define MEDIA_AUDIO_MOCK_AUDIO_MANAGER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "media/audio/audio_manager.h" 9 #include "media/audio/audio_manager.h"
10 10
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 AudioParameters GetInputStreamParameters( 55 AudioParameters GetInputStreamParameters(
56 const std::string& device_id) override; 56 const std::string& device_id) override;
57 std::string GetAssociatedOutputDeviceID( 57 std::string GetAssociatedOutputDeviceID(
58 const std::string& input_device_id) override; 58 const std::string& input_device_id) override;
59 std::string GetGroupIDOutput(const std::string& output_id) override; 59 std::string GetGroupIDOutput(const std::string& output_id) override;
60 std::string GetGroupIDInput(const std::string& input_id) override; 60 std::string GetGroupIDInput(const std::string& input_id) override;
61 61
62 std::unique_ptr<AudioLog> CreateAudioLog( 62 std::unique_ptr<AudioLog> CreateAudioLog(
63 AudioLogFactory::AudioComponent component) override; 63 AudioLogFactory::AudioComponent component) override;
64 64
65 const char* GetName() override;
66
65 protected: 67 protected:
66 ~MockAudioManager() override; 68 ~MockAudioManager() override;
67 69
68 private: 70 private:
69 DISALLOW_COPY_AND_ASSIGN(MockAudioManager); 71 DISALLOW_COPY_AND_ASSIGN(MockAudioManager);
70 }; 72 };
71 73
72 } // namespace media. 74 } // namespace media.
73 75
74 #endif // MEDIA_AUDIO_MOCK_AUDIO_MANAGER_H_ 76 #endif // MEDIA_AUDIO_MOCK_AUDIO_MANAGER_H_
OLDNEW
« no previous file with comments | « media/audio/mac/audio_manager_mac.cc ('k') | media/audio/mock_audio_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698