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

Unified Diff: ppapi/c/ppb_audio_config.h

Issue 7282015: Misc. changes. Mostly formatting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/c/ppb_audio_config.h
===================================================================
--- ppapi/c/ppb_audio_config.h (revision 91508)
+++ ppapi/c/ppb_audio_config.h (working copy)
@@ -106,6 +106,7 @@
* <code>PP_AUDIOSAMPLERATE_48000</code>.
* @param[in] sample_frame_count A <code>uint32_t</code> frame count returned
* from the <code>RecommendSampleFrameCount</code> function.
+ *
* @return A <code>PP_Resource</code> containing the
* <code>PPB_Audio_Config</code> if successful or a null resource if the
* sample frame count or bit rate are not supported.
@@ -133,6 +134,7 @@
* <code>PP_AUDIOSAMPLERATE_48000.</code>
* @param[in] requested_sample_frame_count A <code>uint_32t</code> requested
* frame count.
+ *
* @return A <code>uint32_t</code> containing the recommended sample frame
* count if successful.
*/
@@ -145,6 +147,7 @@
*
* @param[in] resource A <code>PP_Resource</code> containing the audio config
* resource.
+ *
* @return A <code>PP_BOOL</code> containing <code>PP_TRUE</code> if the given
* resource is an <code>AudioConfig</code> resource, otherwise
* <code>PP_FALSE</code>.
@@ -157,6 +160,7 @@
*
* @param[in] config A <code>PP_Resource</code> containing the
* <code>PPB_Audio_Config</code>.
+ *
* @return A <code>PP_AudioSampleRate</code> containing sample rate or
* <code>PP_AUDIOSAMPLERATE_NONE</code> if the resource is invalid.
*/
@@ -168,6 +172,7 @@
*
* @param[in] config A <code>PP_Resource</code> containing the audio config
* resource.
+ *
* @return A <code>uint32_t</code> containing sample frame count or
* 0 if the resource is invalid. See <code>RecommendSampleFrameCount</code>
* for more on sample frame counts.
« no previous file with comments | « ppapi/c/ppb_audio.h ('k') | ppapi/c/ppb_core.h » ('j') | ppapi/c/ppb_graphics_2d.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698