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

Unified Diff: native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___audio_bitstream_buffer.html

Issue 1536883002: [NaCl SDK] Re-generate docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___audio_bitstream_buffer.html
diff --git a/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___audio_bitstream_buffer.html b/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___audio_bitstream_buffer.html
new file mode 100644
index 0000000000000000000000000000000000000000..8cdf2177105eb5ed2667be98dad1186613af78a4
--- /dev/null
+++ b/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___audio_bitstream_buffer.html
@@ -0,0 +1,52 @@
+{{+bindTo:partials.standard_nacl_api}}
+<h1>PP_AudioBitstreamBuffer Struct Reference</h1>
+<div id="doxygen-ref">
+{{- dummy div to appease doxygen -}}
+ <div>
+<!-- Generated by Doxygen 1.7.6.1 -->
+
+
+</div>
+<!--header-->
+<div class="contents">
+<!-- doxytag: class="PP_AudioBitstreamBuffer" --><h2>
+Data Fields</h2><table class="memberdecls">
+
+<tr><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___audio_bitstream_buffer.html#ab76b8c0357d850c84ff417aa1282f3da">size</a></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___audio_bitstream_buffer.html#a888a0bc135ab6e5e434927309eb5fe9a">buffer</a></td></tr>
+</table>
+<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
+<div class="textblock"><p>Struct describing an audio bitstream buffer. </p>
+</div><hr /><h2>Field Documentation</h2>
+<a class="anchor" id="a888a0bc135ab6e5e434927309eb5fe9a"></a><!-- doxytag: member="PP_AudioBitstreamBuffer::buffer" ref="a888a0bc135ab6e5e434927309eb5fe9a" args="" -->
+<div class="memitem">
+<div class="memproto">
+<table class="memname">
+<tr>
+<td class="memname">void* <a class="el" href="struct_p_p___audio_bitstream_buffer.html#a888a0bc135ab6e5e434927309eb5fe9a">PP_AudioBitstreamBuffer::buffer</a></td>
+</tr>
+</table>
+</div>
+<div class="memdoc">
+<p>The base address of the bitstream data. </p>
+</div>
+</div>
+<a class="anchor" id="ab76b8c0357d850c84ff417aa1282f3da"></a><!-- doxytag: member="PP_AudioBitstreamBuffer::size" ref="ab76b8c0357d850c84ff417aa1282f3da" args="" -->
+<div class="memitem">
+<div class="memproto">
+<table class="memname">
+<tr>
+<td class="memname">uint32_t <a class="el" href="struct_p_p___audio_bitstream_buffer.html#ab76b8c0357d850c84ff417aa1282f3da">PP_AudioBitstreamBuffer::size</a></td>
+</tr>
+</table>
+</div>
+<div class="memdoc">
+<p>The size, in bytes, of the bitstream data. </p>
+</div>
+</div>
+<hr />The documentation for this struct was generated from the following file:<ul>
+<li><a class="el" href="pp__codecs_8h.html">pp_codecs.h</a></li>
+</ul>
+</div><!-- contents -->
+</div>
+{{/partials.standard_nacl_api}}

Powered by Google App Engine
This is Rietveld 408576698