84 lines
2.4 KiB
HTML
84 lines
2.4 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<meta name="robots" content="index, follow, all" />
|
||
|
|
<title>FFMpeg\AdapterInterface | 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">Interface</div>
|
||
|
|
<h1><a href="../FFMpeg.html">FFMpeg</a>\AdapterInterface</h1>
|
||
|
|
</div>
|
||
|
|
<div class="content">
|
||
|
|
<p>interface <strong>AdapterInterface</strong></p>
|
||
|
|
|
||
|
|
<div class="description">
|
||
|
|
<p>FFMpeg Adapter interface</p>
|
||
|
|
<p></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<h2>Methods</h2>
|
||
|
|
|
||
|
|
<table>
|
||
|
|
<tr>
|
||
|
|
<td class="type">
|
||
|
|
static
|
||
|
|
</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_load">
|
||
|
|
<div class="location">at line 27</div>
|
||
|
|
<code> static public
|
||
|
|
<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></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>
|