blob: 07bf4e6a87cc917c64358cc353dd41814d7163f3 [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>MixVideoConfigParamsDecMP42</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="MixVideoConfigParamsDecH264.html" title="MixVideoConfigParamsDecH264">
<link rel="next" href="MixVideoConfigParamsEnc.html" title="MixVideoConfigParamsEnc">
<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="MixVideoConfigParamsDecH264.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="MixVideoConfigParamsEnc.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#MixVideoConfigParamsDecMP42.synopsis" class="shortcut">Top</a>
 | 
<a href="#MixVideoConfigParamsDecMP42.description" class="shortcut">Description</a>
 | 
<a href="#MixVideoConfigParamsDecMP42.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry" title="MixVideoConfigParamsDecMP42">
<a name="MixVideoConfigParamsDecMP42"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="MixVideoConfigParamsDecMP42.top_of_page"></a>MixVideoConfigParamsDecMP42</span></h2>
<p>MixVideoConfigParamsDecMP42 — MI-X Video MPEG 4:2 Decode Configuration Parameter</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="MixVideoConfigParamsDecMP42.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
<a class="link" href="MixVideoConfigParamsDecMP42.html#MixVideoConfigParamsDecMP42-struct" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a>;
<a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> * <a class="link" href="MixVideoConfigParamsDecMP42.html#mix-videoconfigparamsdec-mp42-new" title="mix_videoconfigparamsdec_mp42_new ()">mix_videoconfigparamsdec_mp42_new</a>
(void);
#define <a class="link" href="MixVideoConfigParamsDecMP42.html#mix-videoconfigparamsdec-mp42-unref" title="mix_videoconfigparamsdec_mp42_unref()">mix_videoconfigparamsdec_mp42_unref</a> (obj)
MIX_RESULT <a class="link" href="MixVideoConfigParamsDecMP42.html#mix-videoconfigparamsdec-mp42-set-mpegversion" title="mix_videoconfigparamsdec_mp42_set_mpegversion ()">mix_videoconfigparamsdec_mp42_set_mpegversion</a>
(<a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> *obj,
uint version);
MIX_RESULT <a class="link" href="MixVideoConfigParamsDecMP42.html#mix-videoconfigparamsdec-mp42-get-mpegversion" title="mix_videoconfigparamsdec_mp42_get_mpegversion ()">mix_videoconfigparamsdec_mp42_get_mpegversion</a>
(<a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> *obj,
uint *version);
MIX_RESULT <a class="link" href="MixVideoConfigParamsDecMP42.html#mix-videoconfigparamsdec-mp42-set-divxversion" title="mix_videoconfigparamsdec_mp42_set_divxversion ()">mix_videoconfigparamsdec_mp42_set_divxversion</a>
(<a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> *obj,
uint version);
MIX_RESULT <a class="link" href="MixVideoConfigParamsDecMP42.html#mix-videoconfigparamsdec-mp42-get-divxversion" title="mix_videoconfigparamsdec_mp42_get_divxversion ()">mix_videoconfigparamsdec_mp42_get_divxversion</a>
(<a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> *obj,
uint *version);
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="MixVideoConfigParamsDecMP42.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>
+----MixVideoConfigParamsDecMP42
</pre>
</div>
<div class="refsect1" title="Description">
<a name="MixVideoConfigParamsDecMP42.description"></a><h2>Description</h2>
<p>
MI-X video MPEG 4:2 decode configuration parameter objects.</p>
</div>
<div class="refsect1" title="Details">
<a name="MixVideoConfigParamsDecMP42.details"></a><h2>Details</h2>
<div class="refsect2" title="MixVideoConfigParamsDecMP42">
<a name="MixVideoConfigParamsDecMP42-struct"></a><h3>MixVideoConfigParamsDecMP42</h3>
<pre class="programlisting">typedef struct {
MixVideoConfigParamsDec parent;
/* MPEG version */
uint mpegversion;
/* DivX version */
uint divxversion;
/* Reserved for future use */
void *reserved1;
/* Reserved for future use */
void *reserved2;
/* Reserved for future use */
void *reserved3;
/* Reserved for future use */
void *reserved4;
} MixVideoConfigParamsDecMP42;
</pre>
<p>
MI-X VideoConfig Parameter object</p>
</div>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_mp42_new ()">
<a name="mix-videoconfigparamsdec-mp42-new"></a><h3>mix_videoconfigparamsdec_mp42_new ()</h3>
<pre class="programlisting"><a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> * mix_videoconfigparamsdec_mp42_new
(void);</pre>
<p>
Use this method to create new instance of <a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42"><span class="type">MixVideoConfigParamsDecMP42</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="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42"><span class="type">MixVideoConfigParamsDecMP42</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_mp42_unref()">
<a name="mix-videoconfigparamsdec-mp42-unref"></a><h3>mix_videoconfigparamsdec_mp42_unref()</h3>
<pre class="programlisting">#define mix_videoconfigparamsdec_mp42_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>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_mp42_set_mpegversion ()">
<a name="mix-videoconfigparamsdec-mp42-set-mpegversion"></a><h3>mix_videoconfigparamsdec_mp42_set_mpegversion ()</h3>
<pre class="programlisting">MIX_RESULT mix_videoconfigparamsdec_mp42_set_mpegversion
(<a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> *obj,
uint version);</pre>
<p>
Set MPEG version</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> <a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42"><span class="type">MixVideoConfigParamsDecMP42</span></a> object
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>version</code></em> :</span></p></td>
<td> MPEG version
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>returns</code></em> :</span></p></td>
<td> <a class="link" href="MixVideo-mixvideodef.html" title="MI-X Video Data Definitons And Common Error Code">Common Video Error Return Codes</a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_mp42_get_mpegversion ()">
<a name="mix-videoconfigparamsdec-mp42-get-mpegversion"></a><h3>mix_videoconfigparamsdec_mp42_get_mpegversion ()</h3>
<pre class="programlisting">MIX_RESULT mix_videoconfigparamsdec_mp42_get_mpegversion
(<a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> *obj,
uint *version);</pre>
<p>
Get MPEG version</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> <a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42"><span class="type">MixVideoConfigParamsDecMP42</span></a> object
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>version</code></em> :</span></p></td>
<td> MPEG version to be returned
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>returns</code></em> :</span></p></td>
<td> <a class="link" href="MixVideo-mixvideodef.html" title="MI-X Video Data Definitons And Common Error Code">Common Video Error Return Codes</a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_mp42_set_divxversion ()">
<a name="mix-videoconfigparamsdec-mp42-set-divxversion"></a><h3>mix_videoconfigparamsdec_mp42_set_divxversion ()</h3>
<pre class="programlisting">MIX_RESULT mix_videoconfigparamsdec_mp42_set_divxversion
(<a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> *obj,
uint version);</pre>
<p>
Get DivX version</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> <a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42"><span class="type">MixVideoConfigParamsDecMP42</span></a> object
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>version</code></em> :</span></p></td>
<td> DivX version to be returned
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>returns</code></em> :</span></p></td>
<td> <a class="link" href="MixVideo-mixvideodef.html" title="MI-X Video Data Definitons And Common Error Code">Common Video Error Return Codes</a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_mp42_get_divxversion ()">
<a name="mix-videoconfigparamsdec-mp42-get-divxversion"></a><h3>mix_videoconfigparamsdec_mp42_get_divxversion ()</h3>
<pre class="programlisting">MIX_RESULT mix_videoconfigparamsdec_mp42_get_divxversion
(<a class="link" href="MixVideoConfigParamsDecMP42.html" title="MixVideoConfigParamsDecMP42">MixVideoConfigParamsDecMP42</a> *obj,
uint *version);</pre>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.11</div>
</body>
</html>