diff --git a/docs/source/API/API/FFMpeg/FFProbe.html b/docs/source/API/API/FFMpeg/FFProbe.html
index 21a4d8c..cc44fc4 100644
--- a/docs/source/API/API/FFMpeg/FFProbe.html
+++ b/docs/source/API/API/FFMpeg/FFProbe.html
@@ -189,7 +189,7 @@
|
- StreamCollection
+ StreamCollection
|
streams(string $pathfile)
@@ -215,7 +215,7 @@
Details
- at line 46
+ at line 47
public
__construct(FFProbeDriver $ffprobe, Cache $cache)
@@ -249,7 +249,7 @@
- at line 58
+ at line 59
public OutputParserInterface
getParser()
@@ -276,7 +276,7 @@
@@ -314,7 +314,7 @@
- at line 78
+ at line 79
public FFProbeDriver
getFFProbeDriver()
@@ -341,7 +341,7 @@
- at line 88
+ at line 89
public FFProbe
setFFProbeDriver(FFProbeDriver $ffprobe)
@@ -379,7 +379,7 @@
- at line 100
+ at line 101
public FFProbe
setOptionsTester(OptionsTesterInterface $tester)
@@ -417,7 +417,7 @@
- at line 110
+ at line 111
public OptionsTesterInterface
getOptionsTester()
@@ -444,7 +444,7 @@
- at line 120
+ at line 121
public FFProbe
setCache(Cache $cache)
@@ -482,7 +482,7 @@
- at line 130
+ at line 131
public Cache
getCache()
@@ -509,7 +509,7 @@
- at line 138
+ at line 139
public MapperInterface
getMapper()
@@ -536,7 +536,7 @@
- at line 148
+ at line 149
public FFProbe
setMapper(MapperInterface $mapper)
@@ -574,7 +574,7 @@
@@ -626,8 +626,8 @@
- at line 184
- public StreamCollection
+ at line 185
+ public StreamCollection
streams(string $pathfile)
@@ -652,7 +652,7 @@
@@ -678,7 +678,7 @@
- at line 200
+ at line 201
static public FFProbe
create(array|ConfigurationInterface $configuration = array(), LoggerInterface $logger = null, Cache $cache = null)
diff --git a/docs/source/API/API/cache/PROJECT_VERSION b/docs/source/API/API/cache/PROJECT_VERSION
deleted file mode 100644
index 8b25206..0000000
--- a/docs/source/API/API/cache/PROJECT_VERSION
+++ /dev/null
@@ -1 +0,0 @@
-master
\ No newline at end of file
diff --git a/docs/source/API/API/cache/SAMI_VERSION b/docs/source/API/API/cache/SAMI_VERSION
deleted file mode 100644
index 5502090..0000000
--- a/docs/source/API/API/cache/SAMI_VERSION
+++ /dev/null
@@ -1 +0,0 @@
-1.4-DEV
\ No newline at end of file
diff --git a/docs/source/API/API/cache/twig/16/47/bd6f794a82b95acfde6a6f2048778716621815a792b5ff8c1405a108e8b4.php b/docs/source/API/API/cache/twig/16/47/bd6f794a82b95acfde6a6f2048778716621815a792b5ff8c1405a108e8b4.php
deleted file mode 100644
index cea555e..0000000
--- a/docs/source/API/API/cache/twig/16/47/bd6f794a82b95acfde6a6f2048778716621815a792b5ff8c1405a108e8b4.php
+++ /dev/null
@@ -1,693 +0,0 @@
-blocks = array(
- 'title' => array($this, 'block_title'),
- 'body_class' => array($this, 'block_body_class'),
- 'content_header' => array($this, 'block_content_header'),
- 'content' => array($this, 'block_content'),
- 'class_signature' => array($this, 'block_class_signature'),
- 'method_signature' => array($this, 'block_method_signature'),
- 'method_parameters_signature' => array($this, 'block_method_parameters_signature'),
- 'parameters' => array($this, 'block_parameters'),
- 'return' => array($this, 'block_return'),
- 'exceptions' => array($this, 'block_exceptions'),
- 'see' => array($this, 'block_see'),
- 'constants' => array($this, 'block_constants'),
- 'properties' => array($this, 'block_properties'),
- 'methods' => array($this, 'block_methods'),
- 'methods_details' => array($this, 'block_methods_details'),
- 'method' => array($this, 'block_method'),
- );
- }
-
- protected function doGetParent(array $context)
- {
- return $this->env->resolveTemplate((isset($context["page_layout"]) ? $context["page_layout"] : $this->getContext($context, "page_layout")));
- }
-
- protected function doDisplay(array $context, array $blocks = array())
- {
- // line 3
- $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"] = $this->env->loadTemplate("macros.twig");
- $this->getParent($context)->display($context, array_merge($this->blocks, $blocks));
- }
-
- // line 5
- public function block_title($context, array $blocks = array())
- {
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "name"), "html", null, true);
- echo " | ";
- $this->displayParentBlock("title", $context, $blocks);
- }
-
- // line 7
- public function block_body_class($context, array $blocks = array())
- {
- echo "class";
- }
-
- // line 9
- public function block_content_header($context, array $blocks = array())
- {
- // line 10
- echo " ";
- echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "categoryName")), "html", null, true);
- echo "
- ";
- // line 11
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->getnamespace_link($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "namespace"));
- if ($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "namespace")) {
- echo "\\";
- }
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "shortname"), "html", null, true);
- echo "
-";
- }
-
- // line 14
- public function block_content($context, array $blocks = array())
- {
- // line 15
- echo " ";
- $this->displayBlock("class_signature", $context, $blocks);
- echo "
-
- ";
- // line 17
- if (($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "shortdesc") || $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "longdesc"))) {
- // line 18
- echo "
- ";
- // line 19
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "shortdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo "
- ";
- // line 20
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "longdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo "
-
- ";
- }
- // line 23
- echo "
- ";
- // line 24
- if ((isset($context["constants"]) ? $context["constants"] : $this->getContext($context, "constants"))) {
- // line 25
- echo " Constants
-
- ";
- // line 27
- $this->displayBlock("constants", $context, $blocks);
- echo "
- ";
- }
- // line 29
- echo "
- ";
- // line 30
- if ((isset($context["properties"]) ? $context["properties"] : $this->getContext($context, "properties"))) {
- // line 31
- echo " Properties
-
- ";
- // line 33
- $this->displayBlock("properties", $context, $blocks);
- echo "
- ";
- }
- // line 35
- echo "
- ";
- // line 36
- if ((isset($context["methods"]) ? $context["methods"] : $this->getContext($context, "methods"))) {
- // line 37
- echo " Methods
-
- ";
- // line 39
- $this->displayBlock("methods", $context, $blocks);
- echo "
-
- Details
-
- ";
- // line 43
- $this->displayBlock("methods_details", $context, $blocks);
- echo "
- ";
- }
- }
-
- // line 47
- public function block_class_signature($context, array $blocks = array())
- {
- // line 48
- if (((!$this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interface")) && $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "abstract"))) {
- echo "abstract ";
- }
- // line 49
- echo " ";
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "categoryName"), "html", null, true);
- echo "
- ";
- // line 50
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "shortname"), "html", null, true);
- echo "";
- // line 51
- if ($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "parent")) {
- // line 52
- echo " extends ";
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->getclass_link($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "parent"));
- }
- // line 54
- if ((twig_length_filter($this->env, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interfaces")) > 0)) {
- // line 55
- echo " implements
- ";
- // line 56
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interfaces"));
- $context['loop'] = array(
- 'parent' => $context['_parent'],
- 'index0' => 0,
- 'index' => 1,
- 'first' => true,
- );
- if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) {
- $length = count($context['_seq']);
- $context['loop']['revindex0'] = $length - 1;
- $context['loop']['revindex'] = $length;
- $context['loop']['length'] = $length;
- $context['loop']['last'] = 1 === $length;
- }
- foreach ($context['_seq'] as $context["_key"] => $context["interface"]) {
- // line 57
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->getclass_link((isset($context["interface"]) ? $context["interface"] : $this->getContext($context, "interface")));
- // line 58
- if ((!$this->getAttribute((isset($context["loop"]) ? $context["loop"] : $this->getContext($context, "loop")), "last"))) {
- echo ", ";
- }
- ++$context['loop']['index0'];
- ++$context['loop']['index'];
- $context['loop']['first'] = false;
- if (isset($context['loop']['length'])) {
- --$context['loop']['revindex0'];
- --$context['loop']['revindex'];
- $context['loop']['last'] = 0 === $context['loop']['revindex0'];
- }
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['interface'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- }
- }
-
- // line 63
- public function block_method_signature($context, array $blocks = array())
- {
- // line 64
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "final")) {
- echo "final";
- }
- // line 65
- echo " ";
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "abstract")) {
- echo "abstract";
- }
- // line 66
- echo " ";
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "static")) {
- echo "static";
- }
- // line 67
- echo " ";
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "public")) {
- echo "public";
- }
- // line 68
- echo " ";
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "protected")) {
- echo "protected";
- }
- // line 69
- echo " ";
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "private")) {
- echo "private";
- }
- // line 70
- echo " ";
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->gethint_link($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "hint"));
- echo "
- ";
- // line 71
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "name"), "html", null, true);
- echo "";
- $this->displayBlock("method_parameters_signature", $context, $blocks);
- }
-
- // line 74
- public function block_method_parameters_signature($context, array $blocks = array())
- {
- // line 75
- $context["__internal_b6dd97135bdfcf971384bac328f4d3a6b409eda393fdc34a5fb6a2d794772643"] = $this->env->loadTemplate("macros.twig");
- // line 76
- echo $context["__internal_b6dd97135bdfcf971384bac328f4d3a6b409eda393fdc34a5fb6a2d794772643"]->getmethod_parameters_signature((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")));
- }
-
- // line 79
- public function block_parameters($context, array $blocks = array())
- {
- // line 80
- echo "
- ";
- // line 81
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "parameters"));
- foreach ($context['_seq'] as $context["_key"] => $context["parameter"]) {
- // line 82
- echo "
- | ";
- // line 83
- if ($this->getAttribute((isset($context["parameter"]) ? $context["parameter"] : $this->getContext($context, "parameter")), "hint")) {
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->gethint_link($this->getAttribute((isset($context["parameter"]) ? $context["parameter"] : $this->getContext($context, "parameter")), "hint"));
- }
- echo " |
- \$";
- // line 84
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["parameter"]) ? $context["parameter"] : $this->getContext($context, "parameter")), "name"), "html", null, true);
- echo " |
- ";
- // line 85
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["parameter"]) ? $context["parameter"] : $this->getContext($context, "parameter")), "shortdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo " |
-
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['parameter'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 88
- echo "
-";
- }
-
- // line 91
- public function block_return($context, array $blocks = array())
- {
- // line 92
- echo "
-
- | ";
- // line 94
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->gethint_link($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "hint"));
- echo " |
- ";
- // line 95
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "hintDesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo " |
-
-
-";
- }
-
- // line 100
- public function block_exceptions($context, array $blocks = array())
- {
- // line 101
- echo "
- ";
- // line 102
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "exceptions"));
- foreach ($context['_seq'] as $context["_key"] => $context["exception"]) {
- // line 103
- echo "
- | ";
- // line 104
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->getclass_link($this->getAttribute((isset($context["exception"]) ? $context["exception"] : $this->getContext($context, "exception")), 0, array(), "array"));
- echo " |
- ";
- // line 105
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["exception"]) ? $context["exception"] : $this->getContext($context, "exception")), 1, array(), "array"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo " |
-
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['exception'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 108
- echo "
-";
- }
-
- // line 111
- public function block_see($context, array $blocks = array())
- {
- // line 112
- echo "
- ";
- // line 113
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "tags", array(0 => "see"), "method"));
- foreach ($context['_seq'] as $context["_key"] => $context["tag"]) {
- // line 114
- echo "
- | ";
- // line 115
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["tag"]) ? $context["tag"] : $this->getContext($context, "tag")), 0, array(), "array"), "html", null, true);
- echo " |
- ";
- // line 116
- echo twig_escape_filter($this->env, twig_join_filter(twig_slice($this->env, (isset($context["tag"]) ? $context["tag"] : $this->getContext($context, "tag")), 1, null), " "), "html", null, true);
- echo " |
-
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tag'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 119
- echo "
-";
- }
-
- // line 122
- public function block_constants($context, array $blocks = array())
- {
- // line 123
- echo "
- ";
- // line 124
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["constants"]) ? $context["constants"] : $this->getContext($context, "constants")));
- foreach ($context['_seq'] as $context["_key"] => $context["constant"]) {
- // line 125
- echo "
- | ";
- // line 126
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["constant"]) ? $context["constant"] : $this->getContext($context, "constant")), "name"), "html", null, true);
- echo " |
-
- ";
- // line 128
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["constant"]) ? $context["constant"] : $this->getContext($context, "constant")), "shortdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo "
- ";
- // line 129
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["constant"]) ? $context["constant"] : $this->getContext($context, "constant")), "longdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo "
- |
-
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['constant'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 133
- echo "
-";
- }
-
- // line 136
- public function block_properties($context, array $blocks = array())
- {
- // line 137
- echo "
- ";
- // line 138
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["properties"]) ? $context["properties"] : $this->getContext($context, "properties")));
- foreach ($context['_seq'] as $context["_key"] => $context["property"]) {
- // line 139
- echo "
- | env, $this->getAttribute((isset($context["property"]) ? $context["property"] : $this->getContext($context, "property")), "name"), "html", null, true);
- echo "\">
- ";
- // line 141
- if ($this->getAttribute((isset($context["property"]) ? $context["property"] : $this->getContext($context, "property")), "static")) {
- echo "static";
- }
- // line 142
- echo " ";
- if ($this->getAttribute((isset($context["property"]) ? $context["property"] : $this->getContext($context, "property")), "protected")) {
- echo "protected";
- }
- // line 143
- echo " ";
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->gethint_link($this->getAttribute((isset($context["property"]) ? $context["property"] : $this->getContext($context, "property")), "hint"));
- echo "
- |
- \$";
- // line 145
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["property"]) ? $context["property"] : $this->getContext($context, "property")), "name"), "html", null, true);
- echo " |
- ";
- // line 146
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["property"]) ? $context["property"] : $this->getContext($context, "property")), "shortdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo " |
-
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['property'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 149
- echo "
-";
- }
-
- // line 152
- public function block_methods($context, array $blocks = array())
- {
- // line 153
- echo "
- ";
- // line 154
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) ? $context["methods"] : $this->getContext($context, "methods")));
- $context['loop'] = array(
- 'parent' => $context['_parent'],
- 'index0' => 0,
- 'index' => 1,
- 'first' => true,
- );
- if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) {
- $length = count($context['_seq']);
- $context['loop']['revindex0'] = $length - 1;
- $context['loop']['revindex'] = $length;
- $context['loop']['length'] = $length;
- $context['loop']['last'] = 1 === $length;
- }
- foreach ($context['_seq'] as $context["_key"] => $context["method"]) {
- // line 155
- echo "
- |
- ";
- // line 157
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "static")) {
- echo "static ";
- }
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->gethint_link($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "hint"));
- echo "
- |
-
- env, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "name"), "html", null, true);
- echo "\">";
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "name"), "html", null, true);
- echo "";
- $this->displayBlock("method_parameters_signature", $context, $blocks);
- echo "
- ";
- // line 161
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "shortdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo "
- |
- ";
- // line 164
- if ((!($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "class") === (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"))))) {
- // line 165
- echo "from ";
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->getmethod_link((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), array(), false, true);
- echo "";
- }
- // line 167
- echo " |
-
- ";
- ++$context['loop']['index0'];
- ++$context['loop']['index'];
- $context['loop']['first'] = false;
- if (isset($context['loop']['length'])) {
- --$context['loop']['revindex0'];
- --$context['loop']['revindex'];
- $context['loop']['last'] = 0 === $context['loop']['revindex0'];
- }
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['method'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 170
- echo "
-";
- }
-
- // line 173
- public function block_methods_details($context, array $blocks = array())
- {
- // line 174
- echo " ";
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) ? $context["methods"] : $this->getContext($context, "methods")));
- $context['loop'] = array(
- 'parent' => $context['_parent'],
- 'index0' => 0,
- 'index' => 1,
- 'first' => true,
- );
- if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) {
- $length = count($context['_seq']);
- $context['loop']['revindex0'] = $length - 1;
- $context['loop']['revindex'] = $length;
- $context['loop']['length'] = $length;
- $context['loop']['last'] = 1 === $length;
- }
- foreach ($context['_seq'] as $context["_key"] => $context["method"]) {
- // line 175
- echo " ";
- $this->displayBlock("method", $context, $blocks);
- echo "
- ";
- ++$context['loop']['index0'];
- ++$context['loop']['index'];
- $context['loop']['first'] = false;
- if (isset($context['loop']['length'])) {
- --$context['loop']['revindex0'];
- --$context['loop']['revindex'];
- $context['loop']['last'] = 0 === $context['loop']['revindex0'];
- }
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['method'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- }
-
- // line 179
- public function block_method($context, array $blocks = array())
- {
- // line 180
- echo " env, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "name"), "html", null, true);
- echo "\">
- ";
- // line 181
- if ((!($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "class") === (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"))))) {
- echo "in ";
- echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->getmethod_link((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), array(), false, true);
- echo " ";
- }
- echo "at line ";
- echo twig_escape_filter($this->env, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "line"), "html", null, true);
- echo "
- ";
- // line 182
- $this->displayBlock("method_signature", $context, $blocks);
- echo "
-
-
- ";
- // line 185
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "shortdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo "
- ";
- // line 186
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "longdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo "
-
- ";
- // line 188
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "parameters")) {
- // line 189
- echo " Parameters
-
- ";
- // line 191
- $this->displayBlock("parameters", $context, $blocks);
- echo "
- ";
- }
- // line 193
- echo "
- ";
- // line 194
- if (($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "hintDesc") || $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "hint"))) {
- // line 195
- echo " Return Value
-
- ";
- // line 197
- $this->displayBlock("return", $context, $blocks);
- echo "
- ";
- }
- // line 199
- echo "
- ";
- // line 200
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "exceptions")) {
- // line 201
- echo " Exceptions
-
- ";
- // line 203
- $this->displayBlock("exceptions", $context, $blocks);
- echo "
- ";
- }
- // line 205
- echo "
- ";
- // line 206
- if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "tags", array(0 => "see"), "method")) {
- // line 207
- echo " See also
-
- ";
- // line 209
- $this->displayBlock("see", $context, $blocks);
- echo "
- ";
- }
- // line 211
- echo "
-
-";
- }
-
- public function getTemplateName()
- {
- return "pages/class.twig";
- }
-
- public function isTraitable()
- {
- return false;
- }
-
- public function getDebugInfo()
- {
- return array ( 674 => 211, 669 => 209, 665 => 207, 663 => 206, 660 => 205, 655 => 203, 651 => 201, 649 => 200, 646 => 199, 641 => 197, 637 => 195, 635 => 194, 632 => 193, 627 => 191, 623 => 189, 621 => 188, 616 => 186, 612 => 185, 606 => 182, 596 => 181, 591 => 180, 588 => 179, 569 => 175, 551 => 174, 548 => 173, 543 => 170, 527 => 167, 522 => 165, 520 => 164, 515 => 161, 507 => 160, 498 => 157, 494 => 155, 477 => 154, 474 => 153, 471 => 152, 466 => 149, 457 => 146, 453 => 145, 447 => 143, 442 => 142, 438 => 141, 434 => 140, 431 => 139, 427 => 138, 424 => 137, 421 => 136, 416 => 133, 406 => 129, 402 => 128, 397 => 126, 394 => 125, 390 => 124, 387 => 123, 384 => 122, 370 => 116, 366 => 115, 359 => 113, 356 => 112, 353 => 111, 348 => 108, 339 => 105, 335 => 104, 332 => 103, 328 => 102, 325 => 101, 322 => 100, 314 => 95, 310 => 94, 306 => 92, 298 => 88, 289 => 85, 285 => 84, 279 => 83, 276 => 82, 272 => 81, 269 => 80, 266 => 79, 262 => 76, 260 => 75, 257 => 74, 251 => 71, 246 => 70, 241 => 69, 231 => 67, 226 => 66, 221 => 65, 217 => 64, 214 => 63, 195 => 58, 193 => 57, 176 => 56, 173 => 55, 171 => 54, 167 => 52, 165 => 51, 157 => 49, 153 => 48, 130 => 36, 116 => 30, 113 => 29, 108 => 27, 78 => 15, 152 => 47, 143 => 43, 139 => 43, 132 => 37, 123 => 37, 39 => 7, 150 => 47, 141 => 44, 137 => 43, 131 => 40, 128 => 39, 124 => 37, 115 => 35, 111 => 34, 107 => 32, 102 => 24, 73 => 19, 27 => 3, 120 => 35, 106 => 31, 89 => 19, 86 => 18, 77 => 20, 59 => 14, 127 => 35, 122 => 33, 109 => 59, 24 => 4, 82 => 24, 93 => 20, 69 => 11, 63 => 16, 57 => 9, 32 => 6, 98 => 28, 92 => 27, 85 => 25, 74 => 21, 61 => 26, 45 => 9, 144 => 39, 136 => 39, 129 => 35, 125 => 33, 118 => 31, 114 => 30, 105 => 31, 101 => 30, 95 => 27, 88 => 50, 72 => 18, 66 => 17, 55 => 14, 26 => 3, 43 => 5, 41 => 7, 21 => 4, 379 => 119, 363 => 114, 358 => 55, 355 => 54, 350 => 53, 333 => 52, 331 => 51, 329 => 50, 318 => 49, 303 => 91, 291 => 45, 265 => 40, 261 => 39, 258 => 37, 255 => 35, 253 => 34, 236 => 68, 234 => 32, 222 => 31, 211 => 28, 205 => 27, 199 => 26, 185 => 25, 174 => 22, 168 => 21, 162 => 50, 148 => 19, 135 => 16, 133 => 41, 126 => 38, 119 => 35, 117 => 10, 104 => 25, 53 => 11, 37 => 8, 34 => 4, 25 => 6, 19 => 1, 110 => 32, 103 => 30, 99 => 23, 90 => 25, 87 => 15, 83 => 23, 79 => 21, 64 => 16, 62 => 9, 52 => 13, 49 => 11, 46 => 9, 40 => 6, 80 => 23, 76 => 22, 71 => 20, 60 => 10, 56 => 13, 50 => 10, 31 => 5, 94 => 28, 91 => 25, 84 => 17, 81 => 7, 75 => 14, 68 => 18, 65 => 11, 47 => 9, 44 => 9, 35 => 4, 29 => 8, 22 => 8, 70 => 18, 58 => 15, 54 => 11, 51 => 7, 48 => 10, 42 => 6, 38 => 3, 33 => 5, 30 => 3, 28 => 3,);
- }
-}
diff --git a/docs/source/API/API/cache/twig/b2/22/308356ad87acdd64317f5eb9b6b459ed2c5cf56c3b3569ab7e4ede30b4bd.php b/docs/source/API/API/cache/twig/b2/22/308356ad87acdd64317f5eb9b6b459ed2c5cf56c3b3569ab7e4ede30b4bd.php
deleted file mode 100644
index ca3f473..0000000
--- a/docs/source/API/API/cache/twig/b2/22/308356ad87acdd64317f5eb9b6b459ed2c5cf56c3b3569ab7e4ede30b4bd.php
+++ /dev/null
@@ -1,111 +0,0 @@
-parent = false;
-
- $this->blocks = array(
- );
- }
-
- protected function doDisplay(array $context, array $blocks = array())
- {
- // line 1
- echo "var tree = ";
- echo $this->getAttribute($this, "element", array(0 => (isset($context["tree"]) ? $context["tree"] : $this->getContext($context, "tree"))), "method");
- echo "
-
-";
- }
-
- // line 3
- public function getelement($_tree = null)
- {
- $context = $this->env->mergeGlobals(array(
- "tree" => $_tree,
- ));
-
- $blocks = array();
-
- ob_start();
- try {
- // line 5
- echo "[";
- // line 6
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["tree"]) ? $context["tree"] : $this->getContext($context, "tree")));
- $context['loop'] = array(
- 'parent' => $context['_parent'],
- 'index0' => 0,
- 'index' => 1,
- 'first' => true,
- );
- if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) {
- $length = count($context['_seq']);
- $context['loop']['revindex0'] = $length - 1;
- $context['loop']['revindex'] = $length;
- $context['loop']['length'] = $length;
- $context['loop']['last'] = 1 === $length;
- }
- foreach ($context['_seq'] as $context["_key"] => $context["element"]) {
- // line 7
- echo "[";
- // line 8
- echo twig_jsonencode_filter($this->getAttribute((isset($context["element"]) ? $context["element"] : $this->getContext($context, "element")), 0, array(), "array"));
- echo ",";
- // line 9
- echo (($this->getAttribute((isset($context["element"]) ? $context["element"] : $this->getContext($context, "element")), 1, array(), "array")) ? (twig_jsonencode_filter((((!$this->getAttribute((isset($context["element"]) ? $context["element"] : $this->getContext($context, "element")), 2, array(), "array"))) ? ($this->env->getExtension('sami')->pathForClass($context, $this->getAttribute((isset($context["element"]) ? $context["element"] : $this->getContext($context, "element")), 1, array(), "array"))) : ($this->env->getExtension('sami')->pathForNamespace($context, $this->getAttribute((isset($context["element"]) ? $context["element"] : $this->getContext($context, "element")), 1, array(), "array")))))) : (""));
- echo ",";
- // line 10
- echo twig_jsonencode_filter(((((!$this->getAttribute((isset($context["element"]) ? $context["element"] : $this->getContext($context, "element")), 2, array(), "array")) && $this->getAttribute($this->getAttribute((isset($context["element"]) ? $context["element"] : $this->getContext($context, "element")), 1, array(), "array"), "parent"))) ? ((" < " . $this->getAttribute($this->getAttribute($this->getAttribute((isset($context["element"]) ? $context["element"] : $this->getContext($context, "element")), 1, array(), "array"), "parent"), "shortname"))) : ("")));
- echo ",
- ";
- // line 11
- echo $this->getAttribute($this, "element", array(0 => $this->getAttribute((isset($context["element"]) ? $context["element"] : $this->getContext($context, "element")), 2, array(), "array")), "method");
- // line 12
- echo "]";
- // line 13
- echo (($this->getAttribute((isset($context["loop"]) ? $context["loop"] : $this->getContext($context, "loop")), "last")) ? ("") : (","));
- ++$context['loop']['index0'];
- ++$context['loop']['index'];
- $context['loop']['first'] = false;
- if (isset($context['loop']['length'])) {
- --$context['loop']['revindex0'];
- --$context['loop']['revindex'];
- $context['loop']['last'] = 0 === $context['loop']['revindex0'];
- }
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['element'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 15
- echo " ]";
- } catch (Exception $e) {
- ob_end_clean();
-
- throw $e;
- }
-
- return ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
- }
-
- public function getTemplateName()
- {
- return "tree.twig";
- }
-
- public function isTraitable()
- {
- return false;
- }
-
- public function getDebugInfo()
- {
- return array ( 73 => 13, 27 => 3, 120 => 35, 106 => 33, 89 => 26, 86 => 25, 77 => 21, 59 => 8, 127 => 64, 122 => 61, 109 => 59, 24 => 4, 82 => 26, 93 => 27, 69 => 11, 63 => 5, 57 => 7, 32 => 6, 98 => 29, 92 => 27, 85 => 23, 74 => 20, 61 => 26, 45 => 7, 144 => 39, 136 => 36, 129 => 35, 125 => 33, 118 => 32, 114 => 30, 105 => 58, 101 => 30, 95 => 28, 88 => 50, 72 => 18, 66 => 18, 55 => 14, 26 => 3, 43 => 8, 41 => 9, 21 => 4, 379 => 58, 363 => 56, 358 => 55, 355 => 54, 350 => 53, 333 => 52, 331 => 51, 329 => 50, 318 => 49, 303 => 46, 291 => 45, 265 => 40, 261 => 39, 258 => 37, 255 => 35, 253 => 34, 236 => 33, 234 => 32, 222 => 31, 211 => 28, 205 => 27, 199 => 26, 185 => 25, 174 => 22, 168 => 21, 162 => 20, 148 => 19, 135 => 16, 133 => 15, 126 => 13, 119 => 11, 117 => 10, 104 => 32, 53 => 12, 37 => 8, 34 => 4, 25 => 6, 19 => 1, 110 => 32, 103 => 28, 99 => 55, 90 => 27, 87 => 15, 83 => 23, 79 => 21, 64 => 16, 62 => 9, 52 => 13, 49 => 11, 46 => 9, 40 => 6, 80 => 22, 76 => 22, 71 => 12, 60 => 13, 56 => 13, 50 => 11, 31 => 5, 94 => 28, 91 => 25, 84 => 8, 81 => 7, 75 => 22, 68 => 18, 65 => 10, 47 => 10, 44 => 9, 35 => 4, 29 => 8, 22 => 8, 70 => 19, 58 => 15, 54 => 11, 51 => 12, 48 => 10, 42 => 6, 38 => 5, 33 => 5, 30 => 3, 28 => 5,);
- }
-}
diff --git a/docs/source/API/API/cache/twig/e5/ff/626068fc0d4e7ddafd028aeaf99b800ec98d918c093be54347ad362eb535.php b/docs/source/API/API/cache/twig/e5/ff/626068fc0d4e7ddafd028aeaf99b800ec98d918c093be54347ad362eb535.php
deleted file mode 100644
index 459f204..0000000
--- a/docs/source/API/API/cache/twig/e5/ff/626068fc0d4e7ddafd028aeaf99b800ec98d918c093be54347ad362eb535.php
+++ /dev/null
@@ -1,171 +0,0 @@
-blocks = array(
- 'title' => array($this, 'block_title'),
- 'body_class' => array($this, 'block_body_class'),
- 'content_header' => array($this, 'block_content_header'),
- 'content' => array($this, 'block_content'),
- );
- }
-
- protected function doGetParent(array $context)
- {
- return $this->env->resolveTemplate((isset($context["page_layout"]) ? $context["page_layout"] : $this->getContext($context, "page_layout")));
- }
-
- protected function doDisplay(array $context, array $blocks = array())
- {
- // line 3
- $context["__internal_bf48e863eddf9bafdab04f40080958c43bd66725a7ab5a43532bb3fa4d4cf377"] = $this->env->loadTemplate("macros.twig");
- $this->getParent($context)->display($context, array_merge($this->blocks, $blocks));
- }
-
- // line 5
- public function block_title($context, array $blocks = array())
- {
- echo twig_escape_filter($this->env, (isset($context["namespace"]) ? $context["namespace"] : $this->getContext($context, "namespace")), "html", null, true);
- echo " | ";
- $this->displayParentBlock("title", $context, $blocks);
- }
-
- // line 7
- public function block_body_class($context, array $blocks = array())
- {
- echo "overview";
- }
-
- // line 9
- public function block_content_header($context, array $blocks = array())
- {
- // line 10
- echo " Namespace
- ";
- // line 11
- echo twig_escape_filter($this->env, (isset($context["namespace"]) ? $context["namespace"] : $this->getContext($context, "namespace")), "html", null, true);
- echo "
-";
- }
-
- // line 14
- public function block_content($context, array $blocks = array())
- {
- // line 15
- echo " ";
- if ((isset($context["classes"]) ? $context["classes"] : $this->getContext($context, "classes"))) {
- // line 16
- echo "
- ";
- // line 17
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["classes"]) ? $context["classes"] : $this->getContext($context, "classes")));
- foreach ($context['_seq'] as $context["_key"] => $context["class"]) {
- // line 18
- echo "
- | ";
- // line 19
- echo $context["__internal_bf48e863eddf9bafdab04f40080958c43bd66725a7ab5a43532bb3fa4d4cf377"]->getclass_link((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo " |
- ";
- // line 20
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "shortdesc"), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")));
- echo " |
-
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['class'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 23
- echo "
- ";
- }
- // line 25
- echo "
- ";
- // line 26
- if ((isset($context["interfaces"]) ? $context["interfaces"] : $this->getContext($context, "interfaces"))) {
- // line 27
- echo " Interfaces
-
- ";
- // line 29
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["interfaces"]) ? $context["interfaces"] : $this->getContext($context, "interfaces")));
- foreach ($context['_seq'] as $context["_key"] => $context["interface"]) {
- // line 30
- echo "
- | ";
- // line 31
- echo $context["__internal_bf48e863eddf9bafdab04f40080958c43bd66725a7ab5a43532bb3fa4d4cf377"]->getclass_link((isset($context["interface"]) ? $context["interface"] : $this->getContext($context, "interface")));
- echo " |
- ";
- // line 32
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["interface"]) ? $context["interface"] : $this->getContext($context, "interface")), "shortdesc"), (isset($context["interface"]) ? $context["interface"] : $this->getContext($context, "interface")));
- echo " |
-
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['interface'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 35
- echo "
- ";
- }
- // line 37
- echo "
- ";
- // line 38
- if ((isset($context["exceptions"]) ? $context["exceptions"] : $this->getContext($context, "exceptions"))) {
- // line 39
- echo " Exceptions
-
- ";
- // line 41
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["exceptions"]) ? $context["exceptions"] : $this->getContext($context, "exceptions")));
- foreach ($context['_seq'] as $context["_key"] => $context["exception"]) {
- // line 42
- echo "
- | ";
- // line 43
- echo $context["__internal_bf48e863eddf9bafdab04f40080958c43bd66725a7ab5a43532bb3fa4d4cf377"]->getclass_link((isset($context["exception"]) ? $context["exception"] : $this->getContext($context, "exception")));
- echo " |
- ";
- // line 44
- echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute((isset($context["exception"]) ? $context["exception"] : $this->getContext($context, "exception")), "shortdesc"), (isset($context["exception"]) ? $context["exception"] : $this->getContext($context, "exception")));
- echo " |
-
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['exception'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 47
- echo "
- ";
- }
- }
-
- public function getTemplateName()
- {
- return "pages/namespace.twig";
- }
-
- public function isTraitable()
- {
- return false;
- }
-
- public function getDebugInfo()
- {
- return array ( 152 => 47, 143 => 44, 139 => 43, 132 => 41, 123 => 37, 39 => 7, 150 => 46, 141 => 44, 137 => 43, 131 => 40, 128 => 39, 124 => 37, 115 => 35, 111 => 34, 107 => 32, 102 => 30, 73 => 19, 27 => 3, 120 => 35, 106 => 31, 89 => 26, 86 => 23, 77 => 20, 59 => 14, 127 => 64, 122 => 61, 109 => 59, 24 => 4, 82 => 24, 93 => 26, 69 => 11, 63 => 16, 57 => 14, 32 => 6, 98 => 28, 92 => 27, 85 => 25, 74 => 21, 61 => 26, 45 => 9, 144 => 39, 136 => 42, 129 => 35, 125 => 33, 118 => 32, 114 => 30, 105 => 31, 101 => 30, 95 => 27, 88 => 50, 72 => 18, 66 => 17, 55 => 14, 26 => 3, 43 => 8, 41 => 7, 21 => 4, 379 => 58, 363 => 56, 358 => 55, 355 => 54, 350 => 53, 333 => 52, 331 => 51, 329 => 50, 318 => 49, 303 => 46, 291 => 45, 265 => 40, 261 => 39, 258 => 37, 255 => 35, 253 => 34, 236 => 33, 234 => 32, 222 => 31, 211 => 28, 205 => 27, 199 => 26, 185 => 25, 174 => 22, 168 => 21, 162 => 20, 148 => 19, 135 => 16, 133 => 41, 126 => 38, 119 => 35, 117 => 10, 104 => 32, 53 => 11, 37 => 8, 34 => 4, 25 => 6, 19 => 1, 110 => 32, 103 => 30, 99 => 29, 90 => 25, 87 => 15, 83 => 23, 79 => 21, 64 => 16, 62 => 9, 52 => 13, 49 => 11, 46 => 9, 40 => 6, 80 => 23, 76 => 22, 71 => 20, 60 => 15, 56 => 13, 50 => 10, 31 => 5, 94 => 28, 91 => 25, 84 => 8, 81 => 7, 75 => 22, 68 => 18, 65 => 10, 47 => 9, 44 => 9, 35 => 4, 29 => 8, 22 => 8, 70 => 18, 58 => 15, 54 => 11, 51 => 11, 48 => 10, 42 => 6, 38 => 5, 33 => 5, 30 => 3, 28 => 3,);
- }
-}
diff --git a/docs/source/API/API/cache/twig/e6/df/cd9fe95c7c224238ab651940313a814b3cdb368b0833681dd9f7fbd09d01.php b/docs/source/API/API/cache/twig/e6/df/cd9fe95c7c224238ab651940313a814b3cdb368b0833681dd9f7fbd09d01.php
deleted file mode 100644
index 0562856..0000000
--- a/docs/source/API/API/cache/twig/e6/df/cd9fe95c7c224238ab651940313a814b3cdb368b0833681dd9f7fbd09d01.php
+++ /dev/null
@@ -1,169 +0,0 @@
-parent = $this->env->loadTemplate("layout/base.twig");
-
- $this->blocks = array(
- 'title' => array($this, 'block_title'),
- 'body_class' => array($this, 'block_body_class'),
- 'header' => array($this, 'block_header'),
- 'content' => array($this, 'block_content'),
- );
- }
-
- protected function doGetParent(array $context)
- {
- return "layout/base.twig";
- }
-
- protected function doDisplay(array $context, array $blocks = array())
- {
- // line 3
- $context["__internal_18c576ae648cf733ada3b70bfe0e79284d0c36e0447f7adbea5a49011cfd568f"] = $this->env->loadTemplate("macros.twig");
- $this->parent->display($context, array_merge($this->blocks, $blocks));
- }
-
- // line 5
- public function block_title($context, array $blocks = array())
- {
- echo twig_escape_filter($this->env, (isset($context["namespace"]) ? $context["namespace"] : $this->getContext($context, "namespace")), "html", null, true);
- echo " | ";
- $this->displayParentBlock("title", $context, $blocks);
- }
-
- // line 7
- public function block_body_class($context, array $blocks = array())
- {
- echo "frame";
- }
-
- // line 9
- public function block_header($context, array $blocks = array())
- {
- // line 10
- echo "
-";
- }
-
- // line 20
- public function block_content($context, array $blocks = array())
- {
- // line 21
- echo " ";
- echo $context["__internal_18c576ae648cf733ada3b70bfe0e79284d0c36e0447f7adbea5a49011cfd568f"]->getnamespace_link((isset($context["namespace"]) ? $context["namespace"] : $this->getContext($context, "namespace")), array("target" => "main"));
- echo "
-
- ";
- // line 23
- if ((isset($context["classes"]) ? $context["classes"] : $this->getContext($context, "classes"))) {
- // line 24
- echo "
- ";
- // line 25
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["classes"]) ? $context["classes"] : $this->getContext($context, "classes")));
- foreach ($context['_seq'] as $context["_key"] => $context["class"]) {
- // line 26
- echo " - ";
- echo $context["__internal_18c576ae648cf733ada3b70bfe0e79284d0c36e0447f7adbea5a49011cfd568f"]->getclass_link((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), array("target" => "main"));
- echo "
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['class'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 28
- echo "
- ";
- }
- // line 30
- echo "
- ";
- // line 31
- if ((isset($context["interfaces"]) ? $context["interfaces"] : $this->getContext($context, "interfaces"))) {
- // line 32
- echo " Interfaces
-
- ";
- // line 34
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["interfaces"]) ? $context["interfaces"] : $this->getContext($context, "interfaces")));
- foreach ($context['_seq'] as $context["_key"] => $context["class"]) {
- // line 35
- echo " - ";
- echo $context["__internal_18c576ae648cf733ada3b70bfe0e79284d0c36e0447f7adbea5a49011cfd568f"]->getclass_link((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), array("target" => "main"));
- echo "
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['class'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 37
- echo "
- ";
- }
- // line 39
- echo "
- ";
- // line 40
- if ((isset($context["exceptions"]) ? $context["exceptions"] : $this->getContext($context, "exceptions"))) {
- // line 41
- echo " Exceptions
-
- ";
- // line 43
- $context['_parent'] = (array) $context;
- $context['_seq'] = twig_ensure_traversable((isset($context["exceptions"]) ? $context["exceptions"] : $this->getContext($context, "exceptions")));
- foreach ($context['_seq'] as $context["_key"] => $context["class"]) {
- // line 44
- echo " - ";
- echo $context["__internal_18c576ae648cf733ada3b70bfe0e79284d0c36e0447f7adbea5a49011cfd568f"]->getclass_link((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), array("target" => "main"));
- echo "
- ";
- }
- $_parent = $context['_parent'];
- unset($context['_seq'], $context['_iterated'], $context['_key'], $context['class'], $context['_parent'], $context['loop']);
- $context = array_intersect_key($context, $_parent) + $_parent;
- // line 46
- echo "
- ";
- }
- }
-
- public function getTemplateName()
- {
- return "namespace.twig";
- }
-
- public function isTraitable()
- {
- return false;
- }
-
- public function getDebugInfo()
- {
- return array ( 150 => 46, 141 => 44, 137 => 43, 131 => 40, 128 => 39, 124 => 37, 115 => 35, 111 => 34, 107 => 32, 102 => 30, 73 => 13, 27 => 3, 120 => 35, 106 => 33, 89 => 26, 86 => 25, 77 => 21, 59 => 14, 127 => 64, 122 => 61, 109 => 59, 24 => 4, 82 => 24, 93 => 27, 69 => 11, 63 => 15, 57 => 7, 32 => 6, 98 => 28, 92 => 27, 85 => 25, 74 => 21, 61 => 26, 45 => 7, 144 => 39, 136 => 36, 129 => 35, 125 => 33, 118 => 32, 114 => 30, 105 => 31, 101 => 30, 95 => 28, 88 => 50, 72 => 18, 66 => 18, 55 => 14, 26 => 3, 43 => 8, 41 => 7, 21 => 4, 379 => 58, 363 => 56, 358 => 55, 355 => 54, 350 => 53, 333 => 52, 331 => 51, 329 => 50, 318 => 49, 303 => 46, 291 => 45, 265 => 40, 261 => 39, 258 => 37, 255 => 35, 253 => 34, 236 => 33, 234 => 32, 222 => 31, 211 => 28, 205 => 27, 199 => 26, 185 => 25, 174 => 22, 168 => 21, 162 => 20, 148 => 19, 135 => 16, 133 => 41, 126 => 13, 119 => 11, 117 => 10, 104 => 32, 53 => 11, 37 => 8, 34 => 4, 25 => 6, 19 => 1, 110 => 32, 103 => 28, 99 => 55, 90 => 27, 87 => 15, 83 => 23, 79 => 21, 64 => 16, 62 => 9, 52 => 13, 49 => 11, 46 => 9, 40 => 6, 80 => 23, 76 => 22, 71 => 20, 60 => 13, 56 => 13, 50 => 10, 31 => 5, 94 => 28, 91 => 25, 84 => 8, 81 => 7, 75 => 22, 68 => 18, 65 => 10, 47 => 9, 44 => 9, 35 => 4, 29 => 8, 22 => 8, 70 => 19, 58 => 15, 54 => 11, 51 => 12, 48 => 10, 42 => 6, 38 => 5, 33 => 5, 30 => 3, 28 => 3,);
- }
-}
diff --git a/docs/source/API/API/renderer.index b/docs/source/API/API/renderer.index
index 95e0246..3d366fd 100644
--- a/docs/source/API/API/renderer.index
+++ b/docs/source/API/API/renderer.index
@@ -1 +1 @@
-C:19:"Sami\Renderer\Index":6516:{a:3:{i:0;a:69:{s:29:"FFMpeg\Coordinate\AspectRatio";s:40:"57da17e0a2eff2064bdf11846081968f148d0946";s:27:"FFMpeg\Coordinate\Dimension";s:40:"8bf62fd6d7c3c6c7af0d1e8ff61926f2d331bbda";s:27:"FFMpeg\Coordinate\FrameRate";s:40:"5d68fcd12e9a7669e1cfad903bf2f247b10de21d";s:23:"FFMpeg\Coordinate\Point";s:40:"c3d3332bce0338e54fa1cd9a5c7ea7e5512a454a";s:26:"FFMpeg\Coordinate\TimeCode";s:40:"3ed681781434f88d6890cd811e01c169fe303f04";s:26:"FFMpeg\Driver\FFMpegDriver";s:40:"fb805d21f4503c064945d813c9cec8fdc195ed3d";s:27:"FFMpeg\Driver\FFProbeDriver";s:40:"2cb35865c2fef7588cb53f609dabbd1ba64c54c3";s:35:"FFMpeg\Exception\ExceptionInterface";s:40:"a8ea4b6beb62ed782ec33f97df5d81e49c319207";s:44:"FFMpeg\Exception\ExecutableNotFoundException";s:40:"b94d9119109abd3a4d347fb44338e3fc12da1eeb";s:41:"FFMpeg\Exception\InvalidArgumentException";s:40:"7b3c37264e64ad4525408f0b1ddc998950963cbc";s:31:"FFMpeg\Exception\LogicException";s:40:"4e8d24c7ac8465366b62958c30a45d1f677587cb";s:33:"FFMpeg\Exception\RuntimeException";s:40:"94b034160f13f78b3f21e147aedd8f95576f3166";s:13:"FFMpeg\FFMpeg";s:40:"0d1b826fb2a44c049740679334e7b6a5b59ae68b";s:28:"FFMpeg\FFMpegServiceProvider";s:40:"688399dfaae0872e021b655c8c15b26f66e7172d";s:14:"FFMpeg\FFProbe";s:40:"fc34e8f6300b2ec51a7d211e842938fce3919039";s:39:"FFMpeg\FFProbe\DataMapping\AbstractData";s:40:"a7ea09c61353e46d07e4a6232644146e3288fb47";s:33:"FFMpeg\FFProbe\DataMapping\Format";s:40:"b49dfcfc07ef236aa6098cfeb85b1abd261c3cc2";s:33:"FFMpeg\FFProbe\DataMapping\Stream";s:40:"58188ef802a3f8736c6f86d2320016eef0415a3c";s:43:"FFMpeg\FFProbe\DataMapping\StreamCollection";s:40:"958bc86b078a708f31e6f829b177ce6fe7666052";s:21:"FFMpeg\FFProbe\Mapper";s:40:"abd650c1aaf38c3f8aa3be1ecc807fa59caa66ae";s:30:"FFMpeg\FFProbe\MapperInterface";s:40:"5a1482bed58b3922fcd4350e94c2233e7f242481";s:28:"FFMpeg\FFProbe\OptionsTester";s:40:"459fe1fa6c1ce5458e83a5d62b3f138a570c59ec";s:37:"FFMpeg\FFProbe\OptionsTesterInterface";s:40:"b582a1b5880368fc0bf1ea50e7fd73bd10855713";s:27:"FFMpeg\FFProbe\OutputParser";s:40:"19484b4e8def426ff8385e72cb2c358eeaf2f432";s:36:"FFMpeg\FFProbe\OutputParserInterface";s:40:"9d94ec72720761e297186815aea711860b85c790";s:41:"FFMpeg\Filters\Audio\AudioFilterInterface";s:40:"8fdf02d335fc63636f0fd9c97030618c59af010f";s:33:"FFMpeg\Filters\Audio\AudioFilters";s:40:"b07e52bbe4014a245eeaaf57bb2d24b8717d414d";s:43:"FFMpeg\Filters\Audio\AudioResamplableFilter";s:40:"a9b6f5143248acc9e76f65a86a01f463fa8ad9e2";s:33:"FFMpeg\Filters\Audio\SimpleFilter";s:40:"c78f9a3cf1e0b57d4ddf5cd7326cbb18f92ba56f";s:30:"FFMpeg\Filters\FilterInterface";s:40:"cfe4ed42a9a5eed222c2dea0568918b91d9b27c9";s:32:"FFMpeg\Filters\FiltersCollection";s:40:"0b10c4cd6344f8b24cfff6fddc8fdf0339a69412";s:44:"FFMpeg\Filters\Frame\DisplayRatioFixerFilter";s:40:"74767da6b7007dcc49c29c8e2b6f2e9975096a78";s:41:"FFMpeg\Filters\Frame\FrameFilterInterface";s:40:"ca1664998ca7a964f3bde800cf11a1d404ef27c6";s:33:"FFMpeg\Filters\Frame\FrameFilters";s:40:"f431f8b86388255862fb964f901b1cbac3e1d240";s:31:"FFMpeg\Filters\Video\ClipFilter";s:40:"16d3429964854e6fedad94b34c704f57d704ac62";s:33:"FFMpeg\Filters\Video\CustomFilter";s:40:"276f66be3f641aa028af792becc0be8721cea0a7";s:36:"FFMpeg\Filters\Video\FrameRateFilter";s:40:"282f7baefa142ce9c88ab84be8c5c8547a1fa125";s:33:"FFMpeg\Filters\Video\ResizeFilter";s:40:"65ce5e2a7474371cfa357914cdc253ba486d7d6b";s:33:"FFMpeg\Filters\Video\RotateFilter";s:40:"1520734eaf74545b35a358d764672521ff71e090";s:38:"FFMpeg\Filters\Video\SynchronizeFilter";s:40:"e614f7a1594f0d11a715ca046bd9e00099019381";s:41:"FFMpeg\Filters\Video\VideoFilterInterface";s:40:"780680d9a2e5080dac81ea8dca8575afbb1c0618";s:33:"FFMpeg\Filters\Video\VideoFilters";s:40:"bc6a884e5f741e6b7de73bb82e3c870a314f3f59";s:36:"FFMpeg\Filters\Video\WatermarkFilter";s:40:"5110a94b410e200c40ffb22e21f05a452cac1e0b";s:28:"FFMpeg\Format\AudioInterface";s:40:"d3880d55d6d575b2fb5ef18ddc7379b6d00f7d0b";s:23:"FFMpeg\Format\Audio\Aac";s:40:"11485603d1dd6333b4df9ef2a0e85c98c409d053";s:32:"FFMpeg\Format\Audio\DefaultAudio";s:40:"76509330e2f3d73909f786e2e5186f278b186827";s:24:"FFMpeg\Format\Audio\Flac";s:40:"28a6737f6890dc37ac7bd1e73745e9422aec2334";s:23:"FFMpeg\Format\Audio\Mp3";s:40:"1e0a9f51556efa0aabaaa659c5ee562e555509d2";s:26:"FFMpeg\Format\Audio\Vorbis";s:40:"374aa243933f925995c6db639583307ad89e55fa";s:23:"FFMpeg\Format\Audio\Wav";s:40:"cf5829652a2d6c1ecbbbc10169b1a9157ca7fa16";s:29:"FFMpeg\Format\FormatInterface";s:40:"89b9c804aa0c6a59cc1b5d32af91ba9e87f9f1db";s:28:"FFMpeg\Format\FrameInterface";s:40:"c846f893352d6d7e8334e3ac340b45300b8cebeb";s:55:"FFMpeg\Format\ProgressListener\AbstractProgressListener";s:40:"23d34d5e62384bac5ec5d8795663b1515b2d7d2a";s:52:"FFMpeg\Format\ProgressListener\AudioProgressListener";s:40:"fecd89f82565742d50124b73f6a314bdde660ce7";s:52:"FFMpeg\Format\ProgressListener\VideoProgressListener";s:40:"3dac687cec1e8c003ff7e5ad1f36868a0548b7ae";s:35:"FFMpeg\Format\ProgressableInterface";s:40:"2df70012a6fbc122cbcc60739b71b39da87f3e18";s:28:"FFMpeg\Format\VideoInterface";s:40:"3de87e72a970c97f7c1e3cd374b9b5e5c18ad9bd";s:32:"FFMpeg\Format\Video\DefaultVideo";s:40:"c214aadcb492bfd5cf352ab3a871e4ee282d29fb";s:23:"FFMpeg\Format\Video\Ogg";s:40:"cd38d313465b819d2c6247ef59993f8b8b01b2d9";s:23:"FFMpeg\Format\Video\WMV";s:40:"75192a3c3a8a9cfde8e56e2c930fa9baa7f14b5c";s:24:"FFMpeg\Format\Video\WMV3";s:40:"5b32ee16bf425cdf30e36c777176146e16feef22";s:24:"FFMpeg\Format\Video\WebM";s:40:"2938d3b5e3609bd9b279f93f44ed347d98628904";s:24:"FFMpeg\Format\Video\X264";s:40:"81a66aa4dea09cff05b714250e6425e11622a22c";s:30:"FFMpeg\Media\AbstractMediaType";s:40:"af2e82a19462716cfc7fd7ca340cc8c8f59a3670";s:36:"FFMpeg\Media\AbstractStreamableMedia";s:40:"feac899e370fe2a8d4d5a0b76facbd8154d0bbf1";s:18:"FFMpeg\Media\Audio";s:40:"4eda826dbcc6bc6a45ac39f48ac7340af58fa3f6";s:18:"FFMpeg\Media\Frame";s:40:"827898202f4a4ba13dfbfb937787b561935066b0";s:31:"FFMpeg\Media\MediaTypeInterface";s:40:"175f798e490746d9283bda93cf4f935adb94e929";s:18:"FFMpeg\Media\Video";s:40:"1898a3a561670cc2f3f2106d635a8509d12ed232";}i:1;a:1:{i:0;s:6:"master";}i:2;a:15:{i:0;s:6:"FFMpeg";i:1;s:17:"FFMpeg\Coordinate";i:2;s:13:"FFMpeg\Driver";i:3;s:16:"FFMpeg\Exception";i:4;s:14:"FFMpeg\FFProbe";i:5;s:26:"FFMpeg\FFProbe\DataMapping";i:6;s:14:"FFMpeg\Filters";i:7;s:20:"FFMpeg\Filters\Audio";i:8;s:20:"FFMpeg\Filters\Frame";i:9;s:20:"FFMpeg\Filters\Video";i:10;s:13:"FFMpeg\Format";i:11;s:19:"FFMpeg\Format\Audio";i:12;s:30:"FFMpeg\Format\ProgressListener";i:13;s:19:"FFMpeg\Format\Video";i:14;s:12:"FFMpeg\Media";}}}
\ No newline at end of file
+C:19:"Sami\Renderer\Index":6516:{a:3:{i:0;a:69:{s:29:"FFMpeg\Coordinate\AspectRatio";s:40:"57da17e0a2eff2064bdf11846081968f148d0946";s:27:"FFMpeg\Coordinate\Dimension";s:40:"8bf62fd6d7c3c6c7af0d1e8ff61926f2d331bbda";s:27:"FFMpeg\Coordinate\FrameRate";s:40:"5d68fcd12e9a7669e1cfad903bf2f247b10de21d";s:23:"FFMpeg\Coordinate\Point";s:40:"c3d3332bce0338e54fa1cd9a5c7ea7e5512a454a";s:26:"FFMpeg\Coordinate\TimeCode";s:40:"3ed681781434f88d6890cd811e01c169fe303f04";s:26:"FFMpeg\Driver\FFMpegDriver";s:40:"fb805d21f4503c064945d813c9cec8fdc195ed3d";s:27:"FFMpeg\Driver\FFProbeDriver";s:40:"2cb35865c2fef7588cb53f609dabbd1ba64c54c3";s:35:"FFMpeg\Exception\ExceptionInterface";s:40:"a8ea4b6beb62ed782ec33f97df5d81e49c319207";s:44:"FFMpeg\Exception\ExecutableNotFoundException";s:40:"b94d9119109abd3a4d347fb44338e3fc12da1eeb";s:41:"FFMpeg\Exception\InvalidArgumentException";s:40:"7b3c37264e64ad4525408f0b1ddc998950963cbc";s:31:"FFMpeg\Exception\LogicException";s:40:"4e8d24c7ac8465366b62958c30a45d1f677587cb";s:33:"FFMpeg\Exception\RuntimeException";s:40:"94b034160f13f78b3f21e147aedd8f95576f3166";s:13:"FFMpeg\FFMpeg";s:40:"0d1b826fb2a44c049740679334e7b6a5b59ae68b";s:28:"FFMpeg\FFMpegServiceProvider";s:40:"688399dfaae0872e021b655c8c15b26f66e7172d";s:14:"FFMpeg\FFProbe";s:40:"4ee7e67efd6ac5551047209bbaa2f511b4f545f5";s:39:"FFMpeg\FFProbe\DataMapping\AbstractData";s:40:"a7ea09c61353e46d07e4a6232644146e3288fb47";s:33:"FFMpeg\FFProbe\DataMapping\Format";s:40:"b49dfcfc07ef236aa6098cfeb85b1abd261c3cc2";s:33:"FFMpeg\FFProbe\DataMapping\Stream";s:40:"58188ef802a3f8736c6f86d2320016eef0415a3c";s:43:"FFMpeg\FFProbe\DataMapping\StreamCollection";s:40:"958bc86b078a708f31e6f829b177ce6fe7666052";s:21:"FFMpeg\FFProbe\Mapper";s:40:"abd650c1aaf38c3f8aa3be1ecc807fa59caa66ae";s:30:"FFMpeg\FFProbe\MapperInterface";s:40:"5a1482bed58b3922fcd4350e94c2233e7f242481";s:28:"FFMpeg\FFProbe\OptionsTester";s:40:"459fe1fa6c1ce5458e83a5d62b3f138a570c59ec";s:37:"FFMpeg\FFProbe\OptionsTesterInterface";s:40:"b582a1b5880368fc0bf1ea50e7fd73bd10855713";s:27:"FFMpeg\FFProbe\OutputParser";s:40:"19484b4e8def426ff8385e72cb2c358eeaf2f432";s:36:"FFMpeg\FFProbe\OutputParserInterface";s:40:"9d94ec72720761e297186815aea711860b85c790";s:41:"FFMpeg\Filters\Audio\AudioFilterInterface";s:40:"8fdf02d335fc63636f0fd9c97030618c59af010f";s:33:"FFMpeg\Filters\Audio\AudioFilters";s:40:"b07e52bbe4014a245eeaaf57bb2d24b8717d414d";s:43:"FFMpeg\Filters\Audio\AudioResamplableFilter";s:40:"a9b6f5143248acc9e76f65a86a01f463fa8ad9e2";s:33:"FFMpeg\Filters\Audio\SimpleFilter";s:40:"c78f9a3cf1e0b57d4ddf5cd7326cbb18f92ba56f";s:30:"FFMpeg\Filters\FilterInterface";s:40:"cfe4ed42a9a5eed222c2dea0568918b91d9b27c9";s:32:"FFMpeg\Filters\FiltersCollection";s:40:"0b10c4cd6344f8b24cfff6fddc8fdf0339a69412";s:44:"FFMpeg\Filters\Frame\DisplayRatioFixerFilter";s:40:"74767da6b7007dcc49c29c8e2b6f2e9975096a78";s:41:"FFMpeg\Filters\Frame\FrameFilterInterface";s:40:"ca1664998ca7a964f3bde800cf11a1d404ef27c6";s:33:"FFMpeg\Filters\Frame\FrameFilters";s:40:"f431f8b86388255862fb964f901b1cbac3e1d240";s:31:"FFMpeg\Filters\Video\ClipFilter";s:40:"16d3429964854e6fedad94b34c704f57d704ac62";s:33:"FFMpeg\Filters\Video\CustomFilter";s:40:"276f66be3f641aa028af792becc0be8721cea0a7";s:36:"FFMpeg\Filters\Video\FrameRateFilter";s:40:"282f7baefa142ce9c88ab84be8c5c8547a1fa125";s:33:"FFMpeg\Filters\Video\ResizeFilter";s:40:"65ce5e2a7474371cfa357914cdc253ba486d7d6b";s:33:"FFMpeg\Filters\Video\RotateFilter";s:40:"1520734eaf74545b35a358d764672521ff71e090";s:38:"FFMpeg\Filters\Video\SynchronizeFilter";s:40:"e614f7a1594f0d11a715ca046bd9e00099019381";s:41:"FFMpeg\Filters\Video\VideoFilterInterface";s:40:"780680d9a2e5080dac81ea8dca8575afbb1c0618";s:33:"FFMpeg\Filters\Video\VideoFilters";s:40:"bc6a884e5f741e6b7de73bb82e3c870a314f3f59";s:36:"FFMpeg\Filters\Video\WatermarkFilter";s:40:"5110a94b410e200c40ffb22e21f05a452cac1e0b";s:28:"FFMpeg\Format\AudioInterface";s:40:"d3880d55d6d575b2fb5ef18ddc7379b6d00f7d0b";s:23:"FFMpeg\Format\Audio\Aac";s:40:"11485603d1dd6333b4df9ef2a0e85c98c409d053";s:32:"FFMpeg\Format\Audio\DefaultAudio";s:40:"76509330e2f3d73909f786e2e5186f278b186827";s:24:"FFMpeg\Format\Audio\Flac";s:40:"28a6737f6890dc37ac7bd1e73745e9422aec2334";s:23:"FFMpeg\Format\Audio\Mp3";s:40:"1e0a9f51556efa0aabaaa659c5ee562e555509d2";s:26:"FFMpeg\Format\Audio\Vorbis";s:40:"374aa243933f925995c6db639583307ad89e55fa";s:23:"FFMpeg\Format\Audio\Wav";s:40:"cf5829652a2d6c1ecbbbc10169b1a9157ca7fa16";s:29:"FFMpeg\Format\FormatInterface";s:40:"89b9c804aa0c6a59cc1b5d32af91ba9e87f9f1db";s:28:"FFMpeg\Format\FrameInterface";s:40:"c846f893352d6d7e8334e3ac340b45300b8cebeb";s:55:"FFMpeg\Format\ProgressListener\AbstractProgressListener";s:40:"23d34d5e62384bac5ec5d8795663b1515b2d7d2a";s:52:"FFMpeg\Format\ProgressListener\AudioProgressListener";s:40:"fecd89f82565742d50124b73f6a314bdde660ce7";s:52:"FFMpeg\Format\ProgressListener\VideoProgressListener";s:40:"3dac687cec1e8c003ff7e5ad1f36868a0548b7ae";s:35:"FFMpeg\Format\ProgressableInterface";s:40:"2df70012a6fbc122cbcc60739b71b39da87f3e18";s:28:"FFMpeg\Format\VideoInterface";s:40:"3de87e72a970c97f7c1e3cd374b9b5e5c18ad9bd";s:32:"FFMpeg\Format\Video\DefaultVideo";s:40:"c214aadcb492bfd5cf352ab3a871e4ee282d29fb";s:23:"FFMpeg\Format\Video\Ogg";s:40:"cd38d313465b819d2c6247ef59993f8b8b01b2d9";s:23:"FFMpeg\Format\Video\WMV";s:40:"75192a3c3a8a9cfde8e56e2c930fa9baa7f14b5c";s:24:"FFMpeg\Format\Video\WMV3";s:40:"5b32ee16bf425cdf30e36c777176146e16feef22";s:24:"FFMpeg\Format\Video\WebM";s:40:"2938d3b5e3609bd9b279f93f44ed347d98628904";s:24:"FFMpeg\Format\Video\X264";s:40:"81a66aa4dea09cff05b714250e6425e11622a22c";s:30:"FFMpeg\Media\AbstractMediaType";s:40:"af2e82a19462716cfc7fd7ca340cc8c8f59a3670";s:36:"FFMpeg\Media\AbstractStreamableMedia";s:40:"feac899e370fe2a8d4d5a0b76facbd8154d0bbf1";s:18:"FFMpeg\Media\Audio";s:40:"4eda826dbcc6bc6a45ac39f48ac7340af58fa3f6";s:18:"FFMpeg\Media\Frame";s:40:"827898202f4a4ba13dfbfb937787b561935066b0";s:31:"FFMpeg\Media\MediaTypeInterface";s:40:"175f798e490746d9283bda93cf4f935adb94e929";s:18:"FFMpeg\Media\Video";s:40:"1898a3a561670cc2f3f2106d635a8509d12ed232";}i:1;a:1:{i:0;s:6:"master";}i:2;a:15:{i:0;s:6:"FFMpeg";i:1;s:17:"FFMpeg\Coordinate";i:2;s:13:"FFMpeg\Driver";i:3;s:16:"FFMpeg\Exception";i:4;s:14:"FFMpeg\FFProbe";i:5;s:26:"FFMpeg\FFProbe\DataMapping";i:6;s:14:"FFMpeg\Filters";i:7;s:20:"FFMpeg\Filters\Audio";i:8;s:20:"FFMpeg\Filters\Frame";i:9;s:20:"FFMpeg\Filters\Video";i:10;s:13:"FFMpeg\Format";i:11;s:19:"FFMpeg\Format\Audio";i:12;s:30:"FFMpeg\Format\ProgressListener";i:13;s:19:"FFMpeg\Format\Video";i:14;s:12:"FFMpeg\Media";}}}
\ No newline at end of file
|