PageRenderTime 64ms CodeModel.GetById 40ms RepoModel.GetById 1ms app.codeStats 0ms

/web/audiere-1.9.4-users-doxygen/structaudiere_1_1FileFormatDesc.html

https://github.com/Bananattack/audiere
HTML | 104 lines | 96 code | 7 blank | 1 comment | 0 complexity | 0a4eb7cfcf1fcf1167c285abdf121473 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
  3. <title>audiere: audiere::FileFormatDesc Struct Reference</title>
  4. <link href="doxygen.css" rel="stylesheet" type="text/css">
  5. <link href="tabs.css" rel="stylesheet" type="text/css">
  6. </head><body>
  7. <!-- Generated by Doxygen 1.4.6 -->
  8. <div class="tabs">
  9. <ul>
  10. <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
  11. <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  12. <li id="current"><a href="classes.html"><span>Classes</span></a></li>
  13. <li><a href="files.html"><span>Files</span></a></li>
  14. <li><a href="dirs.html"><span>Directories</span></a></li>
  15. </ul></div>
  16. <div class="tabs">
  17. <ul>
  18. <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
  19. <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
  20. <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
  21. <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  22. </ul></div>
  23. <div class="nav">
  24. <a class="el" href="namespaceaudiere.html">audiere</a>::<a class="el" href="structaudiere_1_1FileFormatDesc.html">FileFormatDesc</a></div>
  25. <h1>audiere::FileFormatDesc Struct Reference</h1><!-- doxytag: class="audiere::FileFormatDesc" -->Describes a file format that Audiere supports.
  26. <a href="#_details">More...</a>
  27. <p>
  28. <code>#include &lt;<a class="el" href="audiere_8h-source.html">audiere.h</a>&gt;</code>
  29. <p>
  30. <a href="structaudiere_1_1FileFormatDesc-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
  31. <tr><td></td></tr>
  32. <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
  33. <tr><td class="memItemLeft" nowrap align="right" valign="top">std::string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structaudiere_1_1FileFormatDesc.html#a1eb1a4459d88c72c589eee8c4753c90">description</a></td></tr>
  34. <tr><td class="memItemLeft" nowrap align="right" valign="top">std::vector&lt; std::string &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structaudiere_1_1FileFormatDesc.html#636cb5fcc87e299f503d8e497f8d8003">extensions</a></td></tr>
  35. </table>
  36. <hr><a name="_details"></a><h2>Detailed Description</h2>
  37. Describes a file format that Audiere supports.
  38. <p>
  39. <p>
  40. Definition at line <a class="el" href="audiere_8h-source.html#l01161">1161</a> of file <a class="el" href="audiere_8h-source.html">audiere.h</a>.<hr><h2>Member Data Documentation</h2>
  41. <a class="anchor" name="a1eb1a4459d88c72c589eee8c4753c90"></a><!-- doxytag: member="audiere::FileFormatDesc::description" ref="a1eb1a4459d88c72c589eee8c4753c90" args="" --><p>
  42. <table class="mdTable" cellpadding="2" cellspacing="0">
  43. <tr>
  44. <td class="mdRow">
  45. <table cellpadding="0" cellspacing="0" border="0">
  46. <tr>
  47. <td class="md" nowrap valign="top">std::string <a class="el" href="structaudiere_1_1FileFormatDesc.html#a1eb1a4459d88c72c589eee8c4753c90">audiere::FileFormatDesc::description</a> </td>
  48. </tr>
  49. </table>
  50. </td>
  51. </tr>
  52. </table>
  53. <table cellspacing="5" cellpadding="0" border="0">
  54. <tr>
  55. <td>
  56. &nbsp;
  57. </td>
  58. <td>
  59. <p>
  60. Short description of format, such as "MP3 Files" or "Mod Files".
  61. <p>
  62. <p>
  63. Definition at line <a class="el" href="audiere_8h-source.html#l01163">1163</a> of file <a class="el" href="audiere_8h-source.html">audiere.h</a>. </td>
  64. </tr>
  65. </table>
  66. <a class="anchor" name="636cb5fcc87e299f503d8e497f8d8003"></a><!-- doxytag: member="audiere::FileFormatDesc::extensions" ref="636cb5fcc87e299f503d8e497f8d8003" args="" --><p>
  67. <table class="mdTable" cellpadding="2" cellspacing="0">
  68. <tr>
  69. <td class="mdRow">
  70. <table cellpadding="0" cellspacing="0" border="0">
  71. <tr>
  72. <td class="md" nowrap valign="top">std::vector&lt;std::string&gt; <a class="el" href="structaudiere_1_1FileFormatDesc.html#636cb5fcc87e299f503d8e497f8d8003">audiere::FileFormatDesc::extensions</a> </td>
  73. </tr>
  74. </table>
  75. </td>
  76. </tr>
  77. </table>
  78. <table cellspacing="5" cellpadding="0" border="0">
  79. <tr>
  80. <td>
  81. &nbsp;
  82. </td>
  83. <td>
  84. <p>
  85. List of support extensions, such as {"mod", "it", "xm"}.
  86. <p>
  87. <p>
  88. Definition at line <a class="el" href="audiere_8h-source.html#l01166">1166</a> of file <a class="el" href="audiere_8h-source.html">audiere.h</a>. </td>
  89. </tr>
  90. </table>
  91. <hr>The documentation for this struct was generated from the following file:<ul>
  92. <li><a class="el" href="audiere_8h-source.html">audiere.h</a></ul>
  93. <hr size="1"><address style="align: right;"><small>Generated on Mon Feb 13 23:07:27 2006 for audiere by&nbsp;
  94. <a href="http://www.doxygen.org/index.html">
  95. <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
  96. </body>
  97. </html>