Move API folder
This commit is contained in:
parent
cee2e1892e
commit
e59f411c88
63 changed files with 9236 additions and 2 deletions
158
docs/API/FFMpeg/Binary.html
Normal file
158
docs/API/FFMpeg/Binary.html
Normal file
|
|
@ -0,0 +1,158 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="robots" content="index, follow, all" />
|
||||
<title>FFMpeg\Binary | PHP FFMpeg API</title>
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css">
|
||||
</head>
|
||||
<body id="class">
|
||||
<div class="header">
|
||||
<ul>
|
||||
<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="../doc-index.html">Index</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div id="title">PHP FFMpeg API</div>
|
||||
|
||||
<div class="type">Class</div>
|
||||
<h1><a href="../FFMpeg.html">FFMpeg</a>\Binary</h1>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>abstract class <strong>Binary</strong> implements
|
||||
<a href="../FFMpeg/AdapterInterface.html"><abbr title="FFMpeg\AdapterInterface">AdapterInterface</abbr></a></p>
|
||||
|
||||
<div class="description">
|
||||
<p>Binary abstract class</p>
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h2>Methods</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method___construct">__construct</a>(<abbr title="FFMpeg\type">type</abbr> $binary, <abbr title="Monolog\Logger">Logger</abbr> $logger)
|
||||
<p>Binary constructor</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method___destruct">__destruct</a>()
|
||||
<p>Destructor</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
static <a href="../FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a>
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_load">load</a>(<abbr title="Monolog\Logger">Logger</abbr> $logger)
|
||||
<p>Loads the adapter</p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Details</h2>
|
||||
|
||||
<h3 id="method___construct">
|
||||
<div class="location">at line 39</div>
|
||||
<code> public
|
||||
<strong>__construct</strong>(<abbr title="FFMpeg\type">type</abbr> $binary, <abbr title="Monolog\Logger">Logger</abbr> $logger)</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>Binary constructor</p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
<h4>Parameters</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><abbr title="FFMpeg\type">type</abbr></td>
|
||||
<td>$binary</td>
|
||||
<td>The path file to the binary</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><abbr title="Monolog\Logger">Logger</abbr></td>
|
||||
<td>$logger</td>
|
||||
<td>A logger</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method___destruct">
|
||||
<div class="location">at line 48</div>
|
||||
<code> public
|
||||
<strong>__destruct</strong>()</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>Destructor</p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_load">
|
||||
<div class="location">at line 61</div>
|
||||
<code> static public <a href="../FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a>
|
||||
<strong>load</strong>(<abbr title="Monolog\Logger">Logger</abbr> $logger)</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p>Loads the adapter</p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
<h4>Parameters</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><abbr title="Monolog\Logger">Logger</abbr></td>
|
||||
<td>$logger</td>
|
||||
<td>A logger</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h4>Return Value</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="../FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a></td>
|
||||
<td>The binary</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>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue