summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/audio_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all @code to <code> and @endcode to </code> as per dmichael. Adding ↵jond@google.com2011-08-301-3/+4
| | | | | | | | Polina to the review to look at url_loader.h and give approval of text that points to example. Review URL: http://codereview.chromium.org/7715005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98856 0039d316-1c4b-4281-b951-d872f2087c98
* Formatting changes. jond@google.com2011-07-061-29/+37
| | | | | | Review URL: http://codereview.chromium.org/7307014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91595 0039d316-1c4b-4281-b951-d872f2087c98
* Remove incorrect comments from the audio config headers.elijahtaylor@google.com2011-06-131-3/+1
| | | | | | | | | | Currently RecommendSampleFrameCount just clamps the value passed in, so passing in 0 returns the min frame count (64) instead of an actual value recommended by the system. As a note, if/when this behavior changes we'll also need to update the NaCl audio walkthrough doc which details the current behavior. BUG=none TEST=none Review URL: http://codereview.chromium.org/7046115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88873 0039d316-1c4b-4281-b951-d872f2087c98
* New documentation for audio.h and audio_config.hjond@google.com2011-06-071-22/+75
| | | | | | Review URL: http://codereview.chromium.org/6993025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88186 0039d316-1c4b-4281-b951-d872f2087c98
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-151-0/+61
for this CL, also keep the old dev interface around temporarily, to avoid tree breakage. Add sample_rate to RecommendSampleFrameCount() to the non-dev audio interface. Currently ignored, but useful information to use when we need to refine RecommendSampleFrameCount() Review URL: http://codereview.chromium.org/6279003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71527 0039d316-1c4b-4281-b951-d872f2087c98