Update API documentation

This commit is contained in:
Romain Neutron 2012-09-03 14:56:52 +02:00
commit 52cd1bc8d8
14 changed files with 168 additions and 37 deletions

View file

@ -30,6 +30,10 @@
<tr> <tr>
<td><a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></td> <td><a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></td>
<td class="last">FFMpeg driver</td> <td class="last">FFMpeg driver</td>
</tr>
<tr>
<td><a href="FFMpeg/FFMpegServiceProvider.html"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr></a></td>
<td class="last"></td>
</tr> </tr>
<tr> <tr>
<td><a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> <td><a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td>

View file

@ -101,7 +101,7 @@
</div> </div>
<h3 id="method___destruct"> <h3 id="method___destruct">
<div class="location">at line 48</div> <div class="location">at line 52</div>
<code> public <code> public
<strong>__destruct</strong>()</code> <strong>__destruct</strong>()</code>
</h3> </h3>
@ -116,7 +116,7 @@
</div> </div>
<h3 id="method_load"> <h3 id="method_load">
<div class="location">at line 61</div> <div class="location">at line 65</div>
<code> static public <a href="../FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a> <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> <strong>load</strong>(<abbr title="Monolog\Logger">Logger</abbr> $logger)</code>
</h3> </h3>

View file

@ -185,7 +185,7 @@
</div> </div>
<h3 id="method_load"> <h3 id="method_load">
<div class="location">in <a href="../FFMpeg/Binary.html#method_load"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 61</div> <div class="location">in <a href="../FFMpeg/Binary.html#method_load"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 65</div>
<code> static public <a href="../FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a> <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> <strong>load</strong>(<abbr title="Monolog\Logger">Logger</abbr> $logger)</code>
</h3> </h3>

View file

@ -0,0 +1,115 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\FFMpegServiceProvider | 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>\FFMpegServiceProvider</h1>
</div>
<div class="content">
<p>class <strong>FFMpegServiceProvider</strong> implements
<abbr title="Silex\ServiceProviderInterface">ServiceProviderInterface</abbr></p>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_register">register</a>(<abbr title="Silex\Application">Application</abbr> $app)
<p></p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_boot">boot</a>(<abbr title="Silex\Application">Application</abbr> $app)
<p></p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method_register">
<div class="location">at line 15</div>
<code> public
<strong>register</strong>(<abbr title="Silex\Application">Application</abbr> $app)</code>
</h3>
<div class="details">
<p></p>
<p></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Silex\Application">Application</abbr></td>
<td>$app</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_boot">
<div class="location">at line 43</div>
<code> public
<strong>boot</strong>(<abbr title="Silex\Application">Application</abbr> $app)</code>
</h3>
<div class="details">
<p></p>
<p></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Silex\Application">Application</abbr></td>
<td>$app</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>

View file

@ -120,7 +120,7 @@
</div> </div>
<h3 id="method___destruct"> <h3 id="method___destruct">
<div class="location">in <a href="../FFMpeg/Binary.html#method___destruct"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 48</div> <div class="location">in <a href="../FFMpeg/Binary.html#method___destruct"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 52</div>
<code> public <code> public
<strong>__destruct</strong>()</code> <strong>__destruct</strong>()</code>
</h3> </h3>
@ -135,7 +135,7 @@
</div> </div>
<h3 id="method_load"> <h3 id="method_load">
<div class="location">in <a href="../FFMpeg/Binary.html#method_load"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 61</div> <div class="location">in <a href="../FFMpeg/Binary.html#method_load"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 65</div>
<code> static public <a href="../FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a> <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> <strong>load</strong>(<abbr title="Monolog\Logger">Logger</abbr> $logger)</code>
</h3> </h3>

View file

@ -1,7 +1,7 @@
<?php <?php
/* pages/class.twig */ /* pages/class.twig */
class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template class __TwigTemplate_b4bfd36af4142394bd8383e6935b2add extends Twig_Template
{ {
public function __construct(Twig_Environment $env) public function __construct(Twig_Environment $env)
{ {
@ -35,7 +35,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
protected function doDisplay(array $context, array $blocks = array()) protected function doDisplay(array $context, array $blocks = array())
{ {
// line 3 // line 3
$context["__internal_4a18ed7812db88f182565e01bc39b38f_1"] = $this->env->loadTemplate("macros.twig"); $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"] = $this->env->loadTemplate("macros.twig");
$this->getParent($context)->display($context, array_merge($this->blocks, $blocks)); $this->getParent($context)->display($context, array_merge($this->blocks, $blocks));
} }
@ -66,7 +66,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
echo "</div> echo "</div>
<h1>"; <h1>";
// line 11 // line 11
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->getnamespace_link($this->getAttribute($this->getContext($context, "class"), "namespace")); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->getnamespace_link($this->getAttribute($this->getContext($context, "class"), "namespace"));
if ($this->getAttribute($this->getContext($context, "class"), "namespace")) { if ($this->getAttribute($this->getContext($context, "class"), "namespace")) {
echo "\\"; echo "\\";
} }
@ -171,7 +171,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
if ($this->getAttribute($this->getContext($context, "class"), "parent")) { if ($this->getAttribute($this->getContext($context, "class"), "parent")) {
// line 52 // line 52
echo " extends "; echo " extends ";
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->getclass_link($this->getAttribute($this->getContext($context, "class"), "parent")); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->getclass_link($this->getAttribute($this->getContext($context, "class"), "parent"));
} }
// line 54 // line 54
if ((twig_length_filter($this->env, $this->getAttribute($this->getContext($context, "class"), "interfaces")) > 0)) { if ((twig_length_filter($this->env, $this->getAttribute($this->getContext($context, "class"), "interfaces")) > 0)) {
@ -196,7 +196,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
} }
foreach ($context['_seq'] as $context["_key"] => $context["interface"]) { foreach ($context['_seq'] as $context["_key"] => $context["interface"]) {
// line 57 // line 57
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->getclass_link($this->getContext($context, "interface")); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->getclass_link($this->getContext($context, "interface"));
// line 58 // line 58
if ((!$this->getAttribute($this->getContext($context, "loop"), "last"))) { if ((!$this->getAttribute($this->getContext($context, "loop"), "last"))) {
echo ", "; echo ", ";
@ -250,7 +250,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
} }
// line 70 // line 70
echo " "; echo " ";
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->gethint_link($this->getAttribute($this->getContext($context, "method"), "hint")); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->gethint_link($this->getAttribute($this->getContext($context, "method"), "hint"));
echo " echo "
<strong>"; <strong>";
// line 71 // line 71
@ -263,9 +263,9 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
public function block_method_parameters_signature($context, array $blocks = array()) public function block_method_parameters_signature($context, array $blocks = array())
{ {
// line 75 // line 75
$context["__internal_4a18ed7812db88f182565e01bc39b38f_2"] = $this->env->loadTemplate("macros.twig"); $context["__internal_e0d81bb7d73da72925e87a640e625bc543b0caa1"] = $this->env->loadTemplate("macros.twig");
// line 76 // line 76
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_2"]->getmethod_parameters_signature($this->getContext($context, "method")); echo $context["__internal_e0d81bb7d73da72925e87a640e625bc543b0caa1"]->getmethod_parameters_signature($this->getContext($context, "method"));
} }
// line 79 // line 79
@ -283,7 +283,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
<td>"; <td>";
// line 83 // line 83
if ($this->getAttribute($this->getContext($context, "parameter"), "hint")) { if ($this->getAttribute($this->getContext($context, "parameter"), "hint")) {
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->gethint_link($this->getAttribute($this->getContext($context, "parameter"), "hint")); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->gethint_link($this->getAttribute($this->getContext($context, "parameter"), "hint"));
} }
echo "</td> echo "</td>
<td>\$"; <td>\$";
@ -313,7 +313,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
<tr> <tr>
<td>"; <td>";
// line 94 // line 94
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->gethint_link($this->getAttribute($this->getContext($context, "method"), "hint")); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->gethint_link($this->getAttribute($this->getContext($context, "method"), "hint"));
echo "</td> echo "</td>
<td>"; <td>";
// line 95 // line 95
@ -338,7 +338,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
echo " <tr> echo " <tr>
<td>"; <td>";
// line 104 // line 104
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->getclass_link($this->getAttribute($this->getContext($context, "exception"), 0, array(), "array")); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->getclass_link($this->getAttribute($this->getContext($context, "exception"), 0, array(), "array"));
echo "</td> echo "</td>
<td>"; <td>";
// line 105 // line 105
@ -451,7 +451,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
} }
// line 143 // line 143
echo " "; echo " ";
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->gethint_link($this->getAttribute($this->getContext($context, "property"), "hint")); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->gethint_link($this->getAttribute($this->getContext($context, "property"), "hint"));
echo " echo "
</td> </td>
<td>\$"; <td>\$";
@ -504,7 +504,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
if ($this->getAttribute($this->getContext($context, "method"), "static")) { if ($this->getAttribute($this->getContext($context, "method"), "static")) {
echo "static&nbsp;"; echo "static&nbsp;";
} }
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->gethint_link($this->getAttribute($this->getContext($context, "method"), "hint")); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->gethint_link($this->getAttribute($this->getContext($context, "method"), "hint"));
echo " echo "
</td> </td>
<td class=\"last\"> <td class=\"last\">
@ -526,7 +526,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
if (($this->getAttribute($this->getContext($context, "method"), "class") != $this->getContext($context, "class"))) { if (($this->getAttribute($this->getContext($context, "method"), "class") != $this->getContext($context, "class"))) {
// line 165 // line 165
echo "<small>from&nbsp;"; echo "<small>from&nbsp;";
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->getmethod_link($this->getContext($context, "method"), array(), false, true); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->getmethod_link($this->getContext($context, "method"), array(), false, true);
echo "</small>"; echo "</small>";
} }
// line 167 // line 167
@ -601,7 +601,7 @@ class __TwigTemplate_4a18ed7812db88f182565e01bc39b38f extends Twig_Template
// line 181 // line 181
if (($this->getAttribute($this->getContext($context, "method"), "class") != $this->getContext($context, "class"))) { if (($this->getAttribute($this->getContext($context, "method"), "class") != $this->getContext($context, "class"))) {
echo "in "; echo "in ";
echo $context["__internal_4a18ed7812db88f182565e01bc39b38f_1"]->getmethod_link($this->getContext($context, "method"), array(), false, true); echo $context["__internal_135fc768e5283a055c31f2967bd10ac1026bdd85"]->getmethod_link($this->getContext($context, "method"), array(), false, true);
echo " "; echo " ";
} }
echo "at line "; echo "at line ";

View file

@ -1,7 +1,7 @@
<?php <?php
/* tree.twig */ /* tree.twig */
class __TwigTemplate_c1afa775bb7083f4c61199158c9a0760 extends Twig_Template class __TwigTemplate_b5022f49215e60b15b9043a5863e841a extends Twig_Template
{ {
public function __construct(Twig_Environment $env) public function __construct(Twig_Environment $env)
{ {
@ -17,7 +17,7 @@ class __TwigTemplate_c1afa775bb7083f4c61199158c9a0760 extends Twig_Template
{ {
// line 1 // line 1
echo "var tree = "; echo "var tree = ";
echo twig_escape_filter($this->env, $this->getAttribute($this, "element", array(0 => $this->getContext($context, "tree")), "method"), "html", null, true); echo $this->getAttribute($this, "element", array(0 => $this->getContext($context, "tree")), "method");
echo " echo "
"; ";

View file

@ -1,7 +1,7 @@
<?php <?php
/* namespace.twig */ /* namespace.twig */
class __TwigTemplate_a3dac4b98c2dde091af177026132a67a extends Twig_Template class __TwigTemplate_c0fb1aefe71f983057b0b726879f8ad9 extends Twig_Template
{ {
public function __construct(Twig_Environment $env) public function __construct(Twig_Environment $env)
{ {
@ -25,7 +25,7 @@ class __TwigTemplate_a3dac4b98c2dde091af177026132a67a extends Twig_Template
protected function doDisplay(array $context, array $blocks = array()) protected function doDisplay(array $context, array $blocks = array())
{ {
// line 3 // line 3
$context["__internal_a3dac4b98c2dde091af177026132a67a_1"] = $this->env->loadTemplate("macros.twig"); $context["__internal_ff2b118394f3774090df3e995c66bf1aabb901bc"] = $this->env->loadTemplate("macros.twig");
$this->parent->display($context, array_merge($this->blocks, $blocks)); $this->parent->display($context, array_merge($this->blocks, $blocks));
} }
@ -72,7 +72,7 @@ class __TwigTemplate_a3dac4b98c2dde091af177026132a67a extends Twig_Template
{ {
// line 21 // line 21
echo " <h1>"; echo " <h1>";
echo $context["__internal_a3dac4b98c2dde091af177026132a67a_1"]->getnamespace_link($this->getContext($context, "namespace"), array("target" => "main")); echo $context["__internal_ff2b118394f3774090df3e995c66bf1aabb901bc"]->getnamespace_link($this->getContext($context, "namespace"), array("target" => "main"));
echo "</h1> echo "</h1>
"; ";
@ -87,7 +87,7 @@ class __TwigTemplate_a3dac4b98c2dde091af177026132a67a extends Twig_Template
foreach ($context['_seq'] as $context["_key"] => $context["class"]) { foreach ($context['_seq'] as $context["_key"] => $context["class"]) {
// line 26 // line 26
echo " <li>"; echo " <li>";
echo $context["__internal_a3dac4b98c2dde091af177026132a67a_1"]->getclass_link($this->getContext($context, "class"), array("target" => "main")); echo $context["__internal_ff2b118394f3774090df3e995c66bf1aabb901bc"]->getclass_link($this->getContext($context, "class"), array("target" => "main"));
echo "</li> echo "</li>
"; ";
} }
@ -113,7 +113,7 @@ class __TwigTemplate_a3dac4b98c2dde091af177026132a67a extends Twig_Template
foreach ($context['_seq'] as $context["_key"] => $context["class"]) { foreach ($context['_seq'] as $context["_key"] => $context["class"]) {
// line 35 // line 35
echo " <li>"; echo " <li>";
echo $context["__internal_a3dac4b98c2dde091af177026132a67a_1"]->getclass_link($this->getContext($context, "class"), array("target" => "main")); echo $context["__internal_ff2b118394f3774090df3e995c66bf1aabb901bc"]->getclass_link($this->getContext($context, "class"), array("target" => "main"));
echo "</li> echo "</li>
"; ";
} }
@ -139,7 +139,7 @@ class __TwigTemplate_a3dac4b98c2dde091af177026132a67a extends Twig_Template
foreach ($context['_seq'] as $context["_key"] => $context["class"]) { foreach ($context['_seq'] as $context["_key"] => $context["class"]) {
// line 44 // line 44
echo " <li>"; echo " <li>";
echo $context["__internal_a3dac4b98c2dde091af177026132a67a_1"]->getclass_link($this->getContext($context, "class"), array("target" => "main")); echo $context["__internal_ff2b118394f3774090df3e995c66bf1aabb901bc"]->getclass_link($this->getContext($context, "class"), array("target" => "main"));
echo "</li> echo "</li>
"; ";
} }

View file

@ -1,7 +1,7 @@
<?php <?php
/* pages/namespace.twig */ /* pages/namespace.twig */
class __TwigTemplate_f84d6231490fc53718fc429c4e715f9c extends Twig_Template class __TwigTemplate_e9562e21b2193ee048505a9f07edfd06 extends Twig_Template
{ {
public function __construct(Twig_Environment $env) public function __construct(Twig_Environment $env)
{ {
@ -23,7 +23,7 @@ class __TwigTemplate_f84d6231490fc53718fc429c4e715f9c extends Twig_Template
protected function doDisplay(array $context, array $blocks = array()) protected function doDisplay(array $context, array $blocks = array())
{ {
// line 3 // line 3
$context["__internal_f84d6231490fc53718fc429c4e715f9c_1"] = $this->env->loadTemplate("macros.twig"); $context["__internal_b6c3c16e7b8e4f1a04c567d6645e106e887ce539"] = $this->env->loadTemplate("macros.twig");
$this->getParent($context)->display($context, array_merge($this->blocks, $blocks)); $this->getParent($context)->display($context, array_merge($this->blocks, $blocks));
} }
@ -70,7 +70,7 @@ class __TwigTemplate_f84d6231490fc53718fc429c4e715f9c extends Twig_Template
echo " <tr> echo " <tr>
<td>"; <td>";
// line 19 // line 19
echo $context["__internal_f84d6231490fc53718fc429c4e715f9c_1"]->getclass_link($this->getContext($context, "class")); echo $context["__internal_b6c3c16e7b8e4f1a04c567d6645e106e887ce539"]->getclass_link($this->getContext($context, "class"));
echo "</td> echo "</td>
<td class=\"last\">"; <td class=\"last\">";
// line 20 // line 20
@ -103,7 +103,7 @@ class __TwigTemplate_f84d6231490fc53718fc429c4e715f9c extends Twig_Template
echo " <tr> echo " <tr>
<td>"; <td>";
// line 31 // line 31
echo $context["__internal_f84d6231490fc53718fc429c4e715f9c_1"]->getclass_link($this->getContext($context, "interface")); echo $context["__internal_b6c3c16e7b8e4f1a04c567d6645e106e887ce539"]->getclass_link($this->getContext($context, "interface"));
echo "</td> echo "</td>
<td class=\"last\">"; <td class=\"last\">";
// line 32 // line 32
@ -136,7 +136,7 @@ class __TwigTemplate_f84d6231490fc53718fc429c4e715f9c extends Twig_Template
echo " <tr> echo " <tr>
<td>"; <td>";
// line 43 // line 43
echo $context["__internal_f84d6231490fc53718fc429c4e715f9c_1"]->getclass_link($this->getContext($context, "exception")); echo $context["__internal_b6c3c16e7b8e4f1a04c567d6645e106e887ce539"]->getclass_link($this->getContext($context, "exception"));
echo "</td> echo "</td>
<td class=\"last\">"; <td class=\"last\">";
// line 44 // line 44

View file

@ -85,6 +85,14 @@
<td> <td>
FFMpeg driver FFMpeg driver
</td> </td>
</tr>
<tr>
<td>
<a href="FFMpeg/FFMpegServiceProvider.html" target="main"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpeg\FFMpegServiceProvider</abbr></a>
</td>
<td>
</td>
</tr> </tr>
<tr> <tr>
<td> <td>

View file

@ -54,6 +54,7 @@
<dd>The base audio interface</dd> </dl><h2 id="letterB">B</h2> <dd>The base audio interface</dd> </dl><h2 id="letterB">B</h2>
<dl id="index"><dt><a href="FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt> <dl id="index"><dt><a href="FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt>
<dd>Binary abstract class</dd><dt><a href="FFMpeg/Exception/BinaryNotFoundException.html"><abbr title="FFMpeg\Exception\BinaryNotFoundException">BinaryNotFoundException</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Exception.html">FFMpeg\Exception</a></em></dt> <dd>Binary abstract class</dd><dt><a href="FFMpeg/Exception/BinaryNotFoundException.html"><abbr title="FFMpeg\Exception\BinaryNotFoundException">BinaryNotFoundException</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Exception.html">FFMpeg\Exception</a></em></dt>
<dd></dd><dt><a href="FFMpeg/FFMpegServiceProvider.html#method_boot"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr>::boot</a>() &mdash; <em>Method in class <a href="FFMpeg/FFMpegServiceProvider.html"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr></a></em></dt>
<dd></dd> </dl><h2 id="letterC">C</h2> <dd></dd> </dl><h2 id="letterC">C</h2>
<dl id="index"><dt><a href="FFMpeg/FFMpeg.html#method_close"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::close</a>() &mdash; <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> <dl id="index"><dt><a href="FFMpeg/FFMpeg.html#method_close"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::close</a>() &mdash; <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt>
<dd>Close a file</dd> </dl><h2 id="letterD">D</h2> <dd>Close a file</dd> </dl><h2 id="letterD">D</h2>
@ -66,7 +67,8 @@
<dd>Extract an image from a media file</dd><dt><a href="FFMpeg/FFMpeg.html#method_encode"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::encode</a>() &mdash; <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> <dd>Extract an image from a media file</dd><dt><a href="FFMpeg/FFMpeg.html#method_encode"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::encode</a>() &mdash; <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt>
<dd>Encode the file to the specified format</dd> </dl><h2 id="letterF">F</h2> <dd>Encode the file to the specified format</dd> </dl><h2 id="letterF">F</h2>
<dl id="index"><dt><a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt> <dl id="index"><dt><a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt>
<dd>FFMpeg driver</dd><dt><a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt> <dd>FFMpeg driver</dd><dt><a href="FFMpeg/FFMpegServiceProvider.html"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt>
<dd></dd><dt><a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt>
<dd>FFProbe driver</dd><dt><a href="FFMpeg/Format/Audio/Flac.html"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt> <dd>FFProbe driver</dd><dt><a href="FFMpeg/Format/Audio/Flac.html"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt>
<dd>The Flac audio format</dd> </dl><h2 id="letterG">G</h2> <dd>The Flac audio format</dd> </dl><h2 id="letterG">G</h2>
<dl id="index"><dt><a href="FFMpeg/FFMpeg.html#method_getThreads"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::getThreads</a>() &mdash; <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> <dl id="index"><dt><a href="FFMpeg/FFMpeg.html#method_getThreads"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::getThreads</a>() &mdash; <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt>
@ -120,6 +122,7 @@
<dd>Probe the format of a given file</dd><dt><a href="FFMpeg/FFProbe.html#method_probeStreams"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::probeStreams</a>() &mdash; <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> <dd>Probe the format of a given file</dd><dt><a href="FFMpeg/FFProbe.html#method_probeStreams"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::probeStreams</a>() &mdash; <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt>
<dd>Probe the streams contained in a given file</dd> </dl><h2 id="letterR">R</h2> <dd>Probe the streams contained in a given file</dd> </dl><h2 id="letterR">R</h2>
<dl id="index"><dt><a href="FFMpeg/Exception/RuntimeException.html"><abbr title="FFMpeg\Exception\RuntimeException">RuntimeException</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Exception.html">FFMpeg\Exception</a></em></dt> <dl id="index"><dt><a href="FFMpeg/Exception/RuntimeException.html"><abbr title="FFMpeg\Exception\RuntimeException">RuntimeException</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Exception.html">FFMpeg\Exception</a></em></dt>
<dd></dd><dt><a href="FFMpeg/FFMpegServiceProvider.html#method_register"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr>::register</a>() &mdash; <em>Method in class <a href="FFMpeg/FFMpegServiceProvider.html"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr></a></em></dt>
<dd></dd><dt><a href="FFMpeg/Format/Audio/Resamplable.html"><abbr title="FFMpeg\Format\Audio\Resamplable">Resamplable</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt> <dd></dd><dt><a href="FFMpeg/Format/Audio/Resamplable.html"><abbr title="FFMpeg\Format\Audio\Resamplable">Resamplable</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt>
<dd>The resamplable audio interface</dd><dt><a href="FFMpeg/Format/Video/Resamplable.html"><abbr title="FFMpeg\Format\Video\Resamplable">Resamplable</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> <dd>The resamplable audio interface</dd><dt><a href="FFMpeg/Format/Video/Resamplable.html"><abbr title="FFMpeg\Format\Video\Resamplable">Resamplable</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt>
<dd>The resamplable video interface</dd><dt><a href="FFMpeg/Format/Video/Resizable.html"><abbr title="FFMpeg\Format\Video\Resizable">Resizable</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> <dd>The resamplable video interface</dd><dt><a href="FFMpeg/Format/Video/Resizable.html"><abbr title="FFMpeg\Format\Video\Resizable">Resizable</abbr></a> &mdash; <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt>

View file

@ -1 +1 @@
C:19:"Sami\Renderer\Index":2336:{a:3:{i:0;a:26:{s:23:"FFMpeg\AdapterInterface";s:40:"692055cd227655999c71a444af1aca35a74b4bef";s:13:"FFMpeg\Binary";s:40:"f8d36cb52f6907aca66bfb0d6c5a28f1c7c808ff";s:40:"FFMpeg\Exception\BinaryNotFoundException";s:40:"87f8f8a978534ffac0938c80140f53937be42b20";s:26:"FFMpeg\Exception\Exception";s:40:"f34b568cf514a3e72dd2f6b85ccb72985173fd04";s:41:"FFMpeg\Exception\InvalidArgumentException";s:40:"7c8fce1704e07a412e53455727b4fb3b76add274";s:31:"FFMpeg\Exception\LogicException";s:40:"312d742fa4413eb0bbc96cc9a5878c3a882a7d9e";s:33:"FFMpeg\Exception\RuntimeException";s:40:"4eb84ded48af1748aac5d58f5386c489fccd7b41";s:13:"FFMpeg\FFMpeg";s:40:"905f049ce59818433a6cf2a5d04a18b07b97a033";s:14:"FFMpeg\FFProbe";s:40:"f87511d2e814fb6babca5fe51b312fa90a1f56e9";s:19:"FFMpeg\Format\Audio";s:40:"de3bd45cfbe199120004b172937c2424519c2ed0";s:32:"FFMpeg\Format\Audio\DefaultAudio";s:40:"046d63981e0d45fe78ae0218504085aded8e4465";s:24:"FFMpeg\Format\Audio\Flac";s:40:"dd42337e79f87bf1e65107553d718ddd9620fdaf";s:31:"FFMpeg\Format\Audio\Interactive";s:40:"c690469cd7aff29b71406326c0895c0669d02855";s:23:"FFMpeg\Format\Audio\Mp3";s:40:"0636d17bef3adb55c8ed0ab0ef2c855bf62321db";s:31:"FFMpeg\Format\Audio\Resamplable";s:40:"24be9dee2b1bf9a8d658fdf0d9a45866f1763aa1";s:32:"FFMpeg\Format\Audio\Transcodable";s:40:"bbf9a19a6dfb3c305826cc7922aab24a9c03afd1";s:23:"FFMpeg\Format\Dimension";s:40:"fe4fb8353f1a170ee8d47b02d1d1191ad1da39c3";s:19:"FFMpeg\Format\Video";s:40:"eca501be9309a062e98afcb5d68a4372a39ebc63";s:32:"FFMpeg\Format\Video\DefaultVideo";s:40:"e84cc619bf30ee9793f61478e3812403c30394af";s:31:"FFMpeg\Format\Video\Interactive";s:40:"36c13c440c19994100f1d442ac36079ef65052c7";s:23:"FFMpeg\Format\Video\Ogg";s:40:"21a4630b36a411a622ad99201545e3d7fcfa75e6";s:31:"FFMpeg\Format\Video\Resamplable";s:40:"b3af34bb13a73f82994589fa99c5ed0d647f320a";s:29:"FFMpeg\Format\Video\Resizable";s:40:"500e975f6a744fdcbb15c1012598025b3699c877";s:32:"FFMpeg\Format\Video\Transcodable";s:40:"c9a038aabc4e2f3ca993b65851a215e6ce3f93bd";s:24:"FFMpeg\Format\Video\WebM";s:40:"162abdf0e0e688a8e5a0cc53cfeddde869a302b1";s:24:"FFMpeg\Format\Video\X264";s:40:"c235f5ff052386b78fe42c6b10cdfecb3a655394";}i:1;a:1:{i:0;s:6:"master";}i:2;a:5:{i:0;s:6:"FFMpeg";i:1;s:16:"FFMpeg\Exception";i:2;s:13:"FFMpeg\Format";i:3;s:19:"FFMpeg\Format\Audio";i:4;s:19:"FFMpeg\Format\Video";}}} C:19:"Sami\Renderer\Index":2420:{a:3:{i:0;a:27:{s:23:"FFMpeg\AdapterInterface";s:40:"692055cd227655999c71a444af1aca35a74b4bef";s:13:"FFMpeg\Binary";s:40:"6e557aa8ddcbaf3abca784abd56f84ce06b4d954";s:40:"FFMpeg\Exception\BinaryNotFoundException";s:40:"87f8f8a978534ffac0938c80140f53937be42b20";s:26:"FFMpeg\Exception\Exception";s:40:"f34b568cf514a3e72dd2f6b85ccb72985173fd04";s:41:"FFMpeg\Exception\InvalidArgumentException";s:40:"7c8fce1704e07a412e53455727b4fb3b76add274";s:31:"FFMpeg\Exception\LogicException";s:40:"312d742fa4413eb0bbc96cc9a5878c3a882a7d9e";s:33:"FFMpeg\Exception\RuntimeException";s:40:"4eb84ded48af1748aac5d58f5386c489fccd7b41";s:13:"FFMpeg\FFMpeg";s:40:"905f049ce59818433a6cf2a5d04a18b07b97a033";s:28:"FFMpeg\FFMpegServiceProvider";s:40:"8b54eb93db178c9e38247fb2577fd23bc8c5a9c9";s:14:"FFMpeg\FFProbe";s:40:"f87511d2e814fb6babca5fe51b312fa90a1f56e9";s:19:"FFMpeg\Format\Audio";s:40:"de3bd45cfbe199120004b172937c2424519c2ed0";s:32:"FFMpeg\Format\Audio\DefaultAudio";s:40:"046d63981e0d45fe78ae0218504085aded8e4465";s:24:"FFMpeg\Format\Audio\Flac";s:40:"dd42337e79f87bf1e65107553d718ddd9620fdaf";s:31:"FFMpeg\Format\Audio\Interactive";s:40:"c690469cd7aff29b71406326c0895c0669d02855";s:23:"FFMpeg\Format\Audio\Mp3";s:40:"0636d17bef3adb55c8ed0ab0ef2c855bf62321db";s:31:"FFMpeg\Format\Audio\Resamplable";s:40:"24be9dee2b1bf9a8d658fdf0d9a45866f1763aa1";s:32:"FFMpeg\Format\Audio\Transcodable";s:40:"bbf9a19a6dfb3c305826cc7922aab24a9c03afd1";s:23:"FFMpeg\Format\Dimension";s:40:"fe4fb8353f1a170ee8d47b02d1d1191ad1da39c3";s:19:"FFMpeg\Format\Video";s:40:"eca501be9309a062e98afcb5d68a4372a39ebc63";s:32:"FFMpeg\Format\Video\DefaultVideo";s:40:"e84cc619bf30ee9793f61478e3812403c30394af";s:31:"FFMpeg\Format\Video\Interactive";s:40:"36c13c440c19994100f1d442ac36079ef65052c7";s:23:"FFMpeg\Format\Video\Ogg";s:40:"21a4630b36a411a622ad99201545e3d7fcfa75e6";s:31:"FFMpeg\Format\Video\Resamplable";s:40:"b3af34bb13a73f82994589fa99c5ed0d647f320a";s:29:"FFMpeg\Format\Video\Resizable";s:40:"500e975f6a744fdcbb15c1012598025b3699c877";s:32:"FFMpeg\Format\Video\Transcodable";s:40:"c9a038aabc4e2f3ca993b65851a215e6ce3f93bd";s:24:"FFMpeg\Format\Video\WebM";s:40:"162abdf0e0e688a8e5a0cc53cfeddde869a302b1";s:24:"FFMpeg\Format\Video\X264";s:40:"c235f5ff052386b78fe42c6b10cdfecb3a655394";}i:1;a:1:{i:0;s:6:"master";}i:2;a:5:{i:0;s:6:"FFMpeg";i:1;s:16:"FFMpeg\Exception";i:2;s:13:"FFMpeg\Format";i:3;s:19:"FFMpeg\Format\Audio";i:4;s:19:"FFMpeg\Format\Video";}}}

File diff suppressed because one or more lines are too long

View file

@ -28,6 +28,7 @@ var tree = [["FFMpeg","FFMpeg.html","",
[ ]] ]],["AdapterInterface","FFMpeg\/AdapterInterface.html","", [ ]] ]],["AdapterInterface","FFMpeg\/AdapterInterface.html","",
[ ]],["Binary","FFMpeg\/Binary.html","", [ ]],["Binary","FFMpeg\/Binary.html","",
[ ]],["FFMpeg","FFMpeg\/FFMpeg.html"," < Binary", [ ]],["FFMpeg","FFMpeg\/FFMpeg.html"," < Binary",
[ ]],["FFMpegServiceProvider","FFMpeg\/FFMpegServiceProvider.html","",
[ ]],["FFProbe","FFMpeg\/FFProbe.html"," < Binary", [ ]],["FFProbe","FFMpeg\/FFProbe.html"," < Binary",
[ ]] ]] ] [ ]] ]] ]