blob: aec7d2845c815bba2b14e9b5a15f77739b41bff2 [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>MixVideoConfigParamsDecVC1</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="MixVideoConfigParamsDec.html" title="MixVideoConfigParamsDec">
<link rel="next" href="MixVideoConfigParamsDecH264.html" title="MixVideoConfigParamsDecH264">
<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="MixVideoConfigParamsDec.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="MixVideoConfigParamsDecH264.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#MixVideoConfigParamsDecVC1.synopsis" class="shortcut">Top</a>
 | 
<a href="#MixVideoConfigParamsDecVC1.description" class="shortcut">Description</a>
 | 
<a href="#MixVideoConfigParamsDecVC1.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry" title="MixVideoConfigParamsDecVC1">
<a name="MixVideoConfigParamsDecVC1"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="MixVideoConfigParamsDecVC1.top_of_page"></a>MixVideoConfigParamsDecVC1</span></h2>
<p>MixVideoConfigParamsDecVC1 — MI-X Video VC-1 Decode Configuration Parameter</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="MixVideoConfigParamsDecVC1.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
<a class="link" href="MixVideoConfigParamsDecVC1.html#MixVideoConfigParamsDecVC1-struct" title="MixVideoConfigParamsDecVC1">MixVideoConfigParamsDecVC1</a>;
<a class="link" href="MixVideoConfigParamsDecVC1.html" title="MixVideoConfigParamsDecVC1">MixVideoConfigParamsDecVC1</a> * <a class="link" href="MixVideoConfigParamsDecVC1.html#mix-videoconfigparamsdec-vc1-new" title="mix_videoconfigparamsdec_vc1_new ()">mix_videoconfigparamsdec_vc1_new</a>
(void);
#define <a class="link" href="MixVideoConfigParamsDecVC1.html#mix-videoconfigparamsdec-vc1-unref" title="mix_videoconfigparamsdec_vc1_unref()">mix_videoconfigparamsdec_vc1_unref</a> (obj)
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="MixVideoConfigParamsDecVC1.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>
+----MixVideoConfigParamsDecVC1
</pre>
</div>
<div class="refsect1" title="Description">
<a name="MixVideoConfigParamsDecVC1.description"></a><h2>Description</h2>
<p>
MI-X video VC-1 decode configuration parameter objects.</p>
</div>
<div class="refsect1" title="Details">
<a name="MixVideoConfigParamsDecVC1.details"></a><h2>Details</h2>
<div class="refsect2" title="MixVideoConfigParamsDecVC1">
<a name="MixVideoConfigParamsDecVC1-struct"></a><h3>MixVideoConfigParamsDecVC1</h3>
<pre class="programlisting">typedef struct {
MixVideoConfigParamsDec parent;
/* TODO: Add VC1 configuration paramters */
/* TODO: wmv_version and fourcc type might be changed later */
/* WMV version */
uint wmv_version;
/* FourCC code */
uint fourcc;
/* Reserved for future use */
void *reserved1;
/* Reserved for future use */
void *reserved2;
/* Reserved for future use */
void *reserved3;
/* Reserved for future use */
void *reserved4;
} MixVideoConfigParamsDecVC1;
</pre>
<p>
MI-X VideoConfig Parameter object</p>
</div>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_vc1_new ()">
<a name="mix-videoconfigparamsdec-vc1-new"></a><h3>mix_videoconfigparamsdec_vc1_new ()</h3>
<pre class="programlisting"><a class="link" href="MixVideoConfigParamsDecVC1.html" title="MixVideoConfigParamsDecVC1">MixVideoConfigParamsDecVC1</a> * mix_videoconfigparamsdec_vc1_new
(void);</pre>
<p>
Use this method to create new instance of <a class="link" href="MixVideoConfigParamsDecVC1.html" title="MixVideoConfigParamsDecVC1"><span class="type">MixVideoConfigParamsDecVC1</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="MixVideoConfigParamsDecVC1.html" title="MixVideoConfigParamsDecVC1"><span class="type">MixVideoConfigParamsDecVC1</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="mix_videoconfigparamsdec_vc1_unref()">
<a name="mix-videoconfigparamsdec-vc1-unref"></a><h3>mix_videoconfigparamsdec_vc1_unref()</h3>
<pre class="programlisting">#define mix_videoconfigparamsdec_vc1_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>