⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 swfdec-enumerations.html

📁 Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I b
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"><title>Enumerations</title><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Swfdec Reference Manual"><link rel="up" href="ch01.html" title="Public API"><link rel="prev" href="ch01.html" title="Public API"><link rel="next" href="SwfdecPlayer.html" title="SwfdecPlayer"><meta name="generator" content="GTK-Doc V1.8 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="chapter" href="ch01.html" title="Public API"></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="ch01.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">Swfdec Reference Manual</th><td><a accesskey="n" href="SwfdecPlayer.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr><tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575365" class="shortcut">Top</a>                  &#160;|&#160;                  <a href="#id2502468" class="shortcut">Description</a></nobr></td></tr></table><div class="refentry" lang="en"><a name="swfdec-Enumerations"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><a name="id2575365"></a><span class="refentrytitle">Enumerations</span></h2><p>Enumerations &#8212; enumerations used in Swfdec</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">enum                <a href="swfdec-Enumerations.html#SwfdecLoaderDataType">SwfdecLoaderDataType</a>;const char*         <a href="swfdec-Enumerations.html#swfdec-loader-data-type-get-extension">swfdec_loader_data_type_get_extension</a>                                                        (<a href="swfdec-Enumerations.html#SwfdecLoaderDataType">SwfdecLoaderDataType</a> type);enum                <a href="swfdec-Enumerations.html#SwfdecMouseCursor">SwfdecMouseCursor</a>;</pre></div><div class="refsect1" lang="en"><a name="id2502468"></a><h2>Description</h2><p>This file lists all of the enumerations used in various parts of Swfdec.</p><p></p></div><div class="refsect1" lang="en"><a name="id2502488"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2502499"></a><h3><a name="SwfdecLoaderDataType"></a>enum SwfdecLoaderDataType</h3><a class="indexterm" name="id2502510"></a><pre class="programlisting">typedef enum {  SWFDEC_LOADER_DATA_UNKNOWN,  SWFDEC_LOADER_DATA_SWF,  SWFDEC_LOADER_DATA_FLV,  SWFDEC_LOADER_DATA_XML,  SWFDEC_LOADER_DATA_TEXT} SwfdecLoaderDataType;</pre><p>This type describes the different types of data that can be loaded inside Swfdec. Swfdec identifies its data streams and you can use the <a href="SwfdecLoader.html#swfdec-loader-get-data-type"><code class="function">swfdec_loader_get_data_type()</code></a> to acquire more information about the datainside a <a href="SwfdecLoader.html" title="SwfdecLoader"><span class="type">SwfdecLoader</span></a>.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="SWFDEC-LOADER-DATA-UNKNOWN:CAPS"></a><code class="literal">SWFDEC_LOADER_DATA_UNKNOWN</code></span></td><td> Unidentified data or data that cannot be                              identified.</td></tr><tr><td><span class="term"><a name="SWFDEC-LOADER-DATA-SWF:CAPS"></a><code class="literal">SWFDEC_LOADER_DATA_SWF</code></span></td><td> Data describing a normal Flash file.</td></tr><tr><td><span class="term"><a name="SWFDEC-LOADER-DATA-FLV:CAPS"></a><code class="literal">SWFDEC_LOADER_DATA_FLV</code></span></td><td> Data describing a Flash video stream.</td></tr><tr><td><span class="term"><a name="SWFDEC-LOADER-DATA-XML:CAPS"></a><code class="literal">SWFDEC_LOADER_DATA_XML</code></span></td><td> Data in XML format.</td></tr><tr><td><span class="term"><a name="SWFDEC-LOADER-DATA-TEXT:CAPS"></a><code class="literal">SWFDEC_LOADER_DATA_TEXT</code></span></td><td> Textual data.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2506662"></a><h3><a name="swfdec-loader-data-type-get-extension"></a>swfdec_loader_data_type_get_extension ()</h3><a class="indexterm" name="id2506673"></a><pre class="programlisting">const char*         swfdec_loader_data_type_get_extension                                                        (<a href="swfdec-Enumerations.html#SwfdecLoaderDataType">SwfdecLoaderDataType</a> type);</pre><p>Queries the extension to be used for data of the given <em class="parameter"><code>type</code></em>.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>type</code></em>&#160;:</span></td><td> a <a href="swfdec-Enumerations.html#SwfdecLoaderDataType"><span class="type">SwfdecLoaderDataType</span></a></td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td><td> the typical extension for this data type or the empty string         if the type has no extension</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2524572"></a><h3><a name="SwfdecMouseCursor"></a>enum SwfdecMouseCursor</h3><a class="indexterm" name="id2524584"></a><pre class="programlisting">typedef enum {  SWFDEC_MOUSE_CURSOR_NORMAL,  SWFDEC_MOUSE_CURSOR_NONE,  SWFDEC_MOUSE_CURSOR_TEXT,  SWFDEC_MOUSE_CURSOR_CLICK} SwfdecMouseCursor;</pre><p>This enumeration describes the possible types for the SwfdecPlayer::mouse-cursorproperty.</p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><a name="SWFDEC-MOUSE-CURSOR-NORMAL:CAPS"></a><code class="literal">SWFDEC_MOUSE_CURSOR_NORMAL</code></span></td><td> a normal mouse cursor</td></tr><tr><td><span class="term"><a name="SWFDEC-MOUSE-CURSOR-NONE:CAPS"></a><code class="literal">SWFDEC_MOUSE_CURSOR_NONE</code></span></td><td> no mouse image</td></tr><tr><td><span class="term"><a name="SWFDEC-MOUSE-CURSOR-TEXT:CAPS"></a><code class="literal">SWFDEC_MOUSE_CURSOR_TEXT</code></span></td><td> a mouse cursor suitable for text editing</td></tr><tr><td><span class="term"><a name="SWFDEC-MOUSE-CURSOR-CLICK:CAPS"></a><code class="literal">SWFDEC_MOUSE_CURSOR_CLICK</code></span></td><td> a mouse cursor for clicking a hyperlink or a                             button</td></tr></tbody></table></div></div></div></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -