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

Side by Side Diff: media/audio/linux/pulse_output.h

Issue 8590045: Revert 110584 - Make pulseaudio available for all posix platforms and add support on OpenBSD. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « media/audio/linux/audio_manager_linux.cc ('k') | media/audio/linux/pulse_output.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 // Creates an audio output stream based on the PulseAudio asynchronous API. 5 // Creates an audio output stream based on the PulseAudio asynchronous API.
6 // 6 //
7 // If the stream is successfully opened, Close() must be called before the 7 // If the stream is successfully opened, Close() must be called before the
8 // stream is deleted as Close() is responsible for ensuring resource cleanup 8 // stream is deleted as Close() is responsible for ensuring resource cleanup
9 // occurs. 9 // occurs.
10 // 10 //
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 // bound by its lifetime. 122 // bound by its lifetime.
123 base::WeakPtrFactory<PulseAudioOutputStream> weak_factory_; 123 base::WeakPtrFactory<PulseAudioOutputStream> weak_factory_;
124 124
125 // Callback to audio data source. 125 // Callback to audio data source.
126 AudioSourceCallback* source_callback_; 126 AudioSourceCallback* source_callback_;
127 127
128 DISALLOW_COPY_AND_ASSIGN(PulseAudioOutputStream); 128 DISALLOW_COPY_AND_ASSIGN(PulseAudioOutputStream);
129 }; 129 };
130 130
131 #endif // MEDIA_AUDIO_LINUX_PULSE_OUTPUT_H_ 131 #endif // MEDIA_AUDIO_LINUX_PULSE_OUTPUT_H_
OLDNEW
« no previous file with comments | « media/audio/linux/audio_manager_linux.cc ('k') | media/audio/linux/pulse_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698