blob: 54ea6d961af960997ade8bacdf921e3c85a44ec9 [file] [log] [blame]
{{+bindTo:partials.standard_nacl_api}}
<h1>PP_VideoProfileDescription 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_VideoProfileDescription" --><h2>
Data Fields</h2><table class="memberdecls">
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4d50d27186f68b2de578e82162206fea">PP_VideoProfile</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___video_profile_description.html#aa4cf8bf248f49de606d5bda97c5b4ae1">profile</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="struct_p_p___size.html">PP_Size</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___video_profile_description.html#aa53694c107dc67256986b95e62ca13a2">max_resolution</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___video_profile_description.html#a21f8d2e8f5b995afb27edd43667f3eed">max_framerate_numerator</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___video_profile_description.html#aa4b5113713acbb32d92145ac9f3a925f">max_framerate_denominator</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___video_profile_description.html#a10da7a8d059171fcf5bd907a6d9c0e60">hardware_accelerated</a></td></tr>
</table>
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Supported video profile information. </p>
<p>See the PPB_VideoEncoder function GetSupportedProfiles() for more details. </p>
</div><hr /><h2>Field Documentation</h2>
<a class="anchor" id="a10da7a8d059171fcf5bd907a6d9c0e60"></a><!-- doxytag: member="PP_VideoProfileDescription::hardware_accelerated" ref="a10da7a8d059171fcf5bd907a6d9c0e60" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a> <a class="el" href="struct_p_p___video_profile_description.html#a10da7a8d059171fcf5bd907a6d9c0e60">PP_VideoProfileDescription::hardware_accelerated</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Whether the profile is hardware accelerated. </p>
</div>
</div>
<a class="anchor" id="aa4b5113713acbb32d92145ac9f3a925f"></a><!-- doxytag: member="PP_VideoProfileDescription::max_framerate_denominator" ref="aa4b5113713acbb32d92145ac9f3a925f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32_t <a class="el" href="struct_p_p___video_profile_description.html#aa4b5113713acbb32d92145ac9f3a925f">PP_VideoProfileDescription::max_framerate_denominator</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The denominator of the maximum frame rate. </p>
</div>
</div>
<a class="anchor" id="a21f8d2e8f5b995afb27edd43667f3eed"></a><!-- doxytag: member="PP_VideoProfileDescription::max_framerate_numerator" ref="a21f8d2e8f5b995afb27edd43667f3eed" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32_t <a class="el" href="struct_p_p___video_profile_description.html#a21f8d2e8f5b995afb27edd43667f3eed">PP_VideoProfileDescription::max_framerate_numerator</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The numerator of the maximum frame rate. </p>
</div>
</div>
<a class="anchor" id="aa53694c107dc67256986b95e62ca13a2"></a><!-- doxytag: member="PP_VideoProfileDescription::max_resolution" ref="aa53694c107dc67256986b95e62ca13a2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="struct_p_p___size.html">PP_Size</a> <a class="el" href="struct_p_p___video_profile_description.html#aa53694c107dc67256986b95e62ca13a2">PP_VideoProfileDescription::max_resolution</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Dimensions of the maximum resolution of video frames, in pixels. </p>
</div>
</div>
<a class="anchor" id="aa4cf8bf248f49de606d5bda97c5b4ae1"></a><!-- doxytag: member="PP_VideoProfileDescription::profile" ref="aa4cf8bf248f49de606d5bda97c5b4ae1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group___enums.html#ga4d50d27186f68b2de578e82162206fea">PP_VideoProfile</a> <a class="el" href="struct_p_p___video_profile_description.html#aa4cf8bf248f49de606d5bda97c5b4ae1">PP_VideoProfileDescription::profile</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The codec profile. </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}}