summaryrefslogtreecommitdiffstats
path: root/remoting/host/audio_capturer_mac.cc
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-141-1/+1
| | | | | | | | | | | | This is the result of running the rewrite_scoped_ptr_ctor_null tool across all files built on Mac. BUG=173286 R=tapted@chromium.org, wez@chromium.org Review URL: https://codereview.chromium.org/16844021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206406 0039d316-1c4b-4281-b951-d872f2087c98
* Implement audio capturer for chromoting host on Linux.sergeyu@chromium.org2012-09-111-0/+4
| | | | | | | | | | | | | This change adds AudioCapturerLinux which works by reading audio stream from a named pipe. The name of the pipe is passed via command line. me2me_virtual_host.py will need to configure pulseaudio to stream audio to the the same pipe , that's coming in a separate CL. BUG=145891 Review URL: https://chromiumcodereview.appspot.com/10907041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156060 0039d316-1c4b-4281-b951-d872f2087c98
* Audio capture for Windows.kxing@chromium.org2012-07-191-0/+15
Review URL: https://chromiumcodereview.appspot.com/10782034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147566 0039d316-1c4b-4281-b951-d872f2087c98