Update API doc
This commit is contained in:
parent
d61a491f13
commit
8423c26356
160 changed files with 10743 additions and 7930 deletions
|
|
@ -12,6 +12,7 @@
|
|||
<li><a href="../../classes.html">Classes</a></li>
|
||||
<li><a href="../../namespaces.html">Namespaces</a></li>
|
||||
<li><a href="../../interfaces.html">Interfaces</a></li>
|
||||
<li><a href="../../traits.html">Traits</a></li>
|
||||
<li><a href="../../doc-index.html">Index</a></li>
|
||||
|
||||
</ul>
|
||||
|
|
@ -22,11 +23,93 @@
|
|||
<h1><a href="../../FFMpeg/Format.html">FFMpeg\Format</a>\FormatInterface</h1>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>interface <strong>FormatInterface</strong></p>
|
||||
<p> interface
|
||||
<strong>FormatInterface</strong></p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Methods</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td class="type">
|
||||
string
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_getPasses">getPasses</a>()
|
||||
<p>Returns the number of passes.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
<abbr title="FFMpeg\Format\array()">array()</abbr>
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_getExtraParams">getExtraParams</a>()
|
||||
<p>Returns an array of extra parameters to add to ffmpeg commandline.</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Details</h2>
|
||||
|
||||
<h3 id="method_getPasses">
|
||||
<div class="location">at line 20</div>
|
||||
<code> public string
|
||||
<strong>getPasses</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>Returns the number of passes.</p>
|
||||
<p>
|
||||
</p>
|
||||
<div class="tags">
|
||||
|
||||
<h4>Return Value</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>string</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_getExtraParams">
|
||||
<div class="location">at line 27</div>
|
||||
<code> public <abbr title="FFMpeg\Format\array()">array()</abbr>
|
||||
<strong>getExtraParams</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>Returns an array of extra parameters to add to ffmpeg commandline.</p>
|
||||
<p>
|
||||
</p>
|
||||
<div class="tags">
|
||||
|
||||
<h4>Return Value</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><abbr title="FFMpeg\Format\array()">array()</abbr></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue