summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/audio_reader.h
Commit message (Collapse)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-2/+2
| | | | | | | | | | | | This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/667123002 Cr-Commit-Position: refs/heads/master@{#300472}
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-1/+1
| | | | | | | | BUG=417463 Review URL: https://codereview.chromium.org/628753002 Cr-Commit-Position: refs/heads/master@{#298734}
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-18/+6
| | | | | | | | | | | | | Now the Session interface has two methods that return channel factories - one for regular channels and one for multiplexed channels. Also refactored AudioReader and AudioWriter to inherit from ChannelDispatcherBase. BUG=137135 Review URL: https://chromiumcodereview.appspot.com/10823323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152240 0039d316-1c4b-4281-b951-d872f2087c98
* Added files for audio readers.kxing@chromium.org2012-06-151-0/+67
Review URL: https://chromiumcodereview.appspot.com/10562007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142497 0039d316-1c4b-4281-b951-d872f2087c98