blob: eb76a0ec4466767b0a958474101fecc3fe1c1fb5 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MixVideoConfigParamsDecH264</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<link rel="home" href="index.html" title="Mi-X Video Reference Manual">
<link rel="up" href="ch01.html" title="MI-X Video API">
<link rel="prev" href="MixVideoConfigParamsDecVC1.html" title="MixVideoConfigParamsDecVC1">
<link rel="next" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="MI-X Video API">
<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
<link rel="index" href="api-index-full.html" title="API Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="MixVideoConfigParamsDecVC1.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Mi-X Video Reference Manual</th>
<td><a accesskey="n" href="MixVideoConfigParamsDecMP42.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#MixVideoConfigParamsDecH264.synopsis" class="shortcut">Top</a>
 | 
<a href="#MixVideoConfigParamsDecH264.description" class="shortcut">Description</a>
 | 
<a href="#MixVideoConfigParamsDecH264.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry" title="MixVideoConfigParamsDecH264">
<a name="MixVideoConfigParamsDecH264"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="MixVideoConfigParamsDecH264.top_of_page"></a>MixVideoConfigParamsDecH264</span></h2>
<p>MixVideoConfigParamsDecH264 — MI-X Video H.264 Decode Configuration Parameter</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="MixVideoConfigParamsDecH264.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
<a class="link" href="MixVideoConfigParamsDecH264.html#MixVideoConfigParamsDecH264-struct" title="MixVideoConfigParamsDecH264">MixVideoConfigParamsDecH264</a>;
<a class="link" href="MixVideoConfigParamsDecH264.html" title="MixVideoConfigParamsDecH264">MixVideoConfigParamsDecH264</a> * <a class="link" href="MixVideoConfigParamsDecH264.html#mix-videoconfigparamsdec-h264-new" title="mix_videoconfigparamsdec_h264_new ()">mix_videoconfigparamsdec_h264_new</a>
(void);
#define <a class="link" href="MixVideoConfigParamsDecH264.html#mix-videoconfigparamsdec-h264-unref" title="mix_videoconfigparamsdec_h264_unref()">mix_videoconfigparamsdec_h264_unref</a> (obj)
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="MixVideoConfigParamsDecH264.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
MixParams
+----<a class="link" href="MixVideoConfigParams.html" title="MixVideoConfigParams">MixVideoConfigParams</a>
+----<a class="link" href="MixVideoConfigParamsDec.html" title="MixVideoConfigParamsDec">MixVideoConfigParamsDec</a>
+----MixVideoConfigParamsDecH264
</pre>
</div>
<div class="refsect1" title="Description">
<a name="MixVideoConfigParamsDecH264.description"></a><h2>Description</h2>
<p>
MI-X video H.264 decode configuration parameter objects.</p>
</div>
<div class="refsect1" title="Details">
<a name="MixVideoConfigParamsDecH264.details"></a><h2>Details</h2>
<div class="refsect2" title="MixVideoConfigParamsDecH264">
<a name="MixVideoConfigParamsDecH264-struct"></a><h3>MixVideoConfigParamsDecH264</h3>
<pre class="programlisting">typedef struct {
MixVideoConfigParamsDec parent;
/* TODO: Add H.264 configuration paramters */
/* Reserved for future use */
void *reserved1;
/* Reserved for future use */
void *reserved2;
/* Reserved for future use */
void *reserved3;
/* Reserved for future use */
void *reserved4;
} MixVideoConfigParamsDecH264;
</pre>
<p>
MI-X VideoConfig Parameter object</p>
</div>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_h264_new ()">
<a name="mix-videoconfigparamsdec-h264-new"></a><h3>mix_videoconfigparamsdec_h264_new ()</h3>
<pre class="programlisting"><a class="link" href="MixVideoConfigParamsDecH264.html" title="MixVideoConfigParamsDecH264">MixVideoConfigParamsDecH264</a> * mix_videoconfigparamsdec_h264_new
(void);</pre>
<p>
Use this method to create new instance of <a class="link" href="MixVideoConfigParamsDecH264.html" title="MixVideoConfigParamsDecH264"><span class="type">MixVideoConfigParamsDecH264</span></a></p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>returns</code></em> :</span></p></td>
<td> A newly allocated instance of <a class="link" href="MixVideoConfigParamsDecH264.html" title="MixVideoConfigParamsDecH264"><span class="type">MixVideoConfigParamsDecH264</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_h264_unref()">
<a name="mix-videoconfigparamsdec-h264-unref"></a><h3>mix_videoconfigparamsdec_h264_unref()</h3>
<pre class="programlisting">#define mix_videoconfigparamsdec_h264_unref(obj) mix_params_unref(MIX_PARAMS(obj))
</pre>
<p>
Decrement reference count of the object.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
<td> object to unref.
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.11</div>
</body>
</html>