Update API doc
This commit is contained in:
		
					parent
					
						
							
								d61a491f13
							
						
					
				
			
			
				commit
				
					
						8423c26356
					
				
			
		
					 160 changed files with 10743 additions and 7930 deletions
				
			
		
							
								
								
									
										133
									
								
								docs/Makefile
									
										
									
									
									
								
							
							
						
						
									
										133
									
								
								docs/Makefile
									
										
									
									
									
								
							|  | @ -1,133 +0,0 @@ | |||
| # Makefile for Sphinx documentation
 | ||||
| #
 | ||||
| 
 | ||||
| # You can set these variables from the command line.
 | ||||
| SPHINXOPTS    = | ||||
| SPHINXBUILD   = sphinx-build | ||||
| PAPER         = | ||||
| BUILDDIR      = build | ||||
| 
 | ||||
| # Internal variables.
 | ||||
| PAPEROPT_a4     = -D latex_paper_size=a4 | ||||
| PAPEROPT_letter = -D latex_paper_size=letter | ||||
| ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source | ||||
| # the i18n builder cannot share the environment and doctrees with the others
 | ||||
| I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source | ||||
| 
 | ||||
| .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext | ||||
| 
 | ||||
| help: | ||||
| 	@echo "Please use \`make <target>' where <target> is one of" | ||||
| 	@echo "  html       to make standalone HTML files" | ||||
| 	@echo "  dirhtml    to make HTML files named index.html in directories" | ||||
| 	@echo "  singlehtml to make a single large HTML file" | ||||
| 	@echo "  pickle     to make pickle files" | ||||
| 	@echo "  json       to make JSON files" | ||||
| 	@echo "  htmlhelp   to make HTML files and a HTML help project" | ||||
| 	@echo "  epub       to make an epub" | ||||
| 	@echo "  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter" | ||||
| 	@echo "  latexpdf   to make LaTeX files and run them through pdflatex" | ||||
| 	@echo "  text       to make text files" | ||||
| 	@echo "  man        to make manual pages" | ||||
| 	@echo "  texinfo    to make Texinfo files" | ||||
| 	@echo "  info       to make Texinfo files and run them through makeinfo" | ||||
| 	@echo "  gettext    to make PO message catalogs" | ||||
| 	@echo "  changes    to make an overview of all changed/added/deprecated items" | ||||
| 	@echo "  linkcheck  to check all external links for integrity" | ||||
| 	@echo "  doctest    to run all doctests embedded in the documentation (if enabled)" | ||||
| 
 | ||||
| clean: | ||||
| 	-rm -rf $(BUILDDIR)/* | ||||
| 
 | ||||
| html: | ||||
| 	$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html | ||||
| 	@echo | ||||
| 	@echo "Build finished. The HTML pages are in $(BUILDDIR)/html." | ||||
| 
 | ||||
| dirhtml: | ||||
| 	$(SPHINXBUILD) -W -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml | ||||
| 	@echo | ||||
| 	@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." | ||||
| 
 | ||||
| singlehtml: | ||||
| 	$(SPHINXBUILD) -W -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml | ||||
| 	@echo | ||||
| 	@echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." | ||||
| 
 | ||||
| pickle: | ||||
| 	$(SPHINXBUILD) -W -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle | ||||
| 	@echo | ||||
| 	@echo "Build finished; now you can process the pickle files." | ||||
| 
 | ||||
| json: | ||||
| 	$(SPHINXBUILD) -W -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json | ||||
| 	@echo | ||||
| 	@echo "Build finished; now you can process the JSON files." | ||||
| 
 | ||||
| htmlhelp: | ||||
| 	$(SPHINXBUILD) -W -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp | ||||
| 	@echo | ||||
| 	@echo "Build finished; now you can run HTML Help Workshop with the" \
 | ||||
| 	      ".hhp project file in $(BUILDDIR)/htmlhelp." | ||||
| 
 | ||||
| epub: | ||||
| 	$(SPHINXBUILD) -W -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub | ||||
| 	@echo | ||||
| 	@echo "Build finished. The epub file is in $(BUILDDIR)/epub." | ||||
| 
 | ||||
| latex: | ||||
| 	$(SPHINXBUILD) -W -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex | ||||
| 	@echo | ||||
| 	@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." | ||||
| 	@echo "Run \`make' in that directory to run these through (pdf)latex" \
 | ||||
| 	      "(use \`make latexpdf' here to do that automatically)." | ||||
| 
 | ||||
| latexpdf: | ||||
| 	$(SPHINXBUILD) -W -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex | ||||
| 	@echo "Running LaTeX files through pdflatex..." | ||||
| 	$(MAKE) -C $(BUILDDIR)/latex all-pdf | ||||
| 	@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." | ||||
| 
 | ||||
| text: | ||||
| 	$(SPHINXBUILD) -W -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text | ||||
| 	@echo | ||||
| 	@echo "Build finished. The text files are in $(BUILDDIR)/text." | ||||
| 
 | ||||
| man: | ||||
| 	$(SPHINXBUILD) -W -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man | ||||
| 	@echo | ||||
| 	@echo "Build finished. The manual pages are in $(BUILDDIR)/man." | ||||
| 
 | ||||
| texinfo: | ||||
| 	$(SPHINXBUILD) -W -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo | ||||
| 	@echo | ||||
| 	@echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." | ||||
| 	@echo "Run \`make' in that directory to run these through makeinfo" \
 | ||||
| 	      "(use \`make info' here to do that automatically)." | ||||
| 
 | ||||
| info: | ||||
| 	$(SPHINXBUILD) -W -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo | ||||
| 	@echo "Running Texinfo files through makeinfo..." | ||||
| 	make -C $(BUILDDIR)/texinfo info | ||||
| 	@echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." | ||||
| 
 | ||||
| gettext: | ||||
| 	$(SPHINXBUILD) -W -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale | ||||
| 	@echo | ||||
| 	@echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." | ||||
| 
 | ||||
| changes: | ||||
| 	$(SPHINXBUILD) -W -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes | ||||
| 	@echo | ||||
| 	@echo "The overview file is in $(BUILDDIR)/changes." | ||||
| 
 | ||||
| linkcheck: | ||||
| 	$(SPHINXBUILD) -W -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck | ||||
| 	@echo | ||||
| 	@echo "Link check complete; look for any errors in the above output " \
 | ||||
| 	      "or in $(BUILDDIR)/linkcheck/output.txt." | ||||
| 
 | ||||
| doctest: | ||||
| 	$(SPHINXBUILD) -W -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest | ||||
| 	@echo "Testing of doctests in the sources finished, look at the " \
 | ||||
| 	      "results in $(BUILDDIR)/doctest/output.txt." | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="classes.html">Classes</a></li> | ||||
|                             <li><a href="namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="traits.html">Traits</a></li> | ||||
|             <li><a href="doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -25,15 +26,18 @@ | |||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="FFMpeg/FFMpegServiceProvider.html"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../classes.html">Classes</a></li> | ||||
|                             <li><a href="../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../traits.html">Traits</a></li> | ||||
|             <li><a href="../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -25,7 +26,8 @@ | |||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td> | ||||
|  | @ -33,15 +35,18 @@ | |||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Coordinate/Point.html"><abbr title="FFMpeg\Coordinate\Point">Point</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Coordinate.html">FFMpeg\Coordinate</a>\AspectRatio</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>AspectRatio</strong></p> | ||||
|                 <p>    class | ||||
|     <strong>AspectRatio</strong></p> | ||||
| 
 | ||||
|      | ||||
|             <h2>Constants</h2> | ||||
|  | @ -31,106 +33,136 @@ | |||
|                     <tr> | ||||
|                 <td>AR_4_3</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_16_9</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_3_2</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_5_3</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_5_4</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_1_1</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_1_DOT_85_1</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_2_DOT_39_1</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_ROTATED_3_4</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_ROTATED_9_16</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_ROTATED_2_3</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_ROTATED_3_5</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_ROTATED_4_5</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_ROTATED_1_DOT_85</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>AR_ROTATED_2_DOT_39</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|             </table> | ||||
|  | @ -146,13 +178,14 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($ratio) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Coordinate\float">float</abbr> | ||||
|                     float | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getValue">getValue</a>() | ||||
|  | @ -201,8 +234,10 @@ | |||
|     <strong>__construct</strong>($ratio)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -210,7 +245,8 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$ratio</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -222,20 +258,22 @@ | |||
| 
 | ||||
|                 <h3 id="method_getValue"> | ||||
|         <div class="location">at line 71</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Coordinate\float">float</abbr> | ||||
|         <code>            public            float | ||||
|     <strong>getValue</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the value of the ratio.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Coordinate\float">float</abbr></td> | ||||
|             <td></td> | ||||
|             <td>float</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -251,7 +289,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Computes the best width for given height and modulus.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -259,12 +298,14 @@ | |||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$height</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$modulus</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -274,7 +315,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -290,7 +332,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Computes the best height for given width and modulus.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -298,12 +341,14 @@ | |||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$width</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$modulus</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -313,7 +358,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -329,8 +375,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates a ratio based on Dimension.</p> | ||||
|         <p>The strategy parameter forces by default to use standardized ratios. If<br /> | ||||
|  custom ratio need to be used, disable it.</p> | ||||
|         <p>The strategy parameter forces by default to use standardized ratios. If | ||||
| custom ratio need to be used, disable it.</p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -338,7 +384,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td> | ||||
|                 <td>$dimension</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Boolean</td> | ||||
|  | @ -353,7 +400,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -363,7 +411,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,11 +23,13 @@ | |||
|     <h1><a href="../../FFMpeg/Coordinate.html">FFMpeg\Coordinate</a>\Dimension</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Dimension</strong></p> | ||||
|                 <p>    class | ||||
|     <strong>Dimension</strong></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>Dimension object, used for manipulating width and height couples</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -40,13 +43,14 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(integer $width, integer $height) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Coordinate\width">width</abbr> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getWidth">getWidth</a>() | ||||
|  | @ -85,8 +89,10 @@ | |||
|     <strong>__construct</strong>(integer $width, integer $height)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -94,12 +100,14 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$width</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$height</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -120,20 +128,22 @@ | |||
| 
 | ||||
|                 <h3 id="method_getWidth"> | ||||
|         <div class="location">at line 45</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Coordinate\width">width</abbr> | ||||
|         <code>            public            integer | ||||
|     <strong>getWidth</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns width.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Coordinate\width">width</abbr></td> | ||||
|             <td></td> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -149,7 +159,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns height.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -157,7 +168,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -173,7 +185,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the ratio.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -191,7 +204,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Coordinate.html">FFMpeg\Coordinate</a>\FrameRate</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>FrameRate</strong></p> | ||||
|                 <p>    class | ||||
|     <strong>FrameRate</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,17 +38,19 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($value) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Coordinate\float">float</abbr> | ||||
|                     float | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getValue">getValue</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -61,8 +65,10 @@ | |||
|     <strong>__construct</strong>($value)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -70,7 +76,8 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$value</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -82,20 +89,23 @@ | |||
| 
 | ||||
|                 <h3 id="method_getValue"> | ||||
|         <div class="location">at line 32</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Coordinate\float">float</abbr> | ||||
|         <code>            public            float | ||||
|     <strong>getValue</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Coordinate\float">float</abbr></td> | ||||
|             <td></td> | ||||
|             <td>float</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Coordinate.html">FFMpeg\Coordinate</a>\Point</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Point</strong></p> | ||||
|                 <p>    class | ||||
|     <strong>Point</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,7 +38,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($x, $y) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -46,7 +49,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getX">getX</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -56,7 +60,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getY">getY</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -71,8 +76,10 @@ | |||
|     <strong>__construct</strong>($x, $y)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -80,12 +87,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$x</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$y</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -101,8 +110,10 @@ | |||
|     <strong>getX</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -110,7 +121,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -125,8 +137,10 @@ | |||
|     <strong>getY</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -134,7 +148,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Coordinate.html">FFMpeg\Coordinate</a>\TimeCode</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>TimeCode</strong></p> | ||||
|                 <p>    class | ||||
|     <strong>TimeCode</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,7 +38,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($hours, $minutes, $seconds, $frames) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -46,7 +49,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___toString">__toString</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -65,7 +69,7 @@ | |||
|                     static <a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_fromSeconds">fromSeconds</a>(<abbr title="FFMpeg\Coordinate\float">float</abbr> $quantity) | ||||
|                     <a href="#method_fromSeconds">fromSeconds</a>(float $quantity) | ||||
|                     <p>Creates timecode from number of seconds.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|  | @ -81,8 +85,10 @@ | |||
|     <strong>__construct</strong>($hours, $minutes, $seconds, $frames)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -90,22 +96,26 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$hours</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$minutes</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$seconds</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$frames</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -121,8 +131,10 @@ | |||
|     <strong>__toString</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -137,7 +149,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates timecode from string.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -145,7 +158,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$timecode</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -155,7 +169,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -176,19 +191,21 @@ | |||
|                 <h3 id="method_fromSeconds"> | ||||
|         <div class="location">at line 74</div> | ||||
|         <code>        static    public            <a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> | ||||
|     <strong>fromSeconds</strong>(<abbr title="FFMpeg\Coordinate\float">float</abbr> $quantity)</code> | ||||
|     <strong>fromSeconds</strong>(float $quantity)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates timecode from number of seconds.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><abbr title="FFMpeg\Coordinate\float">float</abbr></td> | ||||
|                 <td>float</td> | ||||
|                 <td>$quantity</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -198,7 +215,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../classes.html">Classes</a></li> | ||||
|                             <li><a href="../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../traits.html">Traits</a></li> | ||||
|             <li><a href="../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -25,11 +26,13 @@ | |||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Driver.html">FFMpeg\Driver</a>\FFMpegDriver</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>FFMpegDriver</strong>        extends <abbr title="Alchemy\BinaryDriver\AbstractBinary">AbstractBinary</abbr></p> | ||||
|                 <p>    class | ||||
|     <strong>FFMpegDriver</strong>        extends <abbr title="Alchemy\BinaryDriver\AbstractBinary">AbstractBinary</abbr></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -62,7 +64,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -77,7 +80,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates an FFMpegDriver.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -85,12 +89,14 @@ | |||
|                     <tr> | ||||
|                 <td><abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr></td> | ||||
|                 <td>$logger</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>array|<abbr title="Alchemy\BinaryDriver\Configuration">Configuration</abbr></td> | ||||
|                 <td>$configuration</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -100,7 +106,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Driver.html">FFMpeg\Driver</a>\FFProbeDriver</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>FFProbeDriver</strong>        extends <abbr title="Alchemy\BinaryDriver\AbstractBinary">AbstractBinary</abbr></p> | ||||
|                 <p>    class | ||||
|     <strong>FFProbeDriver</strong>        extends <abbr title="Alchemy\BinaryDriver\AbstractBinary">AbstractBinary</abbr></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -62,7 +64,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -77,7 +80,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates an FFProbeDriver.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -85,12 +89,14 @@ | |||
|                     <tr> | ||||
|                 <td>array|<abbr title="Alchemy\BinaryDriver\ConfigurationInterface">ConfigurationInterface</abbr></td> | ||||
|                 <td>$configuration</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr></td> | ||||
|                 <td>$logger</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -100,7 +106,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../classes.html">Classes</a></li> | ||||
|                             <li><a href="../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../traits.html">Traits</a></li> | ||||
|             <li><a href="../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -25,15 +26,23 @@ | |||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Exception/ExecutableNotFoundException.html"><abbr title="FFMpeg\Exception\ExecutableNotFoundException">ExecutableNotFoundException</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Exception/InvalidArgumentException.html"><abbr title="FFMpeg\Exception\InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Exception/LogicException.html"><abbr title="FFMpeg\Exception\LogicException">LogicException</abbr></a></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Exception/RuntimeException.html"><abbr title="FFMpeg\Exception\RuntimeException">RuntimeException</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  | @ -41,7 +50,8 @@ | |||
|         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Exception/ExceptionInterface.html"><abbr title="FFMpeg\Exception\ExceptionInterface">ExceptionInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Exception.html">FFMpeg\Exception</a>\ExceptionInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>ExceptionInterface</strong></p> | ||||
|                 <p>    interface | ||||
|     <strong>ExceptionInterface</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Exception.html">FFMpeg\Exception</a>\ExecutableNotFoundException</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>ExecutableNotFoundException</strong>        extends <a href="../../FFMpeg/Exception/RuntimeException.html"><abbr title="FFMpeg\Exception\RuntimeException">RuntimeException</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>ExecutableNotFoundException</strong>        extends <a href="../../FFMpeg/Exception/RuntimeException.html"><abbr title="FFMpeg\Exception\RuntimeException">RuntimeException</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Exception.html">FFMpeg\Exception</a>\InvalidArgumentException</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>InvalidArgumentException</strong>        extends <a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a>        implements | ||||
|                 <p>    class | ||||
|     <strong>InvalidArgumentException</strong>        extends <a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a>        implements | ||||
|         <a href="../../FFMpeg/Exception/ExceptionInterface.html"><abbr title="FFMpeg\Exception\ExceptionInterface">ExceptionInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  |  | |||
							
								
								
									
										38
									
								
								docs/source/API/API/FFMpeg/Exception/LogicException.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								docs/source/API/API/FFMpeg/Exception/LogicException.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,38 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>FFMpeg\Exception\LogicException | 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="../../traits.html">Traits</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/Exception.html">FFMpeg\Exception</a>\LogicException</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>    class | ||||
|     <strong>LogicException</strong>        extends <a href="http://php.net/LogicException"><abbr title="LogicException">LogicException</abbr></a>        implements | ||||
|         <a href="../../FFMpeg/Exception/ExceptionInterface.html"><abbr title="FFMpeg\Exception\ExceptionInterface">ExceptionInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|      | ||||
|             </div> | ||||
|             <div id="footer"> | ||||
|         Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. | ||||
|     </div> | ||||
|     </body> | ||||
| </html> | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Exception.html">FFMpeg\Exception</a>\RuntimeException</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>RuntimeException</strong>        extends <a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a>        implements | ||||
|                 <p>    class | ||||
|     <strong>RuntimeException</strong>        extends <a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a>        implements | ||||
|         <a href="../../FFMpeg/Exception/ExceptionInterface.html"><abbr title="FFMpeg\Exception\ExceptionInterface">ExceptionInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../classes.html">Classes</a></li> | ||||
|                             <li><a href="../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../traits.html">Traits</a></li> | ||||
|             <li><a href="../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../FFMpeg.html">FFMpeg</a>\FFMpeg</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>FFMpeg</strong></p> | ||||
|                 <p>    class | ||||
|     <strong>FFMpeg</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,7 +38,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $ffmpeg, <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -106,13 +109,15 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 28</div> | ||||
|         <div class="location">at line 29</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>(<a href="../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $ffmpeg, <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -120,12 +125,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$ffmpeg</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -136,13 +143,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFProbe"> | ||||
|         <div class="location">at line 41</div> | ||||
|         <div class="location">at line 42</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a> | ||||
|     <strong>setFFProbe</strong>(<a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets FFProbe.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -150,7 +158,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -160,7 +169,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -170,13 +180,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFProbe"> | ||||
|         <div class="location">at line 53</div> | ||||
|         <div class="location">at line 54</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>getFFProbe</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets FFProbe.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -184,7 +195,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -194,13 +206,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFMpegDriver"> | ||||
|         <div class="location">at line 63</div> | ||||
|         <div class="location">at line 64</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a> | ||||
|     <strong>setFFMpegDriver</strong>(<a href="../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $ffmpeg)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the ffmpeg driver.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -208,7 +221,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$ffmpeg</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -218,7 +232,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -228,13 +243,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFMpegDriver"> | ||||
|         <div class="location">at line 75</div> | ||||
|         <div class="location">at line 76</div> | ||||
|         <code>            public            <a href="../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> | ||||
|     <strong>getFFMpegDriver</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the ffmpeg driver.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -242,7 +258,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -252,13 +269,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_open"> | ||||
|         <div class="location">at line 89</div> | ||||
|         <div class="location">at line 90</div> | ||||
|         <code>            public            <a href="../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a>|<a href="../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> | ||||
|     <strong>open</strong>(string $pathfile)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Opens a file in order to be processed.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -276,7 +294,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a>|<a href="../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -286,7 +305,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -295,13 +315,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_create"> | ||||
|         <div class="location">at line 115</div> | ||||
|         <div class="location">at line 114</div> | ||||
|         <code>        static    public            <a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a> | ||||
|     <strong>create</strong>(array|<abbr title="Alchemy\BinaryDriver\ConfigurationInterface">ConfigurationInterface</abbr> $configuration = array(), <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr> $logger = null, <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $probe = null)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates a new FFMpeg instance.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -309,17 +330,20 @@ | |||
|                     <tr> | ||||
|                 <td>array|<abbr title="Alchemy\BinaryDriver\ConfigurationInterface">ConfigurationInterface</abbr></td> | ||||
|                 <td>$configuration</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr></td> | ||||
|                 <td>$logger</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$probe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -329,7 +353,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../classes.html">Classes</a></li> | ||||
|                             <li><a href="../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../traits.html">Traits</a></li> | ||||
|             <li><a href="../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../FFMpeg.html">FFMpeg</a>\FFMpegServiceProvider</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>FFMpegServiceProvider</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>FFMpegServiceProvider</strong>        implements | ||||
|         <abbr title="Silex\ServiceProviderInterface">ServiceProviderInterface</abbr></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_register">register</a>(<abbr title="Silex\Application">Application</abbr> $app) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -47,7 +50,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_boot">boot</a>(<abbr title="Silex\Application">Application</abbr> $app) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -57,13 +61,15 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_register"> | ||||
|         <div class="location">at line 22</div> | ||||
|         <div class="location">at line 20</div> | ||||
|         <code>            public             | ||||
|     <strong>register</strong>(<abbr title="Silex\Application">Application</abbr> $app)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -71,7 +77,8 @@ | |||
|                     <tr> | ||||
|                 <td><abbr title="Silex\Application">Application</abbr></td> | ||||
|                 <td>$app</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -82,13 +89,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_boot"> | ||||
|         <div class="location">at line 63</div> | ||||
|         <div class="location">at line 61</div> | ||||
|         <code>            public             | ||||
|     <strong>boot</strong>(<abbr title="Silex\Application">Application</abbr> $app)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -96,7 +105,8 @@ | |||
|                     <tr> | ||||
|                 <td><abbr title="Silex\Application">Application</abbr></td> | ||||
|                 <td>$app</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../classes.html">Classes</a></li> | ||||
|                             <li><a href="../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../traits.html">Traits</a></li> | ||||
|             <li><a href="../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../FFMpeg.html">FFMpeg</a>\FFProbe</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>FFProbe</strong></p> | ||||
|                 <p>    class | ||||
|     <strong>FFProbe</strong></p> | ||||
| 
 | ||||
|      | ||||
|             <h2>Constants</h2> | ||||
|  | @ -31,15 +33,19 @@ | |||
|                     <tr> | ||||
|                 <td>TYPE_STREAMS</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>TYPE_FORMAT</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em></em></p> | ||||
|                     <p></p> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|             </table> | ||||
|  | @ -55,7 +61,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a> $ffprobe, <abbr title="Doctrine\Common\Cache\Cache">Cache</abbr> $cache) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -65,7 +72,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getParser">getParser</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -75,7 +83,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setParser">setParser</a>(<a href="../FFMpeg/FFProbe/OutputParserInterface.html"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr></a> $parser) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -85,7 +94,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFProbeDriver">getFFProbeDriver</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -95,7 +105,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFProbeDriver">setFFProbeDriver</a>(<a href="../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a> $ffprobe) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -105,7 +116,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setOptionsTester">setOptionsTester</a>(<a href="../FFMpeg/FFProbe/OptionsTesterInterface.html"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr></a> $tester) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -115,7 +127,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getOptionsTester">getOptionsTester</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -125,7 +138,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setCache">setCache</a>(<abbr title="Doctrine\Common\Cache\Cache">Cache</abbr> $cache) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -135,7 +149,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getCache">getCache</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -145,7 +160,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getMapper">getMapper</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -155,7 +171,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setMapper">setMapper</a>(<a href="../FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a> $mapper) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -165,7 +182,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_format">format</a>(string $pathfile) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -175,7 +193,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_streams">streams</a>(string $pathfile) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -185,7 +204,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_create">create</a>(array|<abbr title="Alchemy\BinaryDriver\ConfigurationInterface">ConfigurationInterface</abbr> $configuration = array(), <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr> $logger = null, <abbr title="Doctrine\Common\Cache\Cache">Cache</abbr> $cache = null) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -195,13 +215,15 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 45</div> | ||||
|         <div class="location">at line 46</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>(<a href="../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a> $ffprobe, <abbr title="Doctrine\Common\Cache\Cache">Cache</abbr> $cache)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -209,12 +231,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><abbr title="Doctrine\Common\Cache\Cache">Cache</abbr></td> | ||||
|                 <td>$cache</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -225,13 +249,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getParser"> | ||||
|         <div class="location">at line 57</div> | ||||
|         <div class="location">at line 58</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe/OutputParserInterface.html"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr></a> | ||||
|     <strong>getParser</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -239,7 +265,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe/OutputParserInterface.html"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -249,13 +276,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setParser"> | ||||
|         <div class="location">at line 67</div> | ||||
|         <div class="location">at line 68</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>setParser</strong>(<a href="../FFMpeg/FFProbe/OutputParserInterface.html"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr></a> $parser)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -263,7 +292,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/FFProbe/OutputParserInterface.html"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr></a></td> | ||||
|                 <td>$parser</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -273,7 +303,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -283,13 +314,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFProbeDriver"> | ||||
|         <div class="location">at line 77</div> | ||||
|         <div class="location">at line 78</div> | ||||
|         <code>            public            <a href="../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a> | ||||
|     <strong>getFFProbeDriver</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -297,7 +330,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -307,13 +341,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFProbeDriver"> | ||||
|         <div class="location">at line 87</div> | ||||
|         <div class="location">at line 88</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>setFFProbeDriver</strong>(<a href="../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -321,7 +357,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -331,7 +368,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -341,13 +379,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setOptionsTester"> | ||||
|         <div class="location">at line 99</div> | ||||
|         <div class="location">at line 100</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>setOptionsTester</strong>(<a href="../FFMpeg/FFProbe/OptionsTesterInterface.html"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr></a> $tester)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -355,7 +395,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/FFProbe/OptionsTesterInterface.html"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr></a></td> | ||||
|                 <td>$tester</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -365,7 +406,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -375,13 +417,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getOptionsTester"> | ||||
|         <div class="location">at line 109</div> | ||||
|         <div class="location">at line 110</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe/OptionsTesterInterface.html"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr></a> | ||||
|     <strong>getOptionsTester</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -389,7 +433,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe/OptionsTesterInterface.html"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -399,13 +444,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setCache"> | ||||
|         <div class="location">at line 119</div> | ||||
|         <div class="location">at line 120</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>setCache</strong>(<abbr title="Doctrine\Common\Cache\Cache">Cache</abbr> $cache)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -413,7 +460,8 @@ | |||
|                     <tr> | ||||
|                 <td><abbr title="Doctrine\Common\Cache\Cache">Cache</abbr></td> | ||||
|                 <td>$cache</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -423,7 +471,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -433,13 +482,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getCache"> | ||||
|         <div class="location">at line 129</div> | ||||
|         <div class="location">at line 130</div> | ||||
|         <code>            public            <abbr title="Doctrine\Common\Cache\Cache">Cache</abbr> | ||||
|     <strong>getCache</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -447,7 +498,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="Doctrine\Common\Cache\Cache">Cache</abbr></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -457,13 +509,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getMapper"> | ||||
|         <div class="location">at line 137</div> | ||||
|         <div class="location">at line 138</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a> | ||||
|     <strong>getMapper</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -471,7 +525,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -481,13 +536,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setMapper"> | ||||
|         <div class="location">at line 147</div> | ||||
|         <div class="location">at line 148</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>setMapper</strong>(<a href="../FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a> $mapper)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -495,7 +552,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a></td> | ||||
|                 <td>$mapper</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -505,7 +563,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -515,13 +574,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_format"> | ||||
|         <div class="location">at line 166</div> | ||||
|         <div class="location">at line 167</div> | ||||
|         <code>            public            <a href="../FFMpeg/FFProbe/DataMapping/Format.html"><abbr title="FFMpeg\FFProbe\DataMapping\Format">Format</abbr></a> | ||||
|     <strong>format</strong>(string $pathfile)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -529,7 +590,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -549,11 +611,13 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -562,13 +626,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_streams"> | ||||
|         <div class="location">at line 183</div> | ||||
|         <div class="location">at line 184</div> | ||||
|         <code>            public            <abbr title="FFMpeg\StreamCollection">StreamCollection</abbr> | ||||
|     <strong>streams</strong>(string $pathfile)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -576,7 +642,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -596,11 +663,13 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -609,13 +678,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_create"> | ||||
|         <div class="location">at line 199</div> | ||||
|         <div class="location">at line 200</div> | ||||
|         <code>        static    public            <a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>create</strong>(array|<abbr title="Alchemy\BinaryDriver\ConfigurationInterface">ConfigurationInterface</abbr> $configuration = array(), <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr> $logger = null, <abbr title="Doctrine\Common\Cache\Cache">Cache</abbr> $cache = null)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -623,17 +694,20 @@ | |||
|                     <tr> | ||||
|                 <td>array|<abbr title="Alchemy\BinaryDriver\ConfigurationInterface">ConfigurationInterface</abbr></td> | ||||
|                 <td>$configuration</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr></td> | ||||
|                 <td>$logger</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><abbr title="Doctrine\Common\Cache\Cache">Cache</abbr></td> | ||||
|                 <td>$cache</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -643,7 +717,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -25,19 +26,23 @@ | |||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/FFProbe/DataMapping/Format.html"><abbr title="FFMpeg\FFProbe\DataMapping\Format">Format</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a>\AbstractData</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>abstract class    <strong>AbstractData</strong>        implements | ||||
|                 <p>abstract     class | ||||
|     <strong>AbstractData</strong>        implements | ||||
|         <a href="http://php.net/Countable"><abbr title="Countable">Countable</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(array $properties) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -60,6 +63,16 @@ | |||
|                     <p>Returns the property value given its name.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_set">set</a>(string $property, mixed $value) | ||||
|                     <p>Sets the property value given its name.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -102,8 +115,10 @@ | |||
|     <strong>__construct</strong>(array $properties)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -111,7 +126,8 @@ | |||
|                     <tr> | ||||
|                 <td>array</td> | ||||
|                 <td>$properties</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -128,7 +144,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if data has property.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -136,7 +153,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$property</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -146,7 +164,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -162,7 +181,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the property value given its name.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -170,7 +190,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$property</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -180,7 +201,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>mixed</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -195,17 +217,61 @@ | |||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_set"> | ||||
|         <div class="location">at line 61</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> | ||||
|     <strong>set</strong>(string $property, mixed $value)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the property value given its name.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$property</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>mixed</td> | ||||
|                 <td>$value</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_keys"> | ||||
|         <div class="location">at line 58</div> | ||||
|         <div class="location">at line 73</div> | ||||
|         <code>            public            array | ||||
|     <strong>keys</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns all property names.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -213,7 +279,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -223,13 +290,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_all"> | ||||
|         <div class="location">at line 68</div> | ||||
|         <div class="location">at line 83</div> | ||||
|         <code>            public            array | ||||
|     <strong>all</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns all properties and their values.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -237,7 +305,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -247,13 +316,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_count"> | ||||
|         <div class="location">at line 76</div> | ||||
|         <div class="location">at line 91</div> | ||||
|         <code>            public             | ||||
|     <strong>count</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a>\Format</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Format</strong>        extends <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>Format</strong>        extends <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,7 +38,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(array $properties) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method___construct"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -59,6 +62,16 @@ | |||
|                     <p>Returns the property value given its name.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_get"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_set">set</a>(string $property, mixed $value) | ||||
|                     <p>Sets the property value given its name.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_set"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -101,8 +114,10 @@ | |||
|     <strong>__construct</strong>(array $properties)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -110,7 +125,8 @@ | |||
|                     <tr> | ||||
|                 <td>array</td> | ||||
|                 <td>$properties</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -127,7 +143,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if data has property.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -135,7 +152,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$property</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -145,7 +163,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -161,7 +180,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the property value given its name.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -169,7 +189,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$property</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -179,7 +200,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>mixed</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -194,17 +216,61 @@ | |||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_set"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_set"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 61</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> | ||||
|     <strong>set</strong>(string $property, mixed $value)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the property value given its name.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$property</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>mixed</td> | ||||
|                 <td>$value</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_keys"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_keys"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 58</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_keys"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 73</div> | ||||
|         <code>            public            array | ||||
|     <strong>keys</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns all property names.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -212,7 +278,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -222,13 +289,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_all"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_all"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 68</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_all"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 83</div> | ||||
|         <code>            public            array | ||||
|     <strong>all</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns all properties and their values.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -236,7 +304,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -246,13 +315,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_count"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_count"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 76</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_count"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 91</div> | ||||
|         <code>            public             | ||||
|     <strong>count</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a>\Stream</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Stream</strong>        extends <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>Stream</strong>        extends <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,7 +38,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(array $properties) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method___construct"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -59,6 +62,16 @@ | |||
|                     <p>Returns the property value given its name.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_get"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_set">set</a>(string $property, mixed $value) | ||||
|                     <p>Sets the property value given its name.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_set"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -109,6 +122,16 @@ | |||
|                     <p>Returns true if the stream is a video stream.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getDimensions">getDimensions</a>() | ||||
|                     <p>Returns the dimension of the video stream.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -121,8 +144,10 @@ | |||
|     <strong>__construct</strong>(array $properties)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -130,7 +155,8 @@ | |||
|                     <tr> | ||||
|                 <td>array</td> | ||||
|                 <td>$properties</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -147,7 +173,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if data has property.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -155,7 +182,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$property</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -165,7 +193,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -181,7 +210,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the property value given its name.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -189,7 +219,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$property</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -199,7 +230,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>mixed</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -214,17 +246,61 @@ | |||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_set"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_set"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 61</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> | ||||
|     <strong>set</strong>(string $property, mixed $value)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the property value given its name.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$property</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>mixed</td> | ||||
|                 <td>$value</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_keys"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_keys"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 58</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_keys"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 73</div> | ||||
|         <code>            public            array | ||||
|     <strong>keys</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns all property names.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -232,7 +308,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -242,13 +319,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_all"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_all"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 68</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_all"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 83</div> | ||||
|         <code>            public            array | ||||
|     <strong>all</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns all properties and their values.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -256,7 +334,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -266,13 +345,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_count"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_count"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 76</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/FFProbe/DataMapping/AbstractData.html#method_count"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> at line 91</div> | ||||
|         <code>            public             | ||||
|     <strong>count</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -281,13 +361,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_isAudio"> | ||||
|         <div class="location">at line 21</div> | ||||
|         <div class="location">at line 25</div> | ||||
|         <code>            public            Boolean | ||||
|     <strong>isAudio</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if the stream is an audio stream.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -295,7 +376,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -305,13 +387,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_isVideo"> | ||||
|         <div class="location">at line 31</div> | ||||
|         <div class="location">at line 35</div> | ||||
|         <code>            public            Boolean | ||||
|     <strong>isVideo</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if the stream is a video stream.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -319,12 +402,52 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getDimensions"> | ||||
|         <div class="location">at line 48</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> | ||||
|     <strong>getDimensions</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the dimension of the video stream.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/LogicException"><abbr title="LogicException">LogicException</abbr></a></td> | ||||
|                 <td>In case the stream is not a video stream.</td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td> | ||||
|                 <td>In case the dimensions can not be extracted.</td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a>\StreamCollection</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>StreamCollection</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>StreamCollection</strong>        implements | ||||
|         <a href="http://php.net/Countable"><abbr title="Countable">Countable</abbr></a>, <a href="http://php.net/IteratorAggregate"><abbr title="IteratorAggregate">IteratorAggregate</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(array $streams = array()) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -122,8 +125,10 @@ | |||
|     <strong>__construct</strong>(array $streams = array())</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -131,7 +136,8 @@ | |||
|                     <tr> | ||||
|                 <td>array</td> | ||||
|                 <td>$streams</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -148,7 +154,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the first stream of the collection, null if the collection is empty.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -156,7 +163,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>null|<a href="../../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -172,7 +180,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Adds a stream to the collection.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -180,7 +189,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></td> | ||||
|                 <td>$stream</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -190,7 +200,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -206,7 +217,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns a new StreamCollection with only video streams.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -214,7 +226,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -230,7 +243,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns a new StreamCollection with only audio streams.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -238,7 +252,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -254,7 +269,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -269,7 +285,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the array of contained streams.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -277,7 +294,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -293,7 +311,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/FFProbe.html">FFMpeg\FFProbe</a>\Mapper</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Mapper</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>Mapper</strong>        implements | ||||
|         <a href="../../FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -53,7 +55,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Maps data given its type.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -76,7 +79,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\FFProbe\Format">Format</abbr>|<abbr title="FFMpeg\FFProbe\Stream">Stream</abbr></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/FFProbe.html">FFMpeg\FFProbe</a>\MapperInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>MapperInterface</strong></p> | ||||
|                 <p>    interface | ||||
|     <strong>MapperInterface</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -52,7 +54,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Maps data given its type.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -75,7 +78,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\FFProbe\Format">Format</abbr>|<abbr title="FFMpeg\FFProbe\Stream">Stream</abbr></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/FFProbe.html">FFMpeg\FFProbe</a>\OptionsTester</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>OptionsTester</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>OptionsTester</strong>        implements | ||||
|         <a href="../../FFMpeg/FFProbe/OptionsTesterInterface.html"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a> $ffprobe, <abbr title="Doctrine\Common\Cache\Cache">Cache</abbr> $cache) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -57,13 +60,15 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 24</div> | ||||
|         <div class="location">at line 26</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>(<a href="../../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a> $ffprobe, <abbr title="Doctrine\Common\Cache\Cache">Cache</abbr> $cache)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -71,12 +76,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><abbr title="Doctrine\Common\Cache\Cache">Cache</abbr></td> | ||||
|                 <td>$cache</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -87,13 +94,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_has"> | ||||
|         <div class="location">at line 33</div> | ||||
|         <div class="location">at line 35</div> | ||||
|         <code>            public            Boolean | ||||
|     <strong>has</strong>(string $name)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Tells if the given option is supported by ffprobe.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -101,7 +109,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$name</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -111,7 +120,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/FFProbe.html">FFMpeg\FFProbe</a>\OptionsTesterInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>OptionsTesterInterface</strong></p> | ||||
|                 <p>    interface | ||||
|     <strong>OptionsTesterInterface</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -52,7 +54,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Tells if the given option is supported by ffprobe.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -60,7 +63,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$name</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -70,7 +74,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/FFProbe.html">FFMpeg\FFProbe</a>\OutputParser</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>OutputParser</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>OutputParser</strong>        implements | ||||
|         <a href="../../FFMpeg/FFProbe/OutputParserInterface.html"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -53,7 +55,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Parses ffprobe raw output.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -76,7 +79,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/FFProbe.html">FFMpeg\FFProbe</a>\OutputParserInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>OutputParserInterface</strong></p> | ||||
|                 <p>    interface | ||||
|     <strong>OutputParserInterface</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -52,7 +54,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Parses ffprobe raw output.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -75,7 +78,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../classes.html">Classes</a></li> | ||||
|                             <li><a href="../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../traits.html">Traits</a></li> | ||||
|             <li><a href="../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -25,7 +26,8 @@ | |||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  | @ -33,7 +35,8 @@ | |||
|         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -25,15 +26,18 @@ | |||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Audio/SimpleFilter.html"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  | @ -41,7 +45,8 @@ | |||
|         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\AudioFilterInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>AudioFilterInterface</strong>        implements | ||||
|                 <p>    interface | ||||
|     <strong>AudioFilterInterface</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -63,7 +65,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -71,7 +74,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -87,7 +91,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Audio media given an format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -95,12 +100,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td> | ||||
|                 <td>$audio</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\AudioFilters</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>AudioFilters</strong></p> | ||||
|                 <p>    class | ||||
|     <strong>AudioFilters</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,7 +38,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $media) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -56,13 +59,15 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 12</div> | ||||
|         <div class="location">at line 11</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $media)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -70,7 +75,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -81,13 +87,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_resample"> | ||||
|         <div class="location">at line 24</div> | ||||
|         <div class="location">at line 23</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a> | ||||
|     <strong>resample</strong>(Integer $rate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Resamples the audio file.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -95,7 +102,8 @@ | |||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$rate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -105,7 +113,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\AudioResamplableFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>AudioResamplableFilter</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>AudioResamplableFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($rate, $priority) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -57,7 +60,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getRate">getRate</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -82,8 +86,10 @@ | |||
|     <strong>__construct</strong>($rate, $priority)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -91,12 +97,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$rate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$priority</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -113,7 +121,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -121,7 +130,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -136,8 +146,10 @@ | |||
|     <strong>getRate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -145,7 +157,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -161,7 +174,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Audio media given an format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -169,12 +183,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td> | ||||
|                 <td>$audio</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\SimpleFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>SimpleFilter</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>SimpleFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(array $params, $priority) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -72,8 +75,10 @@ | |||
|     <strong>__construct</strong>(array $params, $priority)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -81,12 +86,14 @@ | |||
|                     <tr> | ||||
|                 <td>array</td> | ||||
|                 <td>$params</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$priority</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -103,7 +110,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -111,7 +119,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -127,7 +136,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Audio media given an format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -135,12 +145,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td> | ||||
|                 <td>$audio</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Filters.html">FFMpeg\Filters</a>\FilterInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>FilterInterface</strong></p> | ||||
|                 <p>    interface | ||||
|     <strong>FilterInterface</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -52,7 +54,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -60,7 +63,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Filters.html">FFMpeg\Filters</a>\FiltersCollection</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>FiltersCollection</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>FiltersCollection</strong>        implements | ||||
|         <a href="http://php.net/Countable"><abbr title="Countable">Countable</abbr></a>, <a href="http://php.net/IteratorAggregate"><abbr title="IteratorAggregate">IteratorAggregate</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_add">add</a>(<a href="../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> $filter) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -72,8 +75,10 @@ | |||
|     <strong>add</strong>(<a href="../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> $filter)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -81,7 +86,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></td> | ||||
|                 <td>$filter</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -91,7 +97,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -107,7 +114,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -122,7 +130,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -24,8 +25,14 @@ | |||
|         <div class="content"> | ||||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">DisplayRatioFixerFilter</abbr></a></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  | @ -33,7 +40,8 @@ | |||
|         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -0,0 +1,161 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>FFMpeg\Filters\Frame\DisplayRatioFixerFilter | 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="../../../traits.html">Traits</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/Filters/Frame.html">FFMpeg\Filters\Frame</a>\DisplayRatioFixerFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>    class | ||||
|     <strong>DisplayRatioFixerFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($priority) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPriority">getPriority</a>() | ||||
|                     <p>Returns the priority of the filter.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 22</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>($priority)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$priority</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPriority"> | ||||
|         <div class="location">at line 30</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getPriority</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_apply"> | ||||
|         <div class="location">at line 38</div> | ||||
|         <code>            public             | ||||
|     <strong>apply</strong>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td> | ||||
|                 <td>$frame</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> | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a>\FrameFilterInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>FrameFilterInterface</strong>        implements | ||||
|                 <p>    interface | ||||
|     <strong>FrameFilterInterface</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -46,8 +48,9 @@ | |||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame, <a href="../../../FFMpeg/Format/FrameInterface.html"><abbr title="FFMpeg\Format\FrameInterface">FrameInterface</abbr></a> $format) | ||||
|                     <p></p> | ||||
|                     <a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -63,7 +66,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -71,7 +75,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -81,13 +86,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_apply"> | ||||
|         <div class="location">at line 20</div> | ||||
|         <div class="location">at line 19</div> | ||||
|         <code>            public             | ||||
|     <strong>apply</strong>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame, <a href="../../../FFMpeg/Format/FrameInterface.html"><abbr title="FFMpeg\Format\FrameInterface">FrameInterface</abbr></a> $format)</code> | ||||
|     <strong>apply</strong>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -95,12 +102,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td> | ||||
|                 <td>$frame</td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/FrameInterface.html"><abbr title="FFMpeg\Format\FrameInterface">FrameInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a>\FrameFilters</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>FrameFilters</strong></p> | ||||
|                 <p>    class | ||||
|     <strong>FrameFilters</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,7 +38,18 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_fixDisplayRatio">fixDisplayRatio</a>() | ||||
|                     <p>Fixes the display ratio of the output frame.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -51,8 +64,10 @@ | |||
|     <strong>__construct</strong>(<a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> $frame)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -60,13 +75,40 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td> | ||||
|                 <td>$frame</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_fixDisplayRatio"> | ||||
|         <div class="location">at line 33</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a> | ||||
|     <strong>fixDisplayRatio</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Fixes the display ratio of the output frame.</p> | ||||
|         <p>In case the sample ratio and display ratio are different, image may be | ||||
| anamorphozed. This filter fixes this by specifying the output size.</p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -24,12 +25,29 @@ | |||
|         <div class="content"> | ||||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Video/ClipFilter.html"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr></a></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Video/CustomFilter.html"><abbr title="FFMpeg\Filters\Video\CustomFilter">CustomFilter</abbr></a></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Video/RotateFilter.html"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr></a></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Video/SynchronizeFilter.html"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr></a></td> | ||||
|  | @ -37,7 +55,13 @@ | |||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Video/WatermarkFilter.html"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">WatermarkFilter</abbr></a></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  | @ -45,7 +69,8 @@ | |||
|         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
							
								
								
									
										262
									
								
								docs/source/API/API/FFMpeg/Filters/Video/ClipFilter.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										262
									
								
								docs/source/API/API/FFMpeg/Filters/Video/ClipFilter.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,262 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>FFMpeg\Filters\Video\ClipFilter | 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="../../../traits.html">Traits</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/Filters/Video.html">FFMpeg\Filters\Video</a>\ClipFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>    class | ||||
|     <strong>ClipFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $start, <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $duration = null, $priority) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPriority">getPriority</a>() | ||||
|                     <p>Returns the priority of the filter.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getStart">getStart</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getDuration">getDuration</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format) | ||||
|                     <p>Applies the filter on the the Video media given an format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 27</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>(<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $start, <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $duration = null, $priority)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|                 <td>$start</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|                 <td>$duration</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$priority</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPriority"> | ||||
|         <div class="location">at line 37</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getPriority</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getStart"> | ||||
|         <div class="location">at line 45</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> | ||||
|     <strong>getStart</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getDuration"> | ||||
|         <div class="location">at line 53</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> | ||||
|     <strong>getDuration</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_apply"> | ||||
|         <div class="location">at line 61</div> | ||||
|         <code>            public            array | ||||
|     <strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Video media given an format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$video</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td>An array of arguments</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> | ||||
							
								
								
									
										178
									
								
								docs/source/API/API/FFMpeg/Filters/Video/CustomFilter.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										178
									
								
								docs/source/API/API/FFMpeg/Filters/Video/CustomFilter.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,178 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>FFMpeg\Filters\Video\CustomFilter | 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="../../../traits.html">Traits</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/Filters/Video.html">FFMpeg\Filters\Video</a>\CustomFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>    class | ||||
|     <strong>CustomFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(string $filter, int $priority) | ||||
|                     <p>A custom filter, useful if you want to build complex filters</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPriority">getPriority</a>() | ||||
|                     <p>Returns the priority of the filter.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format) | ||||
|                     <p>Applies the filter on the the Video media given an format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 29</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>(string $filter, int $priority)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>A custom filter, useful if you want to build complex filters</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$filter</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>int</td> | ||||
|                 <td>$priority</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPriority"> | ||||
|         <div class="location">at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getPriority</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_apply"> | ||||
|         <div class="location">at line 46</div> | ||||
|         <code>            public            array | ||||
|     <strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Video media given an format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$video</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td>An array of arguments</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> | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\FrameRateFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>FrameRateFilter</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>FrameRateFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a> $rate, $gop, $priority) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -92,8 +95,10 @@ | |||
|     <strong>__construct</strong>(<a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a> $rate, $gop, $priority)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -101,17 +106,20 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></td> | ||||
|                 <td>$rate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$gop</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$priority</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -128,7 +136,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -136,7 +145,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -152,7 +162,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the frame rate.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -160,7 +171,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -176,7 +188,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the GOP size.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -184,7 +197,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -209,7 +223,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Video media given an format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -217,12 +232,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$video</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\ResizeFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>ResizeFilter</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>ResizeFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -33,28 +35,32 @@ | |||
|                 <td>RESIZEMODE_FIT</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em>fits to the dimensions, might introduce anamorphosis</em></p> | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>RESIZEMODE_INSET</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em>resizes the video inside the given dimension, no anamorphosis</em></p> | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>RESIZEMODE_SCALE_WIDTH</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em>resizes the video to fit the dimension width, no anamorphosis</em></p> | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>RESIZEMODE_SCALE_HEIGHT</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em>resizes the video to fit the dimension height, no anamorphosis</em></p> | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|             </table> | ||||
|  | @ -70,7 +76,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> $dimension, $mode = self::RESIZEMODE_FIT, $forceStandards = true, $priority) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -90,7 +97,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getDimension">getDimension</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -100,7 +108,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getMode">getMode</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -110,7 +119,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_areStandardsForced">areStandardsForced</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -130,13 +140,15 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 38</div> | ||||
|         <div class="location">at line 39</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>(<a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> $dimension, $mode = self::RESIZEMODE_FIT, $forceStandards = true, $priority)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -144,22 +156,26 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td> | ||||
|                 <td>$dimension</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$mode</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$forceStandards</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$priority</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -170,13 +186,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPriority"> | ||||
|         <div class="location">at line 49</div> | ||||
|         <div class="location">at line 50</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getPriority</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -184,7 +201,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -194,13 +212,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getDimension"> | ||||
|         <div class="location">at line 57</div> | ||||
|         <div class="location">at line 58</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> | ||||
|     <strong>getDimension</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -208,7 +228,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -218,13 +239,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getMode"> | ||||
|         <div class="location">at line 65</div> | ||||
|         <div class="location">at line 66</div> | ||||
|         <code>            public            string | ||||
|     <strong>getMode</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -232,7 +255,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -242,13 +266,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_areStandardsForced"> | ||||
|         <div class="location">at line 73</div> | ||||
|         <div class="location">at line 74</div> | ||||
|         <code>            public            Boolean | ||||
|     <strong>areStandardsForced</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -256,7 +282,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -266,13 +293,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_apply"> | ||||
|         <div class="location">at line 81</div> | ||||
|         <div class="location">at line 82</div> | ||||
|         <code>            public            array | ||||
|     <strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Video media given an format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -280,12 +308,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$video</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										250
									
								
								docs/source/API/API/FFMpeg/Filters/Video/RotateFilter.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										250
									
								
								docs/source/API/API/FFMpeg/Filters/Video/RotateFilter.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,250 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>FFMpeg\Filters\Video\RotateFilter | 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="../../../traits.html">Traits</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/Filters/Video.html">FFMpeg\Filters\Video</a>\RotateFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>    class | ||||
|     <strong>RotateFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|             <h2>Constants</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td>ROTATE_90</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>ROTATE_180</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>ROTATE_270</td> | ||||
|                 <td class="last"> | ||||
|                     <p><em> | ||||
| </em></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($angle, $priority) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPriority">getPriority</a>() | ||||
|                     <p>Returns the priority of the filter.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAngle">getAngle</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format) | ||||
|                     <p>Applies the filter on the the Video media given an format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 30</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>($angle, $priority)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$angle</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$priority</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPriority"> | ||||
|         <div class="location">at line 39</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getPriority</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAngle"> | ||||
|         <div class="location">at line 47</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> | ||||
|     <strong>getAngle</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_apply"> | ||||
|         <div class="location">at line 55</div> | ||||
|         <code>            public            array | ||||
|     <strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Video media given an format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$video</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td>An array of arguments</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> | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,12 +23,14 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\SynchronizeFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>SynchronizeFilter</strong>        implements | ||||
|                 <p>    class | ||||
|     <strong>SynchronizeFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>Synchronizes audio and video in case of desynchronized movies.</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -41,7 +44,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($priority = 12) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -76,8 +80,10 @@ | |||
|     <strong>__construct</strong>($priority = 12)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -85,7 +91,8 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$priority</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -102,7 +109,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -110,7 +118,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -126,7 +135,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Video media given an format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -134,12 +144,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$video</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\VideoFilterInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>VideoFilterInterface</strong>        implements | ||||
|                 <p>    interface | ||||
|     <strong>VideoFilterInterface</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -63,7 +65,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -71,7 +74,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -87,7 +91,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Video media given an format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -95,12 +100,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$video</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\VideoFilters</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>VideoFilters</strong>        extends <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>VideoFilters</strong>        extends <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,7 +38,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $media) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -79,6 +82,16 @@ | |||
|                     <p>Synchronizes audio and video.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_clip">clip</a>(<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $start, <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $duration = null) | ||||
|                     <p>Clips (cuts) the video.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -89,6 +102,28 @@ | |||
|                     <p>Resamples the audio file.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_rotate">rotate</a>($angle) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Filters\Video\$this">$this</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_watermark">watermark</a>(string $imagePath, array $coordinates = array()) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -96,13 +131,15 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 22</div> | ||||
|         <div class="location">at line 23</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $media)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -110,7 +147,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -121,13 +159,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_resample"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html#method_resample"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a> at line 24</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html#method_resample"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a> at line 23</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a> | ||||
|     <strong>resample</strong>(Integer $rate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Resamples the audio file.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -135,7 +174,8 @@ | |||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$rate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -145,7 +185,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -155,13 +196,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_resize"> | ||||
|         <div class="location">at line 36</div> | ||||
|         <div class="location">at line 37</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a> | ||||
|     <strong>resize</strong>(<a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> $dimension, string $mode = ResizeFilter::RESIZEMODE_FIT, Boolean $forceStandards = true)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Resizes a video to a given dimension.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -169,17 +211,20 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></td> | ||||
|                 <td>$dimension</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$mode</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Boolean</td> | ||||
|                 <td>$forceStandards</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -189,7 +234,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -199,13 +245,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_framerate"> | ||||
|         <div class="location">at line 51</div> | ||||
|         <div class="location">at line 52</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a> | ||||
|     <strong>framerate</strong>(<a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a> $framerate, <abbr title="FFMpeg\Filters\Video\type">type</abbr> $gop)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Changes the video framerate.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -213,12 +260,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></td> | ||||
|                 <td>$framerate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><abbr title="FFMpeg\Filters\Video\type">type</abbr></td> | ||||
|                 <td>$gop</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -228,7 +277,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -238,13 +288,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_synchronize"> | ||||
|         <div class="location">at line 63</div> | ||||
|         <div class="location">at line 64</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a> | ||||
|     <strong>synchronize</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Synchronizes audio and video.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -252,7 +303,51 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_clip"> | ||||
|         <div class="location">at line 79</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a> | ||||
|     <strong>clip</strong>(<a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $start, <a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $duration = null)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Clips (cuts) the video.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|                 <td>$start</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|                 <td>$duration</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -262,13 +357,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_audioResample"> | ||||
|         <div class="location">at line 77</div> | ||||
|         <div class="location">at line 93</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a> | ||||
|     <strong>audioResample</strong>(Integer $rate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Resamples the audio file.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -276,7 +372,8 @@ | |||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$rate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -286,7 +383,80 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_rotate"> | ||||
|         <div class="location">at line 100</div> | ||||
|         <code>            public             | ||||
|     <strong>rotate</strong>($angle)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$angle</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_watermark"> | ||||
|         <div class="location">at line 113</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Filters\Video\$this">$this</abbr> | ||||
|     <strong>watermark</strong>(string $imagePath, array $coordinates = array())</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$imagePath</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>array</td> | ||||
|                 <td>$coordinates</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Filters\Video\$this">$this</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										186
									
								
								docs/source/API/API/FFMpeg/Filters/Video/WatermarkFilter.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										186
									
								
								docs/source/API/API/FFMpeg/Filters/Video/WatermarkFilter.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,186 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>FFMpeg\Filters\Video\WatermarkFilter | 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="../../../traits.html">Traits</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/Filters/Video.html">FFMpeg\Filters\Video</a>\WatermarkFilter</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>    class | ||||
|     <strong>WatermarkFilter</strong>        implements | ||||
|         <a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($watermarkPath, array $coordinates = array(), $priority) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPriority">getPriority</a>() | ||||
|                     <p>Returns the priority of the filter.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format) | ||||
|                     <p>Applies the filter on the the Video media given an format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 26</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>($watermarkPath, array $coordinates = array(), $priority)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$watermarkPath</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>array</td> | ||||
|                 <td>$coordinates</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$priority</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPriority"> | ||||
|         <div class="location">at line 36</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getPriority</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the priority of the filter.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_apply"> | ||||
|         <div class="location">at line 44</div> | ||||
|         <code>            public            array | ||||
|     <strong>apply</strong>(<a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> $format)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Applies the filter on the the Video media given an format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$video</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td>An array of arguments</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> | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../classes.html">Classes</a></li> | ||||
|                             <li><a href="../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../traits.html">Traits</a></li> | ||||
|             <li><a href="../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -27,23 +28,28 @@ | |||
|         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Format/FormatInterface.html"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Format/FrameInterface.html"><abbr title="FFMpeg\Format\FrameInterface">FrameInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Format/ProgressableInterface.html"><abbr title="FFMpeg\Format\ProgressableInterface">ProgressableInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -24,8 +25,13 @@ | |||
|         <div class="content"> | ||||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Format/Audio/Aac.html"><abbr title="FFMpeg\Format\Audio\Aac">Aac</abbr></a></td> | ||||
|                     <td class="last">The AAC audio format</td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Format/Audio/Flac.html"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr></a></td> | ||||
|  | @ -34,6 +40,14 @@ | |||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Format/Audio/Mp3.html"><abbr title="FFMpeg\Format\Audio\Mp3">Mp3</abbr></a></td> | ||||
|                     <td class="last">The MP3 audio format</td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Format/Audio/Vorbis.html"><abbr title="FFMpeg\Format\Audio\Vorbis">Vorbis</abbr></a></td> | ||||
|                     <td class="last">The Vorbis audio format</td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Format/Audio/Wav.html"><abbr title="FFMpeg\Format\Audio\Wav">Wav</abbr></a></td> | ||||
|                     <td class="last">The WAV audio format</td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
							
								
								
									
										498
									
								
								docs/source/API/API/FFMpeg/Format/Audio/Aac.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										498
									
								
								docs/source/API/API/FFMpeg/Format/Audio/Aac.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,498 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>FFMpeg\Format\Audio\Aac | 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="../../../traits.html">Traits</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/Format/Audio.html">FFMpeg\Format\Audio</a>\Aac</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>    class | ||||
|     <strong>Aac</strong>        extends <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The AAC audio format</p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioCodec">getAudioCodec</a>() | ||||
|                     <p>Returns the audio codec.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioCodec">setAudioCodec</a>(string $audioCodec) | ||||
|                     <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioKiloBitrate">getAudioKiloBitrate</a>() | ||||
|                     <p>Gets the audio kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioKiloBitrate">setAudioKiloBitrate</a>(integer $kiloBitrate) | ||||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>() | ||||
|                     <p>Returns the list of available audio codecs for this format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 124</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$pass</td> | ||||
|                 <td>The current pas snumber</td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$total</td> | ||||
|                 <td>The total pass number</td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td>An array of listeners</td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method___construct"> | ||||
|         <div class="location">at line 19</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAvailableAudioCodecs"> | ||||
|         <div class="location">at line 27</div> | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableAudioCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</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> | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a>\DefaultAudio</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>abstract class    <strong>DefaultAudio</strong>        extends <abbr title="Evenement\EventEmitter">EventEmitter</abbr>        implements | ||||
|                 <p>abstract     class | ||||
|     <strong>DefaultAudio</strong>        extends <abbr title="Evenement\EventEmitter">EventEmitter</abbr>        implements | ||||
|         <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a>, <a href="../../../FFMpeg/Format/ProgressableInterface.html"><abbr title="FFMpeg\Format\ProgressableInterface">ProgressableInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -80,6 +82,26 @@ | |||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -90,6 +112,16 @@ | |||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -97,13 +129,14 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">at line 33</div> | ||||
|         <div class="location">at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -111,7 +144,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -121,13 +155,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">at line 41</div> | ||||
|         <div class="location">at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -135,7 +170,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -145,13 +181,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">at line 54</div> | ||||
|         <div class="location">at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -159,7 +196,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -170,7 +208,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -179,13 +218,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">at line 71</div> | ||||
|         <div class="location">at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -193,7 +233,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -203,13 +244,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">at line 82</div> | ||||
|         <div class="location">at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -217,7 +259,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -228,7 +271,71 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -237,13 +344,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">at line 96</div> | ||||
|         <div class="location">at line 124</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -251,12 +359,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  | @ -282,6 +392,32 @@ | |||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,11 +23,13 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a>\Flac</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Flac</strong>        extends <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>Flac</strong>        extends <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The Flac audio format</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -83,6 +86,26 @@ | |||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -96,11 +119,22 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -120,13 +154,14 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 33</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -134,7 +169,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -144,13 +180,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 41</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -158,7 +195,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -168,13 +206,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 54</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -182,7 +221,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -193,7 +233,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -202,13 +243,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 71</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -216,7 +258,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -226,13 +269,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 82</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -240,7 +284,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -251,7 +296,71 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -260,13 +369,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 96</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 124</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -274,12 +384,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  | @ -305,6 +417,32 @@ | |||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  | @ -314,8 +452,10 @@ | |||
|     <strong>__construct</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -330,7 +470,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -338,7 +479,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,11 +23,13 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a>\Mp3</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Mp3</strong>        extends <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>Mp3</strong>        extends <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The MP3 audio format</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -83,6 +86,26 @@ | |||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -96,11 +119,22 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -120,13 +154,14 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 33</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -134,7 +169,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -144,13 +180,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 41</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -158,7 +195,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -168,13 +206,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 54</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -182,7 +221,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -193,7 +233,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -202,13 +243,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 71</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -216,7 +258,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -226,13 +269,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 82</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -240,7 +284,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -251,7 +296,71 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -260,13 +369,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 96</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 124</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -274,12 +384,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  | @ -305,6 +417,32 @@ | |||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  | @ -314,8 +452,10 @@ | |||
|     <strong>__construct</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -330,7 +470,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -338,7 +479,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										498
									
								
								docs/source/API/API/FFMpeg/Format/Audio/Vorbis.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										498
									
								
								docs/source/API/API/FFMpeg/Format/Audio/Vorbis.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,498 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>FFMpeg\Format\Audio\Vorbis | 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="../../../traits.html">Traits</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/Format/Audio.html">FFMpeg\Format\Audio</a>\Vorbis</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>    class | ||||
|     <strong>Vorbis</strong>        extends <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The Vorbis audio format</p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioCodec">getAudioCodec</a>() | ||||
|                     <p>Returns the audio codec.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioCodec">setAudioCodec</a>(string $audioCodec) | ||||
|                     <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioKiloBitrate">getAudioKiloBitrate</a>() | ||||
|                     <p>Gets the audio kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioKiloBitrate">setAudioKiloBitrate</a>(integer $kiloBitrate) | ||||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>() | ||||
|                     <p>Returns the list of available audio codecs for this format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">at line 27</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 124</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$pass</td> | ||||
|                 <td>The current pas snumber</td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$total</td> | ||||
|                 <td>The total pass number</td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td>An array of listeners</td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method___construct"> | ||||
|         <div class="location">at line 19</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAvailableAudioCodecs"> | ||||
|         <div class="location">at line 35</div> | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableAudioCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</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> | ||||
							
								
								
									
										498
									
								
								docs/source/API/API/FFMpeg/Format/Audio/Wav.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										498
									
								
								docs/source/API/API/FFMpeg/Format/Audio/Wav.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,498 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>FFMpeg\Format\Audio\Wav | 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="../../../traits.html">Traits</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/Format/Audio.html">FFMpeg\Format\Audio</a>\Wav</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>    class | ||||
|     <strong>Wav</strong>        extends <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The WAV audio format</p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioCodec">getAudioCodec</a>() | ||||
|                     <p>Returns the audio codec.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioCodec">setAudioCodec</a>(string $audioCodec) | ||||
|                     <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioKiloBitrate">getAudioKiloBitrate</a>() | ||||
|                     <p>Gets the audio kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioKiloBitrate">setAudioKiloBitrate</a>(integer $kiloBitrate) | ||||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>() | ||||
|                     <p>Returns the list of available audio codecs for this format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 124</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$pass</td> | ||||
|                 <td>The current pas snumber</td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|                 <td>$total</td> | ||||
|                 <td>The total pass number</td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td>An array of listeners</td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method___construct"> | ||||
|         <div class="location">at line 19</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAvailableAudioCodecs"> | ||||
|         <div class="location">at line 27</div> | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableAudioCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</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> | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Format.html">FFMpeg\Format</a>\AudioInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>AudioInterface</strong>        implements | ||||
|                 <p>    interface | ||||
|     <strong>AudioInterface</strong>        implements | ||||
|         <a href="../../FFMpeg/Format/FormatInterface.html"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -32,6 +34,26 @@ | |||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Format/FormatInterface.html#method_getPasses"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Format/FormatInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|  | @ -43,11 +65,11 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -76,22 +98,24 @@ | |||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">at line 20</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|                         <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/FormatInterface.html#method_getPasses"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a> at line 20</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -101,13 +125,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getExtraParams"> | ||||
|         <div class="location">at line 27</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/FormatInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a> at line 27</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -115,7 +140,60 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">at line 20</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">at line 27</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -131,7 +209,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -139,7 +218,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -155,7 +235,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -163,7 +244,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,11 +23,93 @@ | |||
|     <h1><a href="../../FFMpeg/Format.html">FFMpeg\Format</a>\FormatInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>FormatInterface</strong></p> | ||||
|                 <p>    interface | ||||
|     <strong>FormatInterface</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getPasses"> | ||||
|         <div class="location">at line 20</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getExtraParams"> | ||||
|         <div class="location">at line 27</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|      | ||||
|             </div> | ||||
|             <div id="footer"> | ||||
|         Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,12 +23,94 @@ | |||
|     <h1><a href="../../FFMpeg/Format.html">FFMpeg\Format</a>\FrameInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>FrameInterface</strong>        implements | ||||
|                 <p>    interface | ||||
|     <strong>FrameInterface</strong>        implements | ||||
|         <a href="../../FFMpeg/Format/FormatInterface.html"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|      | ||||
|             <h2>Methods</h2> | ||||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Format/FormatInterface.html#method_getPasses"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Format/FormatInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></small></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/FormatInterface.html#method_getPasses"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a> at line 20</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/FormatInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a> at line 27</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|      | ||||
|             </div> | ||||
|             <div id="footer"> | ||||
|         Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -25,7 +26,8 @@ | |||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../../FFMpeg/Format/ProgressListener/AudioProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AudioProgressListener">AudioProgressListener</abbr></a></td> | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/ProgressListener.html">FFMpeg\Format\ProgressListener</a>\AbstractProgressListener</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>abstract class    <strong>AbstractProgressListener</strong>        extends <abbr title="Evenement\EventEmitter">EventEmitter</abbr>        implements | ||||
|                 <p>abstract     class | ||||
|     <strong>AbstractProgressListener</strong>        extends <abbr title="Evenement\EventEmitter">EventEmitter</abbr>        implements | ||||
|         <abbr title="Alchemy\BinaryDriver\Listeners\ListenerInterface">ListenerInterface</abbr></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, string $pathfile, integer $currentPass, integer $totalPass) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -47,7 +50,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFProbe">getFFProbe</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -57,7 +61,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPathfile">getPathfile</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -67,7 +72,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getCurrentPass">getCurrentPass</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -77,7 +83,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getTotalPass">getTotalPass</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -112,8 +119,10 @@ | |||
|     <strong>__construct</strong>(<a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, string $pathfile, integer $currentPass, integer $totalPass)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -121,12 +130,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|  | @ -147,7 +158,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -161,8 +173,10 @@ | |||
|     <strong>getFFProbe</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -170,7 +184,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -185,8 +200,10 @@ | |||
|     <strong>getPathfile</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -194,7 +211,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -209,8 +227,10 @@ | |||
|     <strong>getCurrentPass</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -218,7 +238,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -233,8 +254,10 @@ | |||
|     <strong>getTotalPass</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -242,7 +265,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -258,7 +282,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -266,12 +291,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$type</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$data</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -288,7 +315,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,15 +23,17 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/ProgressListener.html">FFMpeg\Format\ProgressListener</a>\AudioProgressListener</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>AudioProgressListener</strong>        extends <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>AudioProgressListener</strong>        extends <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>Parses ffmpeg stderr progress information.</p> | ||||
|             <p>An example:<br /> | ||||
| <br /> | ||||
|  <pre><br /> | ||||
|        size=    3552kB time=00:03:47.29 bitrate= 128.0kbits/s<br /> | ||||
|  </pre></p> | ||||
|             <p>An example:</p> | ||||
| 
 | ||||
| <pre> | ||||
|       size=    3552kB time=00:03:47.29 bitrate= 128.0kbits/s | ||||
| </pre> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -44,7 +47,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, string $pathfile, integer $currentPass, integer $totalPass) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method___construct"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -54,7 +58,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFProbe">getFFProbe</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getFFProbe"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -64,7 +69,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPathfile">getPathfile</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getPathfile"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -74,7 +80,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getCurrentPass">getCurrentPass</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getCurrentPass"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -84,7 +91,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getTotalPass">getTotalPass</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getTotalPass"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -114,7 +122,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPattern">getPattern</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -129,8 +138,10 @@ | |||
|     <strong>__construct</strong>(<a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, string $pathfile, integer $currentPass, integer $totalPass)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -138,12 +149,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|  | @ -164,7 +177,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -178,8 +192,10 @@ | |||
|     <strong>getFFProbe</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -187,7 +203,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -202,8 +219,10 @@ | |||
|     <strong>getPathfile</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -211,7 +230,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -226,8 +246,10 @@ | |||
|     <strong>getCurrentPass</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -235,7 +257,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -250,8 +273,10 @@ | |||
|     <strong>getTotalPass</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -259,7 +284,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -275,7 +301,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -283,12 +310,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$type</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$data</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -305,7 +334,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -319,8 +349,10 @@ | |||
|     <strong>getPattern</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,15 +23,17 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/ProgressListener.html">FFMpeg\Format\ProgressListener</a>\VideoProgressListener</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>VideoProgressListener</strong>        extends <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>VideoProgressListener</strong>        extends <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>Parses ffmpeg stderr progress information for video files.</p> | ||||
|             <p>An example:<br /> | ||||
| <br /> | ||||
|  <pre><br /> | ||||
|        frame=  171 fps=0.0 q=10.0 size=      18kB time=00:00:05.72 bitrate=  26.4kbits/s dup=8 drop=0<br /> | ||||
|  </pre></p> | ||||
|             <p>An example:</p> | ||||
| 
 | ||||
| <pre> | ||||
|       frame=  171 fps=0.0 q=10.0 size=      18kB time=00:00:05.72 bitrate=  26.4kbits/s dup=8 drop=0 | ||||
| </pre> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -44,7 +47,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, string $pathfile, integer $currentPass, integer $totalPass) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method___construct"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -54,7 +58,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFProbe">getFFProbe</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getFFProbe"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -64,7 +69,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPathfile">getPathfile</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getPathfile"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -74,7 +80,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getCurrentPass">getCurrentPass</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getCurrentPass"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -84,7 +91,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getTotalPass">getTotalPass</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getTotalPass"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -114,7 +122,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPattern">getPattern</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -129,8 +138,10 @@ | |||
|     <strong>__construct</strong>(<a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, string $pathfile, integer $currentPass, integer $totalPass)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -138,12 +149,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|  | @ -164,7 +177,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -178,8 +192,10 @@ | |||
|     <strong>getFFProbe</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -187,7 +203,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -202,8 +219,10 @@ | |||
|     <strong>getPathfile</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -211,7 +230,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -226,8 +246,10 @@ | |||
|     <strong>getCurrentPass</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -235,7 +257,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -250,8 +273,10 @@ | |||
|     <strong>getTotalPass</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -259,7 +284,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -275,7 +301,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -283,12 +310,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$type</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$data</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -305,7 +334,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -319,8 +349,10 @@ | |||
|     <strong>getPattern</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Format.html">FFMpeg\Format</a>\ProgressableInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>ProgressableInterface</strong>        implements | ||||
|                 <p>    interface | ||||
|     <strong>ProgressableInterface</strong>        implements | ||||
|         <abbr title="Evenement\EventEmitterInterface">EventEmitterInterface</abbr></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -53,7 +55,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -61,12 +64,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,12 +23,14 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/Video.html">FFMpeg\Format\Video</a>\DefaultVideo</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>abstract class    <strong>DefaultVideo</strong>        extends <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a>        implements | ||||
|                 <p>abstract     class | ||||
|     <strong>DefaultVideo</strong>        extends <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a>        implements | ||||
|         <a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The abstract default Video format</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -84,6 +87,26 @@ | |||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -94,6 +117,16 @@ | |||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -134,16 +167,6 @@ | |||
|                     <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -151,7 +174,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getModulus">getModulus</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -161,13 +185,14 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 33</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -175,7 +200,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -185,13 +211,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 41</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -199,7 +226,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -209,13 +237,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 54</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -223,7 +252,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -234,7 +264,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -243,13 +274,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 71</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -257,7 +289,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -267,13 +300,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 82</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -281,7 +315,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -292,7 +327,71 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -301,13 +400,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">at line 108</div> | ||||
|         <div class="location">at line 100</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -315,12 +415,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  | @ -346,6 +448,32 @@ | |||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  | @ -356,7 +484,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -364,7 +493,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -380,7 +510,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -388,7 +519,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -399,7 +531,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -414,7 +547,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -422,7 +556,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -438,7 +573,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -446,7 +582,8 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -457,46 +594,25 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">at line 92</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">at line 100</div> | ||||
|         <div class="location">at line 92</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -504,7 +620,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,11 +23,13 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/Video.html">FFMpeg\Format\Video</a>\Ogg</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Ogg</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>Ogg</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The Ogg video format</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -35,6 +38,96 @@ | |||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioCodec">getAudioCodec</a>() | ||||
|                     <p>Returns the audio codec.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioCodec">setAudioCodec</a>(string $audioCodec) | ||||
|                     <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioKiloBitrate">getAudioKiloBitrate</a>() | ||||
|                     <p>Gets the audio kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioKiloBitrate">setAudioKiloBitrate</a>(integer $kiloBitrate) | ||||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|  | @ -73,16 +166,6 @@ | |||
|                     <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getPasses"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -90,27 +173,19 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getModulus">getModulus</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($audioCodec = 'libvorbis', $videoCodec = 'libtheora') | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -126,11 +201,11 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>() | ||||
|                     <p>{@inheritDoc}</p> | ||||
|                     <p>Returns the list of available audio codecs for this format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -149,22 +224,24 @@ | |||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -173,14 +250,104 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -188,7 +355,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -199,7 +367,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -207,96 +376,15 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getPasses"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 92</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 100</div> | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -304,23 +392,62 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 108</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 100</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -328,12 +455,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  | @ -359,6 +488,185 @@ | |||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 92</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  | @ -368,8 +676,10 @@ | |||
|     <strong>__construct</strong>($audioCodec = 'libvorbis', $videoCodec = 'libtheora')</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -377,12 +687,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -399,7 +711,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if the current format supports B-Frames.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -407,7 +720,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -418,14 +732,25 @@ | |||
| 
 | ||||
|                 <h3 id="method_getAvailableAudioCodecs"> | ||||
|         <div class="location">at line 37</div> | ||||
|         <code>            public             | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableAudioCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritDoc}</p> | ||||
|         <p></p> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|  | @ -438,7 +763,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available video codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -446,7 +772,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,11 +23,13 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/Video.html">FFMpeg\Format\Video</a>\WMV</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>WMV</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>WMV</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The WMV video format</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -35,6 +38,96 @@ | |||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioCodec">getAudioCodec</a>() | ||||
|                     <p>Returns the audio codec.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioCodec">setAudioCodec</a>(string $audioCodec) | ||||
|                     <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioKiloBitrate">getAudioKiloBitrate</a>() | ||||
|                     <p>Gets the audio kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioKiloBitrate">setAudioKiloBitrate</a>(integer $kiloBitrate) | ||||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|  | @ -73,16 +166,6 @@ | |||
|                     <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getPasses"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -90,27 +173,19 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getModulus">getModulus</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($audioCodec = 'wmav2', $videoCodec = 'wmv2') | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -126,11 +201,11 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>() | ||||
|                     <p>{@inheritDoc}</p> | ||||
|                     <p>Returns the list of available audio codecs for this format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -149,22 +224,24 @@ | |||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -173,14 +250,104 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -188,7 +355,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -199,7 +367,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -207,96 +376,15 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getPasses"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 92</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 100</div> | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -304,23 +392,62 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 108</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 100</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -328,12 +455,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  | @ -359,6 +488,185 @@ | |||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 92</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  | @ -368,8 +676,10 @@ | |||
|     <strong>__construct</strong>($audioCodec = 'wmav2', $videoCodec = 'wmv2')</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -377,12 +687,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -399,7 +711,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if the current format supports B-Frames.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -407,7 +720,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -418,14 +732,25 @@ | |||
| 
 | ||||
|                 <h3 id="method_getAvailableAudioCodecs"> | ||||
|         <div class="location">at line 37</div> | ||||
|         <code>            public             | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableAudioCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritDoc}</p> | ||||
|         <p></p> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|  | @ -438,7 +763,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available video codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -446,7 +772,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,11 +23,13 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/Video.html">FFMpeg\Format\Video</a>\WMV3</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>WMV3</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>WMV3</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The WMV video format</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -35,6 +38,96 @@ | |||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioCodec">getAudioCodec</a>() | ||||
|                     <p>Returns the audio codec.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioCodec">setAudioCodec</a>(string $audioCodec) | ||||
|                     <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioKiloBitrate">getAudioKiloBitrate</a>() | ||||
|                     <p>Gets the audio kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioKiloBitrate">setAudioKiloBitrate</a>(integer $kiloBitrate) | ||||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|  | @ -73,16 +166,6 @@ | |||
|                     <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getPasses"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -90,27 +173,19 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getModulus">getModulus</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($audioCodec = 'wmav3', $videoCodec = 'wmv3') | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -126,11 +201,11 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>() | ||||
|                     <p>{@inheritDoc}</p> | ||||
|                     <p>Returns the list of available audio codecs for this format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -149,22 +224,24 @@ | |||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -173,14 +250,104 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -188,7 +355,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -199,7 +367,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -207,96 +376,15 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getPasses"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 92</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 100</div> | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -304,23 +392,62 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 108</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 100</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -328,12 +455,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  | @ -359,6 +488,185 @@ | |||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 92</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  | @ -368,8 +676,10 @@ | |||
|     <strong>__construct</strong>($audioCodec = 'wmav3', $videoCodec = 'wmv3')</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -377,12 +687,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -399,7 +711,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if the current format supports B-Frames.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -407,7 +720,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -418,14 +732,25 @@ | |||
| 
 | ||||
|                 <h3 id="method_getAvailableAudioCodecs"> | ||||
|         <div class="location">at line 37</div> | ||||
|         <code>            public             | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableAudioCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritDoc}</p> | ||||
|         <p></p> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|  | @ -438,7 +763,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available video codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -446,7 +772,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,11 +23,13 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/Video.html">FFMpeg\Format\Video</a>\WebM</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>WebM</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>WebM</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The WebM video format</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -35,6 +38,96 @@ | |||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioCodec">getAudioCodec</a>() | ||||
|                     <p>Returns the audio codec.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioCodec">setAudioCodec</a>(string $audioCodec) | ||||
|                     <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioKiloBitrate">getAudioKiloBitrate</a>() | ||||
|                     <p>Gets the audio kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioKiloBitrate">setAudioKiloBitrate</a>(integer $kiloBitrate) | ||||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|  | @ -73,16 +166,6 @@ | |||
|                     <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getPasses"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -90,27 +173,19 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getModulus">getModulus</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($audioCodec = 'libvorbis', $videoCodec = 'libvpx') | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -126,21 +201,11 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>{@inheritDoc}</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>() | ||||
|                     <p>{@inheritDoc}</p> | ||||
|                     <p>Returns the list of available audio codecs for this format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -159,22 +224,24 @@ | |||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">at line 37</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -183,14 +250,104 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -198,7 +355,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -209,7 +367,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -217,96 +376,15 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getPasses"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 92</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 100</div> | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -314,23 +392,62 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 108</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 100</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -338,12 +455,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  | @ -369,6 +488,185 @@ | |||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 138</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 92</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|  | @ -378,8 +676,10 @@ | |||
|     <strong>__construct</strong>($audioCodec = 'libvorbis', $videoCodec = 'libvpx')</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -387,12 +687,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -409,7 +711,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if the current format supports B-Frames.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -417,40 +720,37 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getExtraParams"> | ||||
|         <div class="location">at line 37</div> | ||||
|         <code>            public             | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritDoc}</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAvailableAudioCodecs"> | ||||
|         <div class="location">at line 45</div> | ||||
|         <code>            public             | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableAudioCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritDoc}</p> | ||||
|         <p></p> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|  | @ -463,7 +763,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available video codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -471,7 +772,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,11 +23,13 @@ | |||
|     <h1><a href="../../../FFMpeg/Format/Video.html">FFMpeg\Format\Video</a>\X264</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>X264</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>X264</strong>        extends <a href="../../../FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></p> | ||||
| 
 | ||||
|             <div class="description"> | ||||
|             <p>The X264 video format</p> | ||||
|             <p></p> | ||||
|             <p> | ||||
| </p> | ||||
|         </div> | ||||
|      | ||||
|      | ||||
|  | @ -35,6 +38,96 @@ | |||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioCodec">getAudioCodec</a>() | ||||
|                     <p>Returns the audio codec.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioCodec">setAudioCodec</a>(string $audioCodec) | ||||
|                     <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioKiloBitrate">getAudioKiloBitrate</a>() | ||||
|                     <p>Gets the audio kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioKiloBitrate">setAudioKiloBitrate</a>(integer $kiloBitrate) | ||||
|                     <p>Sets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setAudioChannels">setAudioChannels</a>(integer $channels) | ||||
|                     <p>Sets the channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|  | @ -76,41 +169,23 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                     int | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getModulus">getModulus</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_createProgressListener">createProgressListener</a>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total) | ||||
|                     <p>Creates the progress listener.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($audioCodec = 'libfaac', $videoCodec = 'libx264') | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -126,11 +201,22 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                     <a href="../../../FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setBFramesSupport">setBFramesSupport</a>(<abbr title="FFMpeg\Format\Video\$support">$support</abbr> $support) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     array | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getAvailableAudioCodecs">getAvailableAudioCodecs</a>() | ||||
|                     <p>{@inheritDoc}</p> | ||||
|                     <p>Returns the list of available audio codecs for this format.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -149,22 +235,24 @@ | |||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|                         <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 36</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -173,14 +261,104 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|                 <h3 id="method_getAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 44</div> | ||||
|         <code>            public            string | ||||
|     <strong>getAudioCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 57</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     <strong>setAudioCodec</strong>(string $audioCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 74</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 85</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -188,7 +366,8 @@ | |||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -199,7 +378,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -207,96 +387,15 @@ | |||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">at line 53</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">at line 58</div> | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 99</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -304,23 +403,62 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setAudioChannels"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> at line 110</div> | ||||
|         <code>            public             | ||||
|     <strong>setAudioChannels</strong>(integer $channels)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$channels</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_createProgressListener"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 108</div> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 100</div> | ||||
|         <code>            public            array | ||||
|     <strong>createProgressListener</strong>(<a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> $media, <a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, Integer $pass, Integer $total)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Creates the progress listener.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -328,12 +466,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                 <td>$media</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Integer</td> | ||||
|  | @ -359,17 +499,198 @@ | |||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">at line 68</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 38</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setKiloBitrate"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 49</div> | ||||
|         <code>            public             | ||||
|     <strong>setKiloBitrate</strong>(integer $kiloBitrate)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>integer</td> | ||||
|                 <td>$kiloBitrate</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 63</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setVideoCodec"> | ||||
|         <div class="location">in <a href="../../../FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> at line 75</div> | ||||
|         <code>            public             | ||||
|     <strong>setVideoCodec</strong>(string $videoCodec)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                             <h4>Exceptions</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">at line 76</div> | ||||
|         <code>            public            int | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>int</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method___construct"> | ||||
|         <div class="location">at line 19</div> | ||||
|         <div class="location">at line 22</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>($audioCodec = 'libfaac', $videoCodec = 'libx264')</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -377,12 +698,14 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$audioCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$videoCodec</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -393,13 +716,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_supportBFrames"> | ||||
|         <div class="location">at line 29</div> | ||||
|         <div class="location">at line 32</div> | ||||
|         <code>            public            Boolean | ||||
|     <strong>supportBFrames</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if the current format supports B-Frames.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -407,7 +731,46 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setBFramesSupport"> | ||||
|         <div class="location">at line 42</div> | ||||
|         <code>            public            <a href="../../../FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a> | ||||
|     <strong>setBFramesSupport</strong>(<abbr title="FFMpeg\Format\Video\$support">$support</abbr> $support)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><abbr title="FFMpeg\Format\Video\$support">$support</abbr></td> | ||||
|                 <td>$support</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../../FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -417,28 +780,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAvailableAudioCodecs"> | ||||
|         <div class="location">at line 37</div> | ||||
|         <code>            public             | ||||
|         <div class="location">at line 52</div> | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableAudioCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritDoc}</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAvailableVideoCodecs"> | ||||
|         <div class="location">at line 45</div> | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableVideoCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available video codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -446,7 +795,34 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAvailableVideoCodecs"> | ||||
|         <div class="location">at line 60</div> | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableVideoCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available video codecs for this format.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Format.html">FFMpeg\Format</a>\VideoInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>VideoInterface</strong>        implements | ||||
|                 <p>    interface | ||||
|     <strong>VideoInterface</strong>        implements | ||||
|         <a href="../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -32,6 +34,26 @@ | |||
| 
 | ||||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Format/FormatInterface.html#method_getPasses"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Format/FormatInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     integer | ||||
|                 </td> | ||||
|  | @ -43,13 +65,13 @@ | |||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|                     integer | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getExtraParams">getExtraParams</a>() | ||||
|                     <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|                     <a href="#method_getAudioChannels">getAudioChannels</a>() | ||||
|                     <p>Gets the audio channels value.</p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Format/AudioInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></small></td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Format/AudioInterface.html#method_getAudioChannels"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -80,16 +102,6 @@ | |||
|                     <p>Gets the kiloBitrate value.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPasses">getPasses</a>() | ||||
|                     <p>Returns the number of passes.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -136,22 +148,24 @@ | |||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/AudioInterface.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> at line 20</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|                         <h3 id="method_getPasses"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/FormatInterface.html#method_getPasses"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a> at line 20</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -161,13 +175,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getExtraParams"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/AudioInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> at line 27</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/FormatInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a> at line 27</div> | ||||
|         <code>            public            <abbr title="FFMpeg\Format\array()">array()</abbr> | ||||
|     <strong>getExtraParams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -175,7 +190,60 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioKiloBitrate"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/AudioInterface.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> at line 20</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioKiloBitrate</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio kiloBitrate value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAudioChannels"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Format/AudioInterface.html#method_getAudioChannels"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> at line 27</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getAudioChannels</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the audio channels value.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -191,7 +259,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the audio codec.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -199,7 +268,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -215,7 +285,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available audio codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -223,7 +294,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -239,7 +311,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the kiloBitrate value.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -247,31 +320,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPasses"> | ||||
|         <div class="location">at line 28</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPasses</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the number of passes.</p> | ||||
|         <p></p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -281,14 +331,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getModulus"> | ||||
|         <div class="location">at line 40</div> | ||||
|         <div class="location">at line 33</div> | ||||
|         <code>            public            integer | ||||
|     <strong>getModulus</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the modulus used by the Resizable video.</p> | ||||
|         <p>This used to calculate the target dimensions while maintaining the best<br /> | ||||
|  aspect ratio.</p> | ||||
|         <p>This used to calculate the target dimensions while maintaining the best | ||||
| aspect ratio.</p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -296,7 +346,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>integer</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -315,13 +366,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideoCodec"> | ||||
|         <div class="location">at line 47</div> | ||||
|         <div class="location">at line 40</div> | ||||
|         <code>            public            string | ||||
|     <strong>getVideoCodec</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video codec.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -329,7 +381,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -339,13 +392,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_supportBFrames"> | ||||
|         <div class="location">at line 56</div> | ||||
|         <div class="location">at line 49</div> | ||||
|         <code>            public            Boolean | ||||
|     <strong>supportBFrames</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns true if the current format supports B-Frames.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -353,7 +407,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>Boolean</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -372,13 +427,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getAvailableVideoCodecs"> | ||||
|         <div class="location">at line 63</div> | ||||
|         <div class="location">at line 56</div> | ||||
|         <code>            public            array | ||||
|     <strong>getAvailableVideoCodecs</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the list of available video codecs for this format.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -386,7 +442,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>array</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../classes.html">Classes</a></li> | ||||
|                             <li><a href="../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../traits.html">Traits</a></li> | ||||
|             <li><a href="../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -25,23 +26,28 @@ | |||
|                         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Media/AbstractStreamableMedia.html"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  | @ -49,7 +55,8 @@ | |||
|         <table> | ||||
|                             <tr> | ||||
|                     <td><a href="../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|                     <td class="last"></td> | ||||
|                     <td class="last"> | ||||
| </td> | ||||
|                 </tr> | ||||
|                     </table> | ||||
|      | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Media.html">FFMpeg\Media</a>\AbstractMediaType</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>abstract class    <strong>AbstractMediaType</strong>        implements | ||||
|                 <p>abstract     class | ||||
|     <strong>AbstractMediaType</strong>        implements | ||||
|         <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +39,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -47,7 +50,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFMpegDriver">getFFMpegDriver</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -57,7 +61,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFMpegDriver">setFFMpegDriver</a>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -67,7 +72,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFProbe">getFFProbe</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -77,7 +83,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFProbe">setFFProbe</a>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -87,7 +94,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPathfile">getPathfile</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -97,7 +105,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFiltersCollection">setFiltersCollection</a>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -107,7 +116,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFiltersCollection">getFiltersCollection</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -117,13 +127,15 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 31</div> | ||||
|         <div class="location">at line 29</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -131,17 +143,20 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -152,13 +167,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFMpegDriver"> | ||||
|         <div class="location">at line 44</div> | ||||
|         <div class="location">at line 40</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> | ||||
|     <strong>getFFMpegDriver</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -166,7 +183,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -176,13 +194,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFMpegDriver"> | ||||
|         <div class="location">at line 54</div> | ||||
|         <div class="location">at line 50</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFMpegDriver</strong>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -190,7 +210,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -200,7 +221,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -210,13 +232,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFProbe"> | ||||
|         <div class="location">at line 64</div> | ||||
|         <div class="location">at line 60</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>getFFProbe</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -224,7 +248,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -234,13 +259,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFProbe"> | ||||
|         <div class="location">at line 74</div> | ||||
|         <div class="location">at line 70</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFProbe</strong>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -248,7 +275,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -258,7 +286,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -268,13 +297,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPathfile"> | ||||
|         <div class="location">at line 84</div> | ||||
|         <div class="location">at line 80</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPathfile</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -282,7 +313,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -292,13 +324,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFiltersCollection"> | ||||
|         <div class="location">at line 94</div> | ||||
|         <div class="location">at line 90</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFiltersCollection</strong>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -306,7 +340,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></td> | ||||
|                 <td>$filters</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -316,7 +351,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -326,13 +362,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFiltersCollection"> | ||||
|         <div class="location">at line 104</div> | ||||
|         <div class="location">at line 100</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>getFiltersCollection</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -340,7 +378,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Media.html">FFMpeg\Media</a>\AbstractStreamableMedia</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>abstract class    <strong>AbstractStreamableMedia</strong>        extends <a href="../../FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></p> | ||||
|                 <p>abstract     class | ||||
|     <strong>AbstractStreamableMedia</strong>        extends <a href="../../FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -36,7 +38,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method___construct"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -46,7 +49,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFMpegDriver">getFFMpegDriver</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -56,7 +60,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFMpegDriver">setFFMpegDriver</a>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -66,7 +71,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFProbe">getFFProbe</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -76,7 +82,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFProbe">setFFProbe</a>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -86,7 +93,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPathfile">getPathfile</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -96,7 +104,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFiltersCollection">setFiltersCollection</a>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -106,7 +115,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFiltersCollection">getFiltersCollection</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -116,7 +126,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getStreams">getStreams</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -126,7 +137,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFormat">getFormat</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -136,13 +148,15 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method___construct"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 31</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method___construct"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 29</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -150,17 +164,20 @@ | |||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -171,13 +188,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFMpegDriver"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 44</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 40</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> | ||||
|     <strong>getFFMpegDriver</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -185,7 +204,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -195,13 +215,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFMpegDriver"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 54</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 50</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFMpegDriver</strong>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -209,7 +231,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -219,7 +242,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -229,13 +253,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFProbe"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 64</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 60</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>getFFProbe</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -243,7 +269,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -253,13 +280,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFProbe"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 74</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 70</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFProbe</strong>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -267,7 +296,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -277,7 +307,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -287,13 +318,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPathfile"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 84</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 80</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPathfile</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -301,7 +334,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -311,13 +345,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFiltersCollection"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 94</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 90</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFiltersCollection</strong>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -325,7 +361,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></td> | ||||
|                 <td>$filters</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -335,7 +372,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -345,13 +383,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFiltersCollection"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 104</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 100</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>getFiltersCollection</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -359,7 +399,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -369,13 +410,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getStreams"> | ||||
|         <div class="location">at line 22</div> | ||||
|         <div class="location">at line 24</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a> | ||||
|     <strong>getStreams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -383,7 +426,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -393,13 +437,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFormat"> | ||||
|         <div class="location">at line 30</div> | ||||
|         <div class="location">at line 36</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a> | ||||
|     <strong>getFormat</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -407,7 +453,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Media.html">FFMpeg\Media</a>\Audio</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Audio</strong>        extends <a href="../../FFMpeg/Media/AbstractStreamableMedia.html"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>Audio</strong>        extends <a href="../../FFMpeg/Media/AbstractStreamableMedia.html"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -32,11 +34,100 @@ | |||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method___construct"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFMpegDriver">getFFMpegDriver</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFMpegDriver">setFFMpegDriver</a>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFProbe">getFFProbe</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFProbe">setFFProbe</a>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPathfile">getPathfile</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFiltersCollection">setFiltersCollection</a>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFiltersCollection">getFiltersCollection</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getStreams">getStreams</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getStreams"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -46,7 +137,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFormat">getFormat</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getFormat"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -56,7 +148,7 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_filters">filters</a>() | ||||
|                     <p>{@inheritdoc}</p> | ||||
|                     <p>Returns the available filters.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -85,14 +177,278 @@ | |||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method___construct"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 29</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFMpegDriver"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 40</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> | ||||
|     <strong>getFFMpegDriver</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFMpegDriver"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 50</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFMpegDriver</strong>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFProbe"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 60</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>getFFProbe</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFProbe"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 70</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFProbe</strong>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPathfile"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 80</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPathfile</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFiltersCollection"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 90</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFiltersCollection</strong>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></td> | ||||
|                 <td>$filters</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFiltersCollection"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 100</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>getFiltersCollection</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getStreams"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getStreams"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a> at line 22</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getStreams"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a> at line 24</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a> | ||||
|     <strong>getStreams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -100,7 +456,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -110,13 +467,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFormat"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getFormat"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a> at line 30</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getFormat"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a> at line 36</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a> | ||||
|     <strong>getFormat</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -124,7 +483,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -139,8 +499,9 @@ | |||
|     <strong>filters</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p>Returns the available filters.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -148,7 +509,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -164,7 +526,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -172,7 +535,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></td> | ||||
|                 <td>$filter</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -182,7 +546,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -198,7 +563,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Exports the audio in the desired format, applies registered filters.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -206,12 +572,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Format/FormatInterface.html"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$outputPathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -221,7 +589,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -231,7 +600,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Media.html">FFMpeg\Media</a>\Frame</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Frame</strong>        extends <a href="../../FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>Frame</strong>        extends <a href="../../FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -35,8 +37,9 @@ | |||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, <a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $timecode) | ||||
|                     <p></p> | ||||
|                     <a href="#method___construct">__construct</a>(<a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, <a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $timecode) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -46,7 +49,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFMpegDriver">getFFMpegDriver</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -56,7 +60,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFMpegDriver">setFFMpegDriver</a>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -66,7 +71,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFProbe">getFFProbe</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -76,7 +82,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFProbe">setFFProbe</a>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -86,7 +93,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPathfile">getPathfile</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -96,7 +104,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFiltersCollection">setFiltersCollection</a>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters) | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|  | @ -106,9 +115,20 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFiltersCollection">getFiltersCollection</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getVideo">getVideo</a>() | ||||
|                     <p>Returns the video related to the frame.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|  | @ -136,7 +156,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getTimeCode">getTimeCode</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -156,36 +177,42 @@ | |||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">at line 27</div> | ||||
|         <div class="location">at line 29</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, <a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $timecode)</code> | ||||
|     <strong>__construct</strong>(<a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> $video, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe, <a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $timecode)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td></td> | ||||
|                 <td><a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|                 <td>$video</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|                 <td>$timecode</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -196,13 +223,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFMpegDriver"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 44</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 40</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> | ||||
|     <strong>getFFMpegDriver</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -210,7 +239,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -220,13 +250,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFMpegDriver"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 54</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 50</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFMpegDriver</strong>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -234,7 +266,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -244,7 +277,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -254,13 +288,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFProbe"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 64</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 60</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>getFFProbe</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -268,7 +304,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -278,13 +315,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFProbe"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 74</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 70</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFProbe</strong>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -292,7 +331,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -302,7 +342,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -312,13 +353,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPathfile"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 84</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 80</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPathfile</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -326,7 +369,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -336,13 +380,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFiltersCollection"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 94</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 90</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFiltersCollection</strong>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -350,7 +396,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></td> | ||||
|                 <td>$filters</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -360,7 +407,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -370,13 +418,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFiltersCollection"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 104</div> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 100</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>getFiltersCollection</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -384,7 +434,34 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getVideo"> | ||||
|         <div class="location">at line 41</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> | ||||
|     <strong>getVideo</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the video related to the frame.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -394,13 +471,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_filters"> | ||||
|         <div class="location">at line 38</div> | ||||
|         <div class="location">at line 51</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a> | ||||
|     <strong>filters</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the available filters.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -408,7 +486,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -418,13 +497,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_addFilter"> | ||||
|         <div class="location">at line 48</div> | ||||
|         <div class="location">at line 61</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> | ||||
|     <strong>addFilter</strong>(<a href="../../FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a> $filter)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -432,7 +512,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a></td> | ||||
|                 <td>$filter</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -442,7 +523,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -452,13 +534,15 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getTimeCode"> | ||||
|         <div class="location">at line 58</div> | ||||
|         <div class="location">at line 71</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> | ||||
|     <strong>getTimeCode</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -466,7 +550,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -476,13 +561,13 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_save"> | ||||
|         <div class="location">at line 75</div> | ||||
|         <div class="location">at line 88</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> | ||||
|     <strong>save</strong>(string $pathfile, Boolean $accurate = false)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Saves the frame in the given filename.</p> | ||||
|         <p>Uses the `unaccurate method by default.`</p> | ||||
|         <p>Uses the <code>unaccurate method by default.</code></p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -490,12 +575,14 @@ | |||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>Boolean</td> | ||||
|                 <td>$accurate</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -505,7 +592,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -515,7 +603,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Media.html">FFMpeg\Media</a>\MediaTypeInterface</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>interface    <strong>MediaTypeInterface</strong></p> | ||||
|                 <p>    interface | ||||
|     <strong>MediaTypeInterface</strong></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -46,7 +48,8 @@ | |||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPathfile">getPathfile</a>() | ||||
|                     <p></p> | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -62,7 +65,8 @@ | |||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Returns the available filters.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|              | ||||
|  | @ -76,8 +80,10 @@ | |||
|     <strong>getPathfile</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p></p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -85,7 +91,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="../../classes.html">Classes</a></li> | ||||
|                             <li><a href="../../namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="../../interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="../../traits.html">Traits</a></li> | ||||
|             <li><a href="../../doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -22,7 +23,8 @@ | |||
|     <h1><a href="../../FFMpeg/Media.html">FFMpeg\Media</a>\Video</h1> | ||||
|     </div> | ||||
|         <div class="content"> | ||||
|                 <p>class    <strong>Video</strong>        extends <a href="../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></p> | ||||
|                 <p>    class | ||||
|     <strong>Video</strong>        extends <a href="../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></p> | ||||
| 
 | ||||
|      | ||||
|      | ||||
|  | @ -32,11 +34,121 @@ | |||
|             <table> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                      | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method___construct">__construct</a>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method___construct"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFMpegDriver">getFFMpegDriver</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFMpegDriver">setFFMpegDriver</a>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFFProbe">getFFProbe</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFFProbe">setFFProbe</a>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     string | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getPathfile">getPathfile</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_setFiltersCollection">setFiltersCollection</a>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters) | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFiltersCollection">getFiltersCollection</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getStreams">getStreams</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getStreams"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_getFormat">getFormat</a>() | ||||
|                     <p> | ||||
| </p> | ||||
|                 </td> | ||||
|                 <td><small>from <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getFormat"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></small></td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td class="type"> | ||||
|                     <a href="../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a> | ||||
|                 </td> | ||||
|                 <td class="last"> | ||||
|                     <a href="#method_filters">filters</a>() | ||||
|                     <p>{@inheritdoc}</p> | ||||
|                     <p>Returns the available filters.</p> | ||||
|                 </td> | ||||
|                 <td></td> | ||||
|             </tr> | ||||
|  | @ -75,14 +187,331 @@ | |||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|                         <h3 id="method___construct"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method___construct"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 29</div> | ||||
|         <code>            public             | ||||
|     <strong>__construct</strong>($pathfile, <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver, <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td></td> | ||||
|                 <td>$pathfile</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFMpegDriver"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 40</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> | ||||
|     <strong>getFFMpegDriver</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFMpegDriver"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 50</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFMpegDriver</strong>(<a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> $driver)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></td> | ||||
|                 <td>$driver</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFFProbe"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 60</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> | ||||
|     <strong>getFFProbe</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFFProbe"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 70</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFFProbe</strong>(<a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a> $ffprobe)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></td> | ||||
|                 <td>$ffprobe</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getPathfile"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 80</div> | ||||
|         <code>            public            string | ||||
|     <strong>getPathfile</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td>string</td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_setFiltersCollection"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 90</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>setFiltersCollection</strong>(<a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> $filters)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></td> | ||||
|                 <td>$filters</td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFiltersCollection"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> at line 100</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> | ||||
|     <strong>getFiltersCollection</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getStreams"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getStreams"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a> at line 24</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a> | ||||
|     <strong>getStreams</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_getFormat"> | ||||
|         <div class="location">in <a href="../../FFMpeg/Media/AbstractStreamableMedia.html#method_getFormat"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a> at line 36</div> | ||||
|         <code>            public            <a href="../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a> | ||||
|     <strong>getFormat</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p> | ||||
| </p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
| 
 | ||||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|              | ||||
|              | ||||
|                     </div> | ||||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_filters"> | ||||
|         <div class="location">at line 31</div> | ||||
|         <div class="location">at line 34</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a> | ||||
|     <strong>filters</strong>()</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p>Returns the available filters.</p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|              | ||||
|                             <h4>Return Value</h4> | ||||
|  | @ -90,7 +519,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -100,13 +530,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_addFilter"> | ||||
|         <div class="location">at line 41</div> | ||||
|         <div class="location">at line 44</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> | ||||
|     <strong>addFilter</strong>(<a href="../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> $filter)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>{@inheritdoc}</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -114,7 +545,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></td> | ||||
|                 <td>$filter</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -124,7 +556,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -134,13 +567,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_save"> | ||||
|         <div class="location">at line 58</div> | ||||
|         <div class="location">at line 61</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> | ||||
|     <strong>save</strong>(<a href="../../FFMpeg/Format/FormatInterface.html"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a> $format, string $outputPathfile)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Exports the video in the desired format, applies registered filters.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -148,12 +582,14 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Format/FormatInterface.html"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></td> | ||||
|                 <td>$format</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td>string</td> | ||||
|                 <td>$outputPathfile</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -163,7 +599,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  | @ -173,7 +610,8 @@ | |||
|                     <table> | ||||
|                     <tr> | ||||
|                 <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -182,13 +620,14 @@ | |||
|     </div> | ||||
| 
 | ||||
|                 <h3 id="method_frame"> | ||||
|         <div class="location">at line 156</div> | ||||
|         <div class="location">at line 180</div> | ||||
|         <code>            public            <a href="../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> | ||||
|     <strong>frame</strong>(<a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> $at)</code> | ||||
|     </h3> | ||||
|     <div class="details"> | ||||
|         <p>Gets the frame at timecode.</p> | ||||
|         <p></p> | ||||
|         <p> | ||||
| </p> | ||||
|         <div class="tags"> | ||||
|                             <h4>Parameters</h4> | ||||
| 
 | ||||
|  | @ -196,7 +635,8 @@ | |||
|                     <tr> | ||||
|                 <td><a href="../../FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></td> | ||||
|                 <td>$at</td> | ||||
|                 <td></td> | ||||
|                 <td> | ||||
| </td> | ||||
|             </tr> | ||||
|             </table> | ||||
| 
 | ||||
|  | @ -206,7 +646,8 @@ | |||
|                     <table> | ||||
|         <tr> | ||||
|             <td><a href="../../FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></td> | ||||
|             <td></td> | ||||
|             <td> | ||||
| </td> | ||||
|         </tr> | ||||
|     </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1 +1 @@ | |||
| 0.8.1-DEV | ||||
| 1.4-DEV | ||||
							
								
								
									
										1
									
								
								docs/source/API/API/cache/PROJECT_VERSION
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								docs/source/API/API/cache/PROJECT_VERSION
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | |||
| master | ||||
							
								
								
									
										1
									
								
								docs/source/API/API/cache/SAMI_VERSION
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								docs/source/API/API/cache/SAMI_VERSION
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | |||
| 1.4-DEV | ||||
|  | @ -0,0 +1,693 @@ | |||
| <?php | ||||
| 
 | ||||
| /* pages/class.twig */ | ||||
| class __TwigTemplate_1647bd6f794a82b95acfde6a6f2048778716621815a792b5ff8c1405a108e8b4 extends Twig_Template | ||||
| { | ||||
|     public function __construct(Twig_Environment $env) | ||||
|     { | ||||
|         parent::__construct($env); | ||||
| 
 | ||||
|         $this->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 "    <div class=\"type\">"; | ||||
|         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 "</div>
 | ||||
|     <h1>";
 | ||||
|         // 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 "</h1>
 | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // line 14
 | ||||
|     public function block_content($context, array $blocks = array()) | ||||
|     { | ||||
|         // line 15
 | ||||
|         echo "    <p>"; | ||||
|         $this->displayBlock("class_signature", $context, $blocks); | ||||
|         echo "</p>
 | ||||
| 
 | ||||
|     ";
 | ||||
|         // 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 "        <div class=\"description\">
 | ||||
|             <p>";
 | ||||
|             // 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 "</p>
 | ||||
|             <p>";
 | ||||
|             // 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 "</p>
 | ||||
|         </div> | ||||
|     ";
 | ||||
|         } | ||||
|         // line 23
 | ||||
|         echo " | ||||
|     ";
 | ||||
|         // line 24
 | ||||
|         if ((isset($context["constants"]) ? $context["constants"] : $this->getContext($context, "constants"))) { | ||||
|             // line 25
 | ||||
|             echo "        <h2>Constants</h2>
 | ||||
| 
 | ||||
|         ";
 | ||||
|             // 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 "        <h2>Properties</h2>
 | ||||
| 
 | ||||
|         ";
 | ||||
|             // 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 "        <h2>Methods</h2>
 | ||||
| 
 | ||||
|         ";
 | ||||
|             // line 39
 | ||||
|             $this->displayBlock("methods", $context, $blocks); | ||||
|             echo " | ||||
| 
 | ||||
|         <h2>Details</h2> | ||||
| 
 | ||||
|         ";
 | ||||
|             // 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 " | ||||
|     <strong>";
 | ||||
|         // line 50
 | ||||
|         echo twig_escape_filter($this->env, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "shortname"), "html", null, true); | ||||
|         echo "</strong>"; | ||||
|         // 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 " | ||||
|     <strong>";
 | ||||
|         // line 71
 | ||||
|         echo twig_escape_filter($this->env, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "name"), "html", null, true); | ||||
|         echo "</strong>"; | ||||
|         $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 "    <table>
 | ||||
|         ";
 | ||||
|         // 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 "            <tr>
 | ||||
|                 <td>";
 | ||||
|             // 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 "</td>
 | ||||
|                 <td>\$";
 | ||||
|             // line 84
 | ||||
|             echo twig_escape_filter($this->env, $this->getAttribute((isset($context["parameter"]) ? $context["parameter"] : $this->getContext($context, "parameter")), "name"), "html", null, true); | ||||
|             echo "</td>
 | ||||
|                 <td>";
 | ||||
|             // 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 "</td>
 | ||||
|             </tr> | ||||
|         ";
 | ||||
|         } | ||||
|         $_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 "    </table>
 | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // line 91
 | ||||
|     public function block_return($context, array $blocks = array()) | ||||
|     { | ||||
|         // line 92
 | ||||
|         echo "    <table>
 | ||||
|         <tr> | ||||
|             <td>";
 | ||||
|         // line 94
 | ||||
|         echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->gethint_link($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "hint")); | ||||
|         echo "</td>
 | ||||
|             <td>";
 | ||||
|         // 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 "</td>
 | ||||
|         </tr> | ||||
|     </table> | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // line 100
 | ||||
|     public function block_exceptions($context, array $blocks = array()) | ||||
|     { | ||||
|         // line 101
 | ||||
|         echo "    <table>
 | ||||
|         ";
 | ||||
|         // 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 "            <tr>
 | ||||
|                 <td>";
 | ||||
|             // line 104
 | ||||
|             echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->getclass_link($this->getAttribute((isset($context["exception"]) ? $context["exception"] : $this->getContext($context, "exception")), 0, array(), "array")); | ||||
|             echo "</td>
 | ||||
|                 <td>";
 | ||||
|             // 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 "</td>
 | ||||
|             </tr> | ||||
|         ";
 | ||||
|         } | ||||
|         $_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 "    </table>
 | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // line 111
 | ||||
|     public function block_see($context, array $blocks = array()) | ||||
|     { | ||||
|         // line 112
 | ||||
|         echo "    <table>
 | ||||
|         ";
 | ||||
|         // 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 "            <tr>
 | ||||
|                 <td>";
 | ||||
|             // 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 "</td>
 | ||||
|                 <td>";
 | ||||
|             // 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 "</td>
 | ||||
|             </tr> | ||||
|         ";
 | ||||
|         } | ||||
|         $_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 "    </table>
 | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // line 122
 | ||||
|     public function block_constants($context, array $blocks = array()) | ||||
|     { | ||||
|         // line 123
 | ||||
|         echo "    <table>
 | ||||
|         ";
 | ||||
|         // 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 "            <tr>
 | ||||
|                 <td>";
 | ||||
|             // line 126
 | ||||
|             echo twig_escape_filter($this->env, $this->getAttribute((isset($context["constant"]) ? $context["constant"] : $this->getContext($context, "constant")), "name"), "html", null, true); | ||||
|             echo "</td>
 | ||||
|                 <td class=\"last\">
 | ||||
|                     <p><em>";
 | ||||
|             // 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 "</em></p>
 | ||||
|                     <p>";
 | ||||
|             // 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 "</p>
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|         ";
 | ||||
|         } | ||||
|         $_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 "    </table>
 | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // line 136
 | ||||
|     public function block_properties($context, array $blocks = array()) | ||||
|     { | ||||
|         // line 137
 | ||||
|         echo "    <table>
 | ||||
|         ";
 | ||||
|         // 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 "            <tr>
 | ||||
|                 <td class=\"type\" id=\"property_"; | ||||
|             // line 140
 | ||||
|             echo twig_escape_filter($this->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 " | ||||
|                 </td> | ||||
|                 <td>\$";
 | ||||
|             // line 145
 | ||||
|             echo twig_escape_filter($this->env, $this->getAttribute((isset($context["property"]) ? $context["property"] : $this->getContext($context, "property")), "name"), "html", null, true); | ||||
|             echo "</td>
 | ||||
|                 <td class=\"last\">"; | ||||
|             // 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 "</td>
 | ||||
|             </tr> | ||||
|         ";
 | ||||
|         } | ||||
|         $_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 "    </table>
 | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // line 152
 | ||||
|     public function block_methods($context, array $blocks = array()) | ||||
|     { | ||||
|         // line 153
 | ||||
|         echo "    <table>
 | ||||
|         ";
 | ||||
|         // 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 "            <tr>
 | ||||
|                 <td class=\"type\">
 | ||||
|                     ";
 | ||||
|             // 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 " | ||||
|                 </td> | ||||
|                 <td class=\"last\">
 | ||||
|                     <a href=\"#method_"; | ||||
|             // line 160
 | ||||
|             echo twig_escape_filter($this->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 "</a>"; | ||||
|             $this->displayBlock("method_parameters_signature", $context, $blocks); | ||||
|             echo " | ||||
|                     <p>";
 | ||||
|             // 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 "</p>
 | ||||
|                 </td> | ||||
|                 <td>";
 | ||||
|             // 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 "<small>from "; | ||||
|                 echo $context["__internal_ff448dc76c96a2d01e060554289df0582b3ec87ccb3c8ff255280c9bf865bbc7"]->getmethod_link((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), array(), false, true); | ||||
|                 echo "</small>"; | ||||
|             } | ||||
|             // line 167
 | ||||
|             echo "</td>
 | ||||
|             </tr> | ||||
|         ";
 | ||||
|             ++$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 "    </table>
 | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // 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 "    <h3 id=\"method_"; | ||||
|         echo twig_escape_filter($this->env, $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "name"), "html", null, true); | ||||
|         echo "\">
 | ||||
|         <div class=\"location\">"; | ||||
|         // 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 "</div>
 | ||||
|         <code>";
 | ||||
|         // line 182
 | ||||
|         $this->displayBlock("method_signature", $context, $blocks); | ||||
|         echo "</code>
 | ||||
|     </h3> | ||||
|     <div class=\"details\">
 | ||||
|         <p>";
 | ||||
|         // 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 "</p>
 | ||||
|         <p>";
 | ||||
|         // 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 "</p>
 | ||||
|         <div class=\"tags\">
 | ||||
|             ";
 | ||||
|         // line 188
 | ||||
|         if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "parameters")) { | ||||
|             // line 189
 | ||||
|             echo "                <h4>Parameters</h4>
 | ||||
| 
 | ||||
|                 ";
 | ||||
|             // 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 "                <h4>Return Value</h4>
 | ||||
| 
 | ||||
|                 ";
 | ||||
|             // 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 "                <h4>Exceptions</h4>
 | ||||
| 
 | ||||
|                 ";
 | ||||
|             // 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 "                <h4>See also</h4>
 | ||||
| 
 | ||||
|                 ";
 | ||||
|             // line 209
 | ||||
|             $this->displayBlock("see", $context, $blocks); | ||||
|             echo " | ||||
|             ";
 | ||||
|         } | ||||
|         // line 211
 | ||||
|         echo "        </div>
 | ||||
|     </div> | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     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,); | ||||
|     } | ||||
| } | ||||
|  | @ -0,0 +1,111 @@ | |||
| <?php | ||||
| 
 | ||||
| /* tree.twig */ | ||||
| class __TwigTemplate_b222308356ad87acdd64317f5eb9b6b459ed2c5cf56c3b3569ab7e4ede30b4bd extends Twig_Template | ||||
| { | ||||
|     public function __construct(Twig_Environment $env) | ||||
|     { | ||||
|         parent::__construct($env); | ||||
| 
 | ||||
|         $this->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,); | ||||
|     } | ||||
| } | ||||
|  | @ -0,0 +1,171 @@ | |||
| <?php | ||||
| 
 | ||||
| /* pages/namespace.twig */ | ||||
| class __TwigTemplate_e5ff626068fc0d4e7ddafd028aeaf99b800ec98d918c093be54347ad362eb535 extends Twig_Template | ||||
| { | ||||
|     public function __construct(Twig_Environment $env) | ||||
|     { | ||||
|         parent::__construct($env); | ||||
| 
 | ||||
|         $this->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 "    <div class=\"type\">Namespace</div>
 | ||||
|     <h1>";
 | ||||
|         // line 11
 | ||||
|         echo twig_escape_filter($this->env, (isset($context["namespace"]) ? $context["namespace"] : $this->getContext($context, "namespace")), "html", null, true); | ||||
|         echo "</h1>
 | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // 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 "        <table>
 | ||||
|             ";
 | ||||
|             // 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 "                <tr>
 | ||||
|                     <td>";
 | ||||
|                 // line 19
 | ||||
|                 echo $context["__internal_bf48e863eddf9bafdab04f40080958c43bd66725a7ab5a43532bb3fa4d4cf377"]->getclass_link((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"))); | ||||
|                 echo "</td>
 | ||||
|                     <td class=\"last\">"; | ||||
|                 // 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 "</td>
 | ||||
|                 </tr> | ||||
|             ";
 | ||||
|             } | ||||
|             $_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 "        </table>
 | ||||
|     ";
 | ||||
|         } | ||||
|         // line 25
 | ||||
|         echo " | ||||
|     ";
 | ||||
|         // line 26
 | ||||
|         if ((isset($context["interfaces"]) ? $context["interfaces"] : $this->getContext($context, "interfaces"))) { | ||||
|             // line 27
 | ||||
|             echo "        <h2>Interfaces</h2>
 | ||||
|         <table> | ||||
|             ";
 | ||||
|             // 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 "                <tr>
 | ||||
|                     <td>";
 | ||||
|                 // line 31
 | ||||
|                 echo $context["__internal_bf48e863eddf9bafdab04f40080958c43bd66725a7ab5a43532bb3fa4d4cf377"]->getclass_link((isset($context["interface"]) ? $context["interface"] : $this->getContext($context, "interface"))); | ||||
|                 echo "</td>
 | ||||
|                     <td class=\"last\">"; | ||||
|                 // 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 "</td>
 | ||||
|                 </tr> | ||||
|             ";
 | ||||
|             } | ||||
|             $_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 "        </table>
 | ||||
|     ";
 | ||||
|         } | ||||
|         // line 37
 | ||||
|         echo " | ||||
|     ";
 | ||||
|         // line 38
 | ||||
|         if ((isset($context["exceptions"]) ? $context["exceptions"] : $this->getContext($context, "exceptions"))) { | ||||
|             // line 39
 | ||||
|             echo "        <h2>Exceptions</h2>
 | ||||
|         <table> | ||||
|             ";
 | ||||
|             // 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 "                <tr>
 | ||||
|                     <td>";
 | ||||
|                 // line 43
 | ||||
|                 echo $context["__internal_bf48e863eddf9bafdab04f40080958c43bd66725a7ab5a43532bb3fa4d4cf377"]->getclass_link((isset($context["exception"]) ? $context["exception"] : $this->getContext($context, "exception"))); | ||||
|                 echo "</td>
 | ||||
|                     <td class=\"last\">"; | ||||
|                 // 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 "</td>
 | ||||
|                 </tr> | ||||
|             ";
 | ||||
|             } | ||||
|             $_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 "        </table>
 | ||||
|     ";
 | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     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,); | ||||
|     } | ||||
| } | ||||
|  | @ -0,0 +1,169 @@ | |||
| <?php | ||||
| 
 | ||||
| /* namespace.twig */ | ||||
| class __TwigTemplate_e6dfcd9fe95c7c224238ab651940313a814b3cdb368b0833681dd9f7fbd09d01 extends Twig_Template | ||||
| { | ||||
|     public function __construct(Twig_Environment $env) | ||||
|     { | ||||
|         parent::__construct($env); | ||||
| 
 | ||||
|         $this->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 "    <div class=\"header\">
 | ||||
|         <h1>";
 | ||||
|         // line 11
 | ||||
|         echo twig_escape_filter($this->env, $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "title"), "method"), "html", null, true); | ||||
|         echo "</h1>
 | ||||
| 
 | ||||
|         <ul> | ||||
|             <li><a href=\""; | ||||
|         // line 14
 | ||||
|         echo twig_escape_filter($this->env, $this->env->getExtension('sami')->pathForStaticFile($context, "classes-frame.html"), "html", null, true); | ||||
|         echo "\">Classes</a></li>
 | ||||
|             <li><a href=\""; | ||||
|         // line 15
 | ||||
|         echo twig_escape_filter($this->env, $this->env->getExtension('sami')->pathForStaticFile($context, "namespaces-frame.html"), "html", null, true); | ||||
|         echo "\">Namespaces</a></li>
 | ||||
|         </ul> | ||||
|     </div> | ||||
| ";
 | ||||
|     } | ||||
| 
 | ||||
|     // line 20
 | ||||
|     public function block_content($context, array $blocks = array()) | ||||
|     { | ||||
|         // line 21
 | ||||
|         echo "    <h1>"; | ||||
|         echo $context["__internal_18c576ae648cf733ada3b70bfe0e79284d0c36e0447f7adbea5a49011cfd568f"]->getnamespace_link((isset($context["namespace"]) ? $context["namespace"] : $this->getContext($context, "namespace")), array("target" => "main")); | ||||
|         echo "</h1>
 | ||||
| 
 | ||||
|     ";
 | ||||
|         // line 23
 | ||||
|         if ((isset($context["classes"]) ? $context["classes"] : $this->getContext($context, "classes"))) { | ||||
|             // line 24
 | ||||
|             echo "        <ul>
 | ||||
|             ";
 | ||||
|             // 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 "                <li>"; | ||||
|                 echo $context["__internal_18c576ae648cf733ada3b70bfe0e79284d0c36e0447f7adbea5a49011cfd568f"]->getclass_link((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), array("target" => "main")); | ||||
|                 echo "</li>
 | ||||
|             ";
 | ||||
|             } | ||||
|             $_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 "        </ul>
 | ||||
|     ";
 | ||||
|         } | ||||
|         // line 30
 | ||||
|         echo " | ||||
|     ";
 | ||||
|         // line 31
 | ||||
|         if ((isset($context["interfaces"]) ? $context["interfaces"] : $this->getContext($context, "interfaces"))) { | ||||
|             // line 32
 | ||||
|             echo "        <h2>Interfaces</h2>
 | ||||
|         <ul> | ||||
|             ";
 | ||||
|             // 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 "                <li>"; | ||||
|                 echo $context["__internal_18c576ae648cf733ada3b70bfe0e79284d0c36e0447f7adbea5a49011cfd568f"]->getclass_link((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), array("target" => "main")); | ||||
|                 echo "</li>
 | ||||
|             ";
 | ||||
|             } | ||||
|             $_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 "        </ul>
 | ||||
|     ";
 | ||||
|         } | ||||
|         // line 39
 | ||||
|         echo " | ||||
|     ";
 | ||||
|         // line 40
 | ||||
|         if ((isset($context["exceptions"]) ? $context["exceptions"] : $this->getContext($context, "exceptions"))) { | ||||
|             // line 41
 | ||||
|             echo "        <h2>Exceptions</h2>
 | ||||
|         <ul> | ||||
|             ";
 | ||||
|             // 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 "                <li>"; | ||||
|                 echo $context["__internal_18c576ae648cf733ada3b70bfe0e79284d0c36e0447f7adbea5a49011cfd568f"]->getclass_link((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), array("target" => "main")); | ||||
|                 echo "</li>
 | ||||
|             ";
 | ||||
|             } | ||||
|             $_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 "        </ul>
 | ||||
|     ";
 | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     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,); | ||||
|     } | ||||
| } | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="classes.html">Classes</a></li> | ||||
|                             <li><a href="namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="traits.html">Traits</a></li> | ||||
|             <li><a href="doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -28,6 +29,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -44,6 +46,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -52,6 +55,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -60,6 +64,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -68,6 +73,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -76,6 +82,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -84,6 +91,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -92,6 +100,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -100,6 +109,16 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|                                         <a href="FFMpeg/Exception/LogicException.html" target="main"><abbr title="FFMpeg\Exception\LogicException">FFMpeg\Exception\LogicException</abbr></a> | ||||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -108,6 +127,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -116,6 +136,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -124,6 +145,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -132,6 +154,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -140,6 +163,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -148,6 +172,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -156,6 +181,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -164,6 +190,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -172,6 +199,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -180,6 +208,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -188,6 +217,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -196,6 +226,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -204,6 +235,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -212,6 +244,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -220,6 +253,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -228,6 +262,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -236,6 +271,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -244,6 +280,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -252,6 +289,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -260,6 +298,16 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|                                         <a href="FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html" target="main"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">FFMpeg\Filters\Frame\DisplayRatioFixerFilter</abbr></a> | ||||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -268,6 +316,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -276,6 +325,25 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|                                         <a href="FFMpeg/Filters/Video/ClipFilter.html" target="main"><abbr title="FFMpeg\Filters\Video\ClipFilter">FFMpeg\Filters\Video\ClipFilter</abbr></a> | ||||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|                                         <a href="FFMpeg/Filters/Video/CustomFilter.html" target="main"><abbr title="FFMpeg\Filters\Video\CustomFilter">FFMpeg\Filters\Video\CustomFilter</abbr></a> | ||||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -284,6 +352,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -292,6 +361,16 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|                                         <a href="FFMpeg/Filters/Video/RotateFilter.html" target="main"><abbr title="FFMpeg\Filters\Video\RotateFilter">FFMpeg\Filters\Video\RotateFilter</abbr></a> | ||||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -308,6 +387,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -316,6 +396,16 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|                                         <a href="FFMpeg/Filters/Video/WatermarkFilter.html" target="main"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">FFMpeg\Filters\Video\WatermarkFilter</abbr></a> | ||||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -324,6 +414,15 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|                                         <a href="FFMpeg/Format/Audio/Aac.html" target="main"><abbr title="FFMpeg\Format\Audio\Aac">FFMpeg\Format\Audio\Aac</abbr></a> | ||||
|                                     </td> | ||||
|                 <td> | ||||
|                     The AAC audio format | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -332,6 +431,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -349,6 +449,22 @@ | |||
|                 <td> | ||||
|                     The MP3 audio format | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|                                         <a href="FFMpeg/Format/Audio/Vorbis.html" target="main"><abbr title="FFMpeg\Format\Audio\Vorbis">FFMpeg\Format\Audio\Vorbis</abbr></a> | ||||
|                                     </td> | ||||
|                 <td> | ||||
|                     The Vorbis audio format | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|                                         <a href="FFMpeg/Format/Audio/Wav.html" target="main"><abbr title="FFMpeg\Format\Audio\Wav">FFMpeg\Format\Audio\Wav</abbr></a> | ||||
|                                     </td> | ||||
|                 <td> | ||||
|                     The WAV audio format | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td> | ||||
|  | @ -356,6 +472,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -364,6 +481,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -372,6 +490,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -396,6 +515,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -404,6 +524,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -460,6 +581,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -468,6 +590,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -476,6 +599,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -484,6 +608,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -492,6 +617,7 @@ | |||
|                     </em>                </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|  | @ -500,6 +626,7 @@ | |||
|                                     </td> | ||||
|                 <td> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|             </table> | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="classes.html">Classes</a></li> | ||||
|                             <li><a href="namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="traits.html">Traits</a></li> | ||||
|             <li><a href="doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -50,37 +51,58 @@ | |||
|         <div class="content"> | ||||
|                 <h2 id="letterA">A</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a> — <em>Class in namespace <a href="FFMpeg/Coordinate.html">FFMpeg\Coordinate</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method_all"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::all</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method_all"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::all</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd>Returns all properties and their values.</dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method_add"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::add</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd>Adds a stream to the collection.</dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method_audios"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::audios</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd>Returns a new StreamCollection with only audio streams.</dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method_all"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::all</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd>Returns the array of contained streams.</dd><dt><a href="FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Audio/AudioFilterInterface.html#method_apply"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Audio/AudioFilterInterface.html#method_apply"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Audio media given an format.</dd><dt><a href="FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html#method_apply"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html#method_apply"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Audio media given an format.</dd><dt><a href="FFMpeg/Filters/Audio/SimpleFilter.html#method_apply"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/SimpleFilter.html"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Audio media given an format.</dd><dt><a href="FFMpeg/Filters/FiltersCollection.html#method_add"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr>::add</a>() — <em>Method in class <a href="FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Frame/FrameFilterInterface.html#method_apply"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html#method_apply"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html#method_apply"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">DisplayRatioFixerFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">DisplayRatioFixerFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Frame/FrameFilterInterface.html#method_apply"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/ClipFilter.html#method_apply"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ClipFilter.html"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Video media given an format.</dd><dt><a href="FFMpeg/Filters/Video/CustomFilter.html#method_apply"><abbr title="FFMpeg\Filters\Video\CustomFilter">CustomFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/CustomFilter.html"><abbr title="FFMpeg\Filters\Video\CustomFilter">CustomFilter</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Video media given an format.</dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html#method_apply"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Video media given an format.</dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html#method_areStandardsForced"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr>::areStandardsForced</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html#method_apply"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html#method_apply"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Video media given an format.</dd><dt><a href="FFMpeg/Filters/Video/RotateFilter.html#method_apply"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/RotateFilter.html"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Video media given an format.</dd><dt><a href="FFMpeg/Filters/Video/SynchronizeFilter.html#method_apply"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/SynchronizeFilter.html"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Video media given an format.</dd><dt><a href="FFMpeg/Filters/Video/VideoFilterInterface.html#method_apply"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Video media given an format.</dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method_audioResample"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::audioResample</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd>Resamples the audio file.</dd><dt><a href="FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format.html">FFMpeg\Format</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/ProgressListener.html">FFMpeg\Format\ProgressListener</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/AudioProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AudioProgressListener">AudioProgressListener</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/ProgressListener.html">FFMpeg\Format\ProgressListener</a></em></dt> | ||||
|                     <dd>Resamples the audio file.</dd><dt><a href="FFMpeg/Filters/Video/WatermarkFilter.html#method_apply"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">WatermarkFilter</abbr>::apply</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/WatermarkFilter.html"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">WatermarkFilter</abbr></a></em></dt> | ||||
|                     <dd>Applies the filter on the the Video media given an format.</dd><dt><a href="FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format.html">FFMpeg\Format</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Audio/Aac.html"><abbr title="FFMpeg\Format\Audio\Aac">Aac</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt> | ||||
|                     <dd>The AAC audio format</dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/ProgressListener.html">FFMpeg\Format\ProgressListener</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/ProgressListener/AudioProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AudioProgressListener">AudioProgressListener</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/ProgressListener.html">FFMpeg\Format\ProgressListener</a></em></dt> | ||||
|                     <dd>Parses ffmpeg stderr progress information.</dd><dt><a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractStreamableMedia.html"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/Audio.html#method_addFilter"><abbr title="FFMpeg\Media\Audio">Audio</abbr>::addFilter</a>() — <em>Method in class <a href="FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractStreamableMedia.html"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/Audio.html#method_addFilter"><abbr title="FFMpeg\Media\Audio">Audio</abbr>::addFilter</a>() — <em>Method in class <a href="FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Media/Frame.html#method_addFilter"><abbr title="FFMpeg\Media\Frame">Frame</abbr>::addFilter</a>() — <em>Method in class <a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Media/Video.html#method_addFilter"><abbr title="FFMpeg\Media\Video">Video</abbr>::addFilter</a>() — <em>Method in class <a href="FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd>        </dl><h2 id="letterB">B</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/FFMpegServiceProvider.html#method_boot"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr>::boot</a>() — <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/Coordinate/AspectRatio.html#method_calculateWidth"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr>::calculateWidth</a>() — <em>Method in class <a href="FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a></em></dt> | ||||
|                     <dd>Computes the best width for given height and modulus.</dd><dt><a href="FFMpeg/Coordinate/AspectRatio.html#method_calculateHeight"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr>::calculateHeight</a>() — <em>Method in class <a href="FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a></em></dt> | ||||
|                     <dd>Computes the best height for given width and modulus.</dd><dt><a href="FFMpeg/Coordinate/AspectRatio.html#method_create"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr>::create</a>() — <em>Method in class <a href="FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a></em></dt> | ||||
|  | @ -88,176 +110,281 @@ | |||
|                     <dd>Creates an FFMpegDriver.</dd><dt><a href="FFMpeg/Driver/FFProbeDriver.html#method_create"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr>::create</a>() — <em>Method in class <a href="FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a></em></dt> | ||||
|                     <dd>Creates an FFProbeDriver.</dd><dt><a href="FFMpeg/FFMpeg.html#method_create"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::create</a>() — <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> | ||||
|                     <dd>Creates a new FFMpeg instance.</dd><dt><a href="FFMpeg/FFProbe.html#method_create"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::create</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method_count"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::count</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method_count"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::count</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method_count"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::count</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Filters/FiltersCollection.html#method_count"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr>::count</a>() — <em>Method in class <a href="FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::createProgressListener</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Filters/Video/ClipFilter.html"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/CustomFilter.html"><abbr title="FFMpeg\Filters\Video\CustomFilter">CustomFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method_clip"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::clip</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd>Clips (cuts) the video.</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_createProgressListener"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::createProgressListener</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>Creates the progress listener.</dd><dt><a href="FFMpeg/Format/ProgressableInterface.html#method_createProgressListener"><abbr title="FFMpeg\Format\ProgressableInterface">ProgressableInterface</abbr>::createProgressListener</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressableInterface.html"><abbr title="FFMpeg\Format\ProgressableInterface">ProgressableInterface</abbr></a></em></dt> | ||||
|                     <dd>Creates the progress listener.</dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html#method_createProgressListener"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr>::createProgressListener</a>() — <em>Method in class <a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></em></dt> | ||||
|                     <dd>Creates the progress listener.</dd>        </dl><h2 id="letterD">D</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a> — <em>Class in namespace <a href="FFMpeg/Coordinate.html">FFMpeg\Coordinate</a></em></dt> | ||||
|                     <dd>Dimension object, used for manipulating width and height couples</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> | ||||
|                     <dd>Dimension object, used for manipulating width and height couples</dd><dt><a href="FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">DisplayRatioFixerFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> | ||||
|                     <dd>The abstract default Video format</dd>        </dl><h2 id="letterE">E</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Exception/ExceptionInterface.html"><abbr title="FFMpeg\Exception\ExceptionInterface">ExceptionInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Exception.html">FFMpeg\Exception</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Exception/ExecutableNotFoundException.html"><abbr title="FFMpeg\Exception\ExecutableNotFoundException">ExecutableNotFoundException</abbr></a> — <em>Class in namespace <a href="FFMpeg/Exception.html">FFMpeg\Exception</a></em></dt> | ||||
|                     <dd></dd>        </dl><h2 id="letterF">F</h2> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Exception/ExecutableNotFoundException.html"><abbr title="FFMpeg\Exception\ExecutableNotFoundException">ExecutableNotFoundException</abbr></a> — <em>Class in namespace <a href="FFMpeg/Exception.html">FFMpeg\Exception</a></em></dt> | ||||
|                     <dd> | ||||
| </dd>        </dl><h2 id="letterF">F</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a> — <em>Class in namespace <a href="FFMpeg/Coordinate.html">FFMpeg\Coordinate</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Coordinate/TimeCode.html#method_fromString"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr>::fromString</a>() — <em>Method in class <a href="FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Coordinate/TimeCode.html#method_fromString"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr>::fromString</a>() — <em>Method in class <a href="FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></em></dt> | ||||
|                     <dd>Creates timecode from string.</dd><dt><a href="FFMpeg/Coordinate/TimeCode.html#method_fromSeconds"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr>::fromSeconds</a>() — <em>Method in class <a href="FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></em></dt> | ||||
|                     <dd>Creates timecode from number of seconds.</dd><dt><a href="FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a> — <em>Class in namespace <a href="FFMpeg/Driver.html">FFMpeg\Driver</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a> — <em>Class in namespace <a href="FFMpeg/Driver.html">FFMpeg\Driver</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a> — <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFMpegServiceProvider.html"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr></a> — <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> — <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_format"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::format</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/Format.html"><abbr title="FFMpeg\FFProbe\DataMapping\Format">Format</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method_first"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::first</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a> — <em>Class in namespace <a href="FFMpeg/Driver.html">FFMpeg\Driver</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a> — <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFMpegServiceProvider.html"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr></a> — <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> — <em>Class in namespace <a href="FFMpeg.html">FFMpeg</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_format"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::format</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/Format.html"><abbr title="FFMpeg\FFProbe\DataMapping\Format">Format</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method_first"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::first</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd>Returns the first stream of the collection, null if the collection is empty.</dd><dt><a href="FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters.html">FFMpeg\Filters</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters.html">FFMpeg\Filters</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method_framerate"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::framerate</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters.html">FFMpeg\Filters</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Frame/FrameFilterInterface.html"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FrameFilterInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Frame.html">FFMpeg\Filters\Frame</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Frame/FrameFilters.html#method_fixDisplayRatio"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr>::fixDisplayRatio</a>() — <em>Method in class <a href="FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a></em></dt> | ||||
|                     <dd>Fixes the display ratio of the output frame.</dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method_framerate"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::framerate</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd>Changes the video framerate.</dd><dt><a href="FFMpeg/Format/Audio/Flac.html"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt> | ||||
|                     <dd>The Flac audio format</dd><dt><a href="FFMpeg/Format/FormatInterface.html"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format.html">FFMpeg\Format</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/FrameInterface.html"><abbr title="FFMpeg\Format\FrameInterface">FrameInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format.html">FFMpeg\Format</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_forwardedEvents"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::forwardedEvents</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/FrameInterface.html"><abbr title="FFMpeg\Format\FrameInterface">FrameInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format.html">FFMpeg\Format</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_forwardedEvents"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::forwardedEvents</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Media/Audio.html#method_filters"><abbr title="FFMpeg\Media\Audio">Audio</abbr>::filters</a>() — <em>Method in class <a href="FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/Frame.html#method_filters"><abbr title="FFMpeg\Media\Frame">Frame</abbr>::filters</a>() — <em>Method in class <a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></em></dt> | ||||
|                     <dd>Returns the available filters.</dd><dt><a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/Frame.html#method_filters"><abbr title="FFMpeg\Media\Frame">Frame</abbr>::filters</a>() — <em>Method in class <a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></em></dt> | ||||
|                     <dd>Returns the available filters.</dd><dt><a href="FFMpeg/Media/MediaTypeInterface.html#method_filters"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr>::filters</a>() — <em>Method in class <a href="FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the available filters.</dd><dt><a href="FFMpeg/Media/Video.html#method_filters"><abbr title="FFMpeg\Media\Video">Video</abbr>::filters</a>() — <em>Method in class <a href="FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Media/Video.html#method_frame"><abbr title="FFMpeg\Media\Video">Video</abbr>::frame</a>() — <em>Method in class <a href="FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></em></dt> | ||||
|                     <dd>Returns the available filters.</dd><dt><a href="FFMpeg/Media/Video.html#method_frame"><abbr title="FFMpeg\Media\Video">Video</abbr>::frame</a>() — <em>Method in class <a href="FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></em></dt> | ||||
|                     <dd>Gets the frame at timecode.</dd>        </dl><h2 id="letterG">G</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Coordinate/AspectRatio.html#method_getValue"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr>::getValue</a>() — <em>Method in class <a href="FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a></em></dt> | ||||
|                     <dd>Returns the value of the ratio.</dd><dt><a href="FFMpeg/Coordinate/Dimension.html#method_getWidth"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr>::getWidth</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></em></dt> | ||||
|                     <dd>Returns width.</dd><dt><a href="FFMpeg/Coordinate/Dimension.html#method_getHeight"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr>::getHeight</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></em></dt> | ||||
|                     <dd>Returns height.</dd><dt><a href="FFMpeg/Coordinate/Dimension.html#method_getRatio"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr>::getRatio</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></em></dt> | ||||
|                     <dd>Returns the ratio.</dd><dt><a href="FFMpeg/Coordinate/FrameRate.html#method_getValue"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr>::getValue</a>() — <em>Method in class <a href="FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Coordinate/Point.html#method_getX"><abbr title="FFMpeg\Coordinate\Point">Point</abbr>::getX</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Point.html"><abbr title="FFMpeg\Coordinate\Point">Point</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Coordinate/Point.html#method_getY"><abbr title="FFMpeg\Coordinate\Point">Point</abbr>::getY</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Point.html"><abbr title="FFMpeg\Coordinate\Point">Point</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Driver/FFMpegDriver.html#method_getName"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr>::getName</a>() — <em>Method in class <a href="FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Coordinate/Point.html#method_getX"><abbr title="FFMpeg\Coordinate\Point">Point</abbr>::getX</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Point.html"><abbr title="FFMpeg\Coordinate\Point">Point</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Coordinate/Point.html#method_getY"><abbr title="FFMpeg\Coordinate\Point">Point</abbr>::getY</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Point.html"><abbr title="FFMpeg\Coordinate\Point">Point</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Driver/FFMpegDriver.html#method_getName"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr>::getName</a>() — <em>Method in class <a href="FFMpeg/Driver/FFMpegDriver.html"><abbr title="FFMpeg\Driver\FFMpegDriver">FFMpegDriver</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Driver/FFProbeDriver.html#method_getName"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr>::getName</a>() — <em>Method in class <a href="FFMpeg/Driver/FFProbeDriver.html"><abbr title="FFMpeg\Driver\FFProbeDriver">FFProbeDriver</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/FFMpeg.html#method_getFFProbe"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::getFFProbe</a>() — <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> | ||||
|                     <dd>Gets FFProbe.</dd><dt><a href="FFMpeg/FFMpeg.html#method_getFFMpegDriver"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::getFFMpegDriver</a>() — <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> | ||||
|                     <dd>Gets the ffmpeg driver.</dd><dt><a href="FFMpeg/FFProbe.html#method_getParser"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::getParser</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_getFFProbeDriver"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::getFFProbeDriver</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_getOptionsTester"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::getOptionsTester</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_getCache"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::getCache</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_getMapper"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::getMapper</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method_get"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::get</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd>Returns the property value given its name.</dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method_getIterator"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::getIterator</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_getFFProbeDriver"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::getFFProbeDriver</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_getOptionsTester"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::getOptionsTester</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_getCache"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::getCache</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_getMapper"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::getMapper</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method_get"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::get</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd>Returns the property value given its name.</dd><dt><a href="FFMpeg/FFProbe/DataMapping/Stream.html#method_getDimensions"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr>::getDimensions</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></em></dt> | ||||
|                     <dd>Returns the dimension of the video stream.</dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method_getIterator"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::getIterator</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html#method_getRate"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr>::getRate</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Audio/SimpleFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/SimpleFilter.html"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Audio/SimpleFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/SimpleFilter.html"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/FiltersCollection.html#method_getIterator"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr>::getIterator</a>() — <em>Method in class <a href="FFMpeg/Filters/FiltersCollection.html"><abbr title="FFMpeg\Filters\FiltersCollection">FiltersCollection</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd><dt><a href="FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">DisplayRatioFixerFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">DisplayRatioFixerFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/Video/ClipFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ClipFilter.html"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/Video/ClipFilter.html#method_getStart"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr>::getStart</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ClipFilter.html"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/ClipFilter.html#method_getDuration"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr>::getDuration</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ClipFilter.html"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/CustomFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Video\CustomFilter">CustomFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/CustomFilter.html"><abbr title="FFMpeg\Filters\Video\CustomFilter">CustomFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html#method_getFrameRate"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr>::getFrameRate</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the frame rate.</dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html#method_getGOP"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr>::getGOP</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the GOP size.</dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html#method_getDimension"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr>::getDimension</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html#method_getMode"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr>::getMode</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/SynchronizeFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/SynchronizeFilter.html"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html#method_getMode"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr>::getMode</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/RotateFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/RotateFilter.html"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/Video/RotateFilter.html#method_getAngle"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr>::getAngle</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/RotateFilter.html"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/SynchronizeFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/SynchronizeFilter.html"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Filters/Video/WatermarkFilter.html#method_getPriority"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">WatermarkFilter</abbr>::getPriority</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/WatermarkFilter.html"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">WatermarkFilter</abbr></a></em></dt> | ||||
|                     <dd>Returns the priority of the filter.</dd><dt><a href="FFMpeg/Format/AudioInterface.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr>::getAudioKiloBitrate</a>() — <em>Method in class <a href="FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></em></dt> | ||||
|                     <dd>Gets the audio kiloBitrate value.</dd><dt><a href="FFMpeg/Format/AudioInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr>::getExtraParams</a>() — <em>Method in class <a href="FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns an array of extra parameters to add to ffmpeg commandline.</dd><dt><a href="FFMpeg/Format/AudioInterface.html#method_getAudioCodec"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr>::getAudioCodec</a>() — <em>Method in class <a href="FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></em></dt> | ||||
|                     <dd>Gets the audio kiloBitrate value.</dd><dt><a href="FFMpeg/Format/AudioInterface.html#method_getAudioChannels"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr>::getAudioChannels</a>() — <em>Method in class <a href="FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></em></dt> | ||||
|                     <dd>Gets the audio channels value.</dd><dt><a href="FFMpeg/Format/AudioInterface.html#method_getAudioCodec"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr>::getAudioCodec</a>() — <em>Method in class <a href="FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the audio codec.</dd><dt><a href="FFMpeg/Format/AudioInterface.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Audio/Aac.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Audio\Aac">Aac</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Aac.html"><abbr title="FFMpeg\Format\Audio\Aac">Aac</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::getExtraParams</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>Returns an array of extra parameters to add to ffmpeg commandline.</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::getAudioCodec</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>Returns the audio codec.</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::getAudioKiloBitrate</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>Gets the audio kiloBitrate value.</dd><dt><a href="FFMpeg/Format/Audio/Flac.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Flac.html"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr></a></em></dt> | ||||
|                     <dd>Gets the audio kiloBitrate value.</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_getAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::getAudioChannels</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>Gets the audio channels value.</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_getPasses"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::getPasses</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>Returns the number of passes.</dd><dt><a href="FFMpeg/Format/Audio/Flac.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Flac.html"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Audio/Mp3.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Audio\Mp3">Mp3</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Mp3.html"><abbr title="FFMpeg\Format\Audio\Mp3">Mp3</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getFFProbe"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::getFFProbe</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getPathfile"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::getPathfile</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getCurrentPass"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::getCurrentPass</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getTotalPass"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::getTotalPass</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/AudioProgressListener.html#method_getPattern"><abbr title="FFMpeg\Format\ProgressListener\AudioProgressListener">AudioProgressListener</abbr>::getPattern</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AudioProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AudioProgressListener">AudioProgressListener</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/VideoProgressListener.html#method_getPattern"><abbr title="FFMpeg\Format\ProgressListener\VideoProgressListener">VideoProgressListener</abbr>::getPattern</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/VideoProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\VideoProgressListener">VideoProgressListener</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/VideoInterface.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr>::getKiloBitrate</a>() — <em>Method in class <a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></em></dt> | ||||
|                     <dd>Gets the kiloBitrate value.</dd><dt><a href="FFMpeg/Format/VideoInterface.html#method_getPasses"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr>::getPasses</a>() — <em>Method in class <a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the number of passes.</dd><dt><a href="FFMpeg/Format/VideoInterface.html#method_getModulus"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr>::getModulus</a>() — <em>Method in class <a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Audio/Vorbis.html#method_getExtraParams"><abbr title="FFMpeg\Format\Audio\Vorbis">Vorbis</abbr>::getExtraParams</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Vorbis.html"><abbr title="FFMpeg\Format\Audio\Vorbis">Vorbis</abbr></a></em></dt> | ||||
|                     <dd>Returns an array of extra parameters to add to ffmpeg commandline.</dd><dt><a href="FFMpeg/Format/Audio/Vorbis.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Audio\Vorbis">Vorbis</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Vorbis.html"><abbr title="FFMpeg\Format\Audio\Vorbis">Vorbis</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Audio/Wav.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Audio\Wav">Wav</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Wav.html"><abbr title="FFMpeg\Format\Audio\Wav">Wav</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/FormatInterface.html#method_getPasses"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr>::getPasses</a>() — <em>Method in class <a href="FFMpeg/Format/FormatInterface.html"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the number of passes.</dd><dt><a href="FFMpeg/Format/FormatInterface.html#method_getExtraParams"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr>::getExtraParams</a>() — <em>Method in class <a href="FFMpeg/Format/FormatInterface.html"><abbr title="FFMpeg\Format\FormatInterface">FormatInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns an array of extra parameters to add to ffmpeg commandline.</dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getFFProbe"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::getFFProbe</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getPathfile"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::getPathfile</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getCurrentPass"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::getCurrentPass</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_getTotalPass"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::getTotalPass</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/ProgressListener/AudioProgressListener.html#method_getPattern"><abbr title="FFMpeg\Format\ProgressListener\AudioProgressListener">AudioProgressListener</abbr>::getPattern</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AudioProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AudioProgressListener">AudioProgressListener</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/ProgressListener/VideoProgressListener.html#method_getPattern"><abbr title="FFMpeg\Format\ProgressListener\VideoProgressListener">VideoProgressListener</abbr>::getPattern</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/VideoProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\VideoProgressListener">VideoProgressListener</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/VideoInterface.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr>::getKiloBitrate</a>() — <em>Method in class <a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></em></dt> | ||||
|                     <dd>Gets the kiloBitrate value.</dd><dt><a href="FFMpeg/Format/VideoInterface.html#method_getModulus"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr>::getModulus</a>() — <em>Method in class <a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the modulus used by the Resizable video.</dd><dt><a href="FFMpeg/Format/VideoInterface.html#method_getVideoCodec"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr>::getVideoCodec</a>() — <em>Method in class <a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the video codec.</dd><dt><a href="FFMpeg/Format/VideoInterface.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available video codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr>::getKiloBitrate</a>() — <em>Method in class <a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></em></dt> | ||||
|                     <dd>Gets the kiloBitrate value.</dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr>::getVideoCodec</a>() — <em>Method in class <a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></em></dt> | ||||
|                     <dd>Returns the video codec.</dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html#method_getPasses"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr>::getPasses</a>() — <em>Method in class <a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></em></dt> | ||||
|                     <dd>Returns the number of passes.</dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr>::getModulus</a>() — <em>Method in class <a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Video/Ogg.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/Ogg.html"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr></a></em></dt> | ||||
|                     <dd>{@inheritDoc}</dd><dt><a href="FFMpeg/Format/Video/Ogg.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/Ogg.html"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr></a></em></dt> | ||||
|                     <dd>Returns the video codec.</dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html#method_getModulus"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr>::getModulus</a>() — <em>Method in class <a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Video/Ogg.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/Ogg.html"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/Ogg.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/Ogg.html"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available video codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/WMV.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV.html"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr></a></em></dt> | ||||
|                     <dd>{@inheritDoc}</dd><dt><a href="FFMpeg/Format/Video/WMV.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV.html"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/WMV.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV.html"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available video codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/WMV3.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV3.html"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr></a></em></dt> | ||||
|                     <dd>{@inheritDoc}</dd><dt><a href="FFMpeg/Format/Video/WMV3.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV3.html"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/WMV3.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV3.html"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available video codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/WebM.html#method_getExtraParams"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr>::getExtraParams</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WebM.html"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr></a></em></dt> | ||||
|                     <dd>{@inheritDoc}</dd><dt><a href="FFMpeg/Format/Video/WebM.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WebM.html"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr></a></em></dt> | ||||
|                     <dd>{@inheritDoc}</dd><dt><a href="FFMpeg/Format/Video/WebM.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WebM.html"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr></a></em></dt> | ||||
|                     <dd>Returns an array of extra parameters to add to ffmpeg commandline.</dd><dt><a href="FFMpeg/Format/Video/WebM.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WebM.html"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/WebM.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WebM.html"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available video codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/X264.html#method_getAvailableAudioCodecs"><abbr title="FFMpeg\Format\Video\X264">X264</abbr>::getAvailableAudioCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></em></dt> | ||||
|                     <dd>{@inheritDoc}</dd><dt><a href="FFMpeg/Format/Video/X264.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\X264">X264</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available audio codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/X264.html#method_getAvailableVideoCodecs"><abbr title="FFMpeg\Format\Video\X264">X264</abbr>::getAvailableVideoCodecs</a>() — <em>Method in class <a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></em></dt> | ||||
|                     <dd>Returns the list of available video codecs for this format.</dd><dt><a href="FFMpeg/Format/Video/X264.html#method_getPasses"><abbr title="FFMpeg\Format\Video\X264">X264</abbr>::getPasses</a>() — <em>Method in class <a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></em></dt> | ||||
|                     <dd>Returns the number of passes.</dd><dt><a href="FFMpeg/Format/Video/X264.html#method_getModulus"><abbr title="FFMpeg\Format\Video\X264">X264</abbr>::getModulus</a>() — <em>Method in class <a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::getFFMpegDriver</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::getFFProbe</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::getPathfile</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::getFiltersCollection</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractStreamableMedia.html#method_getStreams"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr>::getStreams</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractStreamableMedia.html"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractStreamableMedia.html#method_getFormat"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr>::getFormat</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractStreamableMedia.html"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/Frame.html#method_getTimeCode"><abbr title="FFMpeg\Media\Frame">Frame</abbr>::getTimeCode</a>() — <em>Method in class <a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/MediaTypeInterface.html#method_getPathfile"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr>::getPathfile</a>() — <em>Method in class <a href="FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></em></dt> | ||||
|                     <dd></dd>        </dl><h2 id="letterH">H</h2> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_getFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::getFFMpegDriver</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_getFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::getFFProbe</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_getPathfile"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::getPathfile</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_getFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::getFiltersCollection</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractStreamableMedia.html#method_getStreams"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr>::getStreams</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractStreamableMedia.html"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractStreamableMedia.html#method_getFormat"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr>::getFormat</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractStreamableMedia.html"><abbr title="FFMpeg\Media\AbstractStreamableMedia">AbstractStreamableMedia</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/Frame.html#method_getVideo"><abbr title="FFMpeg\Media\Frame">Frame</abbr>::getVideo</a>() — <em>Method in class <a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></em></dt> | ||||
|                     <dd>Returns the video related to the frame.</dd><dt><a href="FFMpeg/Media/Frame.html#method_getTimeCode"><abbr title="FFMpeg\Media\Frame">Frame</abbr>::getTimeCode</a>() — <em>Method in class <a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/MediaTypeInterface.html#method_getPathfile"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr>::getPathfile</a>() — <em>Method in class <a href="FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd>        </dl><h2 id="letterH">H</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method_has"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::has</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd>Returns true if data has property.</dd><dt><a href="FFMpeg/FFProbe/OptionsTester.html#method_has"><abbr title="FFMpeg\FFProbe\OptionsTester">OptionsTester</abbr>::has</a>() — <em>Method in class <a href="FFMpeg/FFProbe/OptionsTester.html"><abbr title="FFMpeg\FFProbe\OptionsTester">OptionsTester</abbr></a></em></dt> | ||||
|                     <dd>Tells if the given option is supported by ffprobe.</dd><dt><a href="FFMpeg/FFProbe/OptionsTesterInterface.html#method_has"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr>::has</a>() — <em>Method in class <a href="FFMpeg/FFProbe/OptionsTesterInterface.html"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr></a></em></dt> | ||||
|                     <dd>Tells if the given option is supported by ffprobe.</dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method_handle"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::handle</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd>{@inheritdoc}</dd>        </dl><h2 id="letterI">I</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Exception/InvalidArgumentException.html"><abbr title="FFMpeg\Exception\InvalidArgumentException">InvalidArgumentException</abbr></a> — <em>Class in namespace <a href="FFMpeg/Exception.html">FFMpeg\Exception</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/Stream.html#method_isAudio"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr>::isAudio</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/Stream.html#method_isAudio"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr>::isAudio</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></em></dt> | ||||
|                     <dd>Returns true if the stream is an audio stream.</dd><dt><a href="FFMpeg/FFProbe/DataMapping/Stream.html#method_isVideo"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr>::isVideo</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a></em></dt> | ||||
|                     <dd>Returns true if the stream is a video stream.</dd>        </dl><h2 id="letterK">K</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method_keys"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::keys</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd>Returns all property names.</dd>        </dl><h2 id="letterM">M</h2> | ||||
|                     <dd>Returns all property names.</dd>        </dl><h2 id="letterL">L</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Exception/LogicException.html"><abbr title="FFMpeg\Exception\LogicException">LogicException</abbr></a> — <em>Class in namespace <a href="FFMpeg/Exception.html">FFMpeg\Exception</a></em></dt> | ||||
|                     <dd> | ||||
| </dd>        </dl><h2 id="letterM">M</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/FFProbe/Mapper.html"><abbr title="FFMpeg\FFProbe\Mapper">Mapper</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe.html">FFMpeg\FFProbe</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/Mapper.html#method_map"><abbr title="FFMpeg\FFProbe\Mapper">Mapper</abbr>::map</a>() — <em>Method in class <a href="FFMpeg/FFProbe/Mapper.html"><abbr title="FFMpeg\FFProbe\Mapper">Mapper</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/Mapper.html#method_map"><abbr title="FFMpeg\FFProbe\Mapper">Mapper</abbr>::map</a>() — <em>Method in class <a href="FFMpeg/FFProbe/Mapper.html"><abbr title="FFMpeg\FFProbe\Mapper">Mapper</abbr></a></em></dt> | ||||
|                     <dd>Maps data given its type.</dd><dt><a href="FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe.html">FFMpeg\FFProbe</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/MapperInterface.html#method_map"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr>::map</a>() — <em>Method in class <a href="FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/MapperInterface.html#method_map"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr>::map</a>() — <em>Method in class <a href="FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a></em></dt> | ||||
|                     <dd>Maps data given its type.</dd><dt><a href="FFMpeg/Format/Audio/Mp3.html"><abbr title="FFMpeg\Format\Audio\Mp3">Mp3</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt> | ||||
|                     <dd>The MP3 audio format</dd><dt><a href="FFMpeg/Media/MediaTypeInterface.html"><abbr title="FFMpeg\Media\MediaTypeInterface">MediaTypeInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd></dd>        </dl><h2 id="letterO">O</h2> | ||||
|                     <dd> | ||||
| </dd>        </dl><h2 id="letterO">O</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/FFMpeg.html#method_open"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::open</a>() — <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> | ||||
|                     <dd>Opens a file in order to be processed.</dd><dt><a href="FFMpeg/FFProbe/OptionsTester.html"><abbr title="FFMpeg\FFProbe\OptionsTester">OptionsTester</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe.html">FFMpeg\FFProbe</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/OptionsTesterInterface.html"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe.html">FFMpeg\FFProbe</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/OutputParser.html"><abbr title="FFMpeg\FFProbe\OutputParser">OutputParser</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe.html">FFMpeg\FFProbe</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/OutputParserInterface.html"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe.html">FFMpeg\FFProbe</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Video/Ogg.html"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/OptionsTesterInterface.html"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">OptionsTesterInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe.html">FFMpeg\FFProbe</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/OutputParser.html"><abbr title="FFMpeg\FFProbe\OutputParser">OutputParser</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe.html">FFMpeg\FFProbe</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/OutputParserInterface.html"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe.html">FFMpeg\FFProbe</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Video/Ogg.html"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> | ||||
|                     <dd>The Ogg video format</dd>        </dl><h2 id="letterP">P</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Coordinate/Point.html"><abbr title="FFMpeg\Coordinate\Point">Point</abbr></a> — <em>Class in namespace <a href="FFMpeg/Coordinate.html">FFMpeg\Coordinate</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/OutputParser.html#method_parse"><abbr title="FFMpeg\FFProbe\OutputParser">OutputParser</abbr>::parse</a>() — <em>Method in class <a href="FFMpeg/FFProbe/OutputParser.html"><abbr title="FFMpeg\FFProbe\OutputParser">OutputParser</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/OutputParser.html#method_parse"><abbr title="FFMpeg\FFProbe\OutputParser">OutputParser</abbr>::parse</a>() — <em>Method in class <a href="FFMpeg/FFProbe/OutputParser.html"><abbr title="FFMpeg\FFProbe\OutputParser">OutputParser</abbr></a></em></dt> | ||||
|                     <dd>Parses ffprobe raw output.</dd><dt><a href="FFMpeg/FFProbe/OutputParserInterface.html#method_parse"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr>::parse</a>() — <em>Method in class <a href="FFMpeg/FFProbe/OutputParserInterface.html"><abbr title="FFMpeg\FFProbe\OutputParserInterface">OutputParserInterface</abbr></a></em></dt> | ||||
|                     <dd>Parses ffprobe raw output.</dd><dt><a href="FFMpeg/Format/ProgressableInterface.html"><abbr title="FFMpeg\Format\ProgressableInterface">ProgressableInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format.html">FFMpeg\Format</a></em></dt> | ||||
|                     <dd></dd>        </dl><h2 id="letterR">R</h2> | ||||
|                     <dd> | ||||
| </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> — <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>() — <em>Method in class <a href="FFMpeg/FFMpegServiceProvider.html"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Audio/AudioFilters.html#method_resample"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr>::resample</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFMpegServiceProvider.html#method_register"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr>::register</a>() — <em>Method in class <a href="FFMpeg/FFMpegServiceProvider.html"><abbr title="FFMpeg\FFMpegServiceProvider">FFMpegServiceProvider</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Audio/AudioFilters.html#method_resample"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr>::resample</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></em></dt> | ||||
|                     <dd>Resamples the audio file.</dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method_resize"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::resize</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd>Resizes a video to a given dimension.</dd>        </dl><h2 id="letterS">S</h2> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/RotateFilter.html"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method_resize"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::resize</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd>Resizes a video to a given dimension.</dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method_rotate"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::rotate</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd>        </dl><h2 id="letterS">S</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/FFMpeg.html#method_setFFProbe"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::setFFProbe</a>() — <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> | ||||
|                     <dd>Sets FFProbe.</dd><dt><a href="FFMpeg/FFMpeg.html#method_setFFMpegDriver"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::setFFMpegDriver</a>() — <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> | ||||
|                     <dd>Sets the ffmpeg driver.</dd><dt><a href="FFMpeg/FFProbe.html#method_setParser"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::setParser</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_setFFProbeDriver"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::setFFProbeDriver</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_setOptionsTester"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::setOptionsTester</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_setCache"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::setCache</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_setMapper"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::setMapper</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method_streams"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::streams</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Audio/SimpleFilter.html"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/SynchronizeFilter.html"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_setFFProbeDriver"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::setFFProbeDriver</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_setOptionsTester"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::setOptionsTester</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_setCache"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::setCache</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_setMapper"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::setMapper</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method_streams"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::streams</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method_set"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::set</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd>Sets the property value given its name.</dd><dt><a href="FFMpeg/FFProbe/DataMapping/Stream.html"><abbr title="FFMpeg\FFProbe\DataMapping\Stream">Stream</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a> — <em>Class in namespace <a href="FFMpeg/FFProbe/DataMapping.html">FFMpeg\FFProbe\DataMapping</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Audio/SimpleFilter.html"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/SynchronizeFilter.html"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd>Synchronizes audio and video in case of desynchronized movies.</dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method_synchronize"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::synchronize</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd>Synchronizes audio and video.</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioCodec"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::setAudioCodec</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>Sets the audio codec, Should be in the available ones, otherwise an exception is thrown.</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioKiloBitrate"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::setAudioKiloBitrate</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>Sets the kiloBitrate value.</dd><dt><a href="FFMpeg/Format/VideoInterface.html#method_supportBFrames"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr>::supportBFrames</a>() — <em>Method in class <a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></em></dt> | ||||
|                     <dd>Sets the kiloBitrate value.</dd><dt><a href="FFMpeg/Format/Audio/DefaultAudio.html#method_setAudioChannels"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr>::setAudioChannels</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/DefaultAudio.html"><abbr title="FFMpeg\Format\Audio\DefaultAudio">DefaultAudio</abbr></a></em></dt> | ||||
|                     <dd>Sets the channels value.</dd><dt><a href="FFMpeg/Format/VideoInterface.html#method_supportBFrames"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr>::supportBFrames</a>() — <em>Method in class <a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></em></dt> | ||||
|                     <dd>Returns true if the current format supports B-Frames.</dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html#method_setKiloBitrate"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr>::setKiloBitrate</a>() — <em>Method in class <a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></em></dt> | ||||
|                     <dd>Sets the kiloBitrate value.</dd><dt><a href="FFMpeg/Format/Video/DefaultVideo.html#method_setVideoCodec"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr>::setVideoCodec</a>() — <em>Method in class <a href="FFMpeg/Format/Video/DefaultVideo.html"><abbr title="FFMpeg\Format\Video\DefaultVideo">DefaultVideo</abbr></a></em></dt> | ||||
|                     <dd>Sets the video codec, Should be in the available ones, otherwise an exception is thrown.</dd><dt><a href="FFMpeg/Format/Video/Ogg.html#method_supportBFrames"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr>::supportBFrames</a>() — <em>Method in class <a href="FFMpeg/Format/Video/Ogg.html"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr></a></em></dt> | ||||
|  | @ -265,58 +392,118 @@ | |||
|                     <dd>Returns true if the current format supports B-Frames.</dd><dt><a href="FFMpeg/Format/Video/WMV3.html#method_supportBFrames"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr>::supportBFrames</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV3.html"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr></a></em></dt> | ||||
|                     <dd>Returns true if the current format supports B-Frames.</dd><dt><a href="FFMpeg/Format/Video/WebM.html#method_supportBFrames"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr>::supportBFrames</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WebM.html"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr></a></em></dt> | ||||
|                     <dd>Returns true if the current format supports B-Frames.</dd><dt><a href="FFMpeg/Format/Video/X264.html#method_supportBFrames"><abbr title="FFMpeg\Format\Video\X264">X264</abbr>::supportBFrames</a>() — <em>Method in class <a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></em></dt> | ||||
|                     <dd>Returns true if the current format supports B-Frames.</dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::setFFMpegDriver</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::setFFProbe</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::setFiltersCollection</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/Audio.html#method_save"><abbr title="FFMpeg\Media\Audio">Audio</abbr>::save</a>() — <em>Method in class <a href="FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></em></dt> | ||||
|                     <dd>Returns true if the current format supports B-Frames.</dd><dt><a href="FFMpeg/Format/Video/X264.html#method_setBFramesSupport"><abbr title="FFMpeg\Format\Video\X264">X264</abbr>::setBFramesSupport</a>() — <em>Method in class <a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_setFFMpegDriver"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::setFFMpegDriver</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_setFFProbe"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::setFFProbe</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method_setFiltersCollection"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::setFiltersCollection</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/Audio.html#method_save"><abbr title="FFMpeg\Media\Audio">Audio</abbr>::save</a>() — <em>Method in class <a href="FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></em></dt> | ||||
|                     <dd>Exports the audio in the desired format, applies registered filters.</dd><dt><a href="FFMpeg/Media/Frame.html#method_save"><abbr title="FFMpeg\Media\Frame">Frame</abbr>::save</a>() — <em>Method in class <a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></em></dt> | ||||
|                     <dd>Saves the frame in the given filename.</dd><dt><a href="FFMpeg/Media/Video.html#method_save"><abbr title="FFMpeg\Media\Video">Video</abbr>::save</a>() — <em>Method in class <a href="FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></em></dt> | ||||
|                     <dd>Exports the video in the desired format, applies registered filters.</dd>        </dl><h2 id="letterT">T</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a> — <em>Class in namespace <a href="FFMpeg/Coordinate.html">FFMpeg\Coordinate</a></em></dt> | ||||
|                     <dd></dd>        </dl><h2 id="letterV">V</h2> | ||||
|                     <dd> | ||||
| </dd>        </dl><h2 id="letterV">V</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method_videos"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::videos</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd>Returns a new StreamCollection with only video streams.</dd><dt><a href="FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/VideoProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\VideoProgressListener">VideoProgressListener</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/ProgressListener.html">FFMpeg\Format\ProgressListener</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Audio/Vorbis.html"><abbr title="FFMpeg\Format\Audio\Vorbis">Vorbis</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt> | ||||
|                     <dd>The Vorbis audio format</dd><dt><a href="FFMpeg/Format/ProgressListener/VideoProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\VideoProgressListener">VideoProgressListener</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/ProgressListener.html">FFMpeg\Format\ProgressListener</a></em></dt> | ||||
|                     <dd>Parses ffmpeg stderr progress information for video files.</dd><dt><a href="FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format.html">FFMpeg\Format</a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd></dd>        </dl><h2 id="letterW">W</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Format/Video/WMV.html"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a> — <em>Class in namespace <a href="FFMpeg/Media.html">FFMpeg\Media</a></em></dt> | ||||
|                     <dd> | ||||
| </dd>        </dl><h2 id="letterW">W</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method_watermark"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::watermark</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/WatermarkFilter.html"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">WatermarkFilter</abbr></a> — <em>Class in namespace <a href="FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Audio/Wav.html"><abbr title="FFMpeg\Format\Audio\Wav">Wav</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Audio.html">FFMpeg\Format\Audio</a></em></dt> | ||||
|                     <dd>The WAV audio format</dd><dt><a href="FFMpeg/Format/Video/WMV.html"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> | ||||
|                     <dd>The WMV video format</dd><dt><a href="FFMpeg/Format/Video/WMV3.html"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> | ||||
|                     <dd>The WMV video format</dd><dt><a href="FFMpeg/Format/Video/WebM.html"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> | ||||
|                     <dd>The WebM video format</dd>        </dl><h2 id="letterX">X</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a> — <em>Class in namespace <a href="FFMpeg/Format/Video.html">FFMpeg\Format\Video</a></em></dt> | ||||
|                     <dd>The X264 video format</dd>        </dl><h2 id="letter_">_</h2> | ||||
|         <dl id="index"><dt><a href="FFMpeg/Coordinate/AspectRatio.html#method___construct"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Coordinate/Dimension.html#method___construct"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Coordinate/FrameRate.html#method___construct"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Coordinate/Point.html#method___construct"><abbr title="FFMpeg\Coordinate\Point">Point</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Point.html"><abbr title="FFMpeg\Coordinate\Point">Point</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Coordinate/TimeCode.html#method___construct"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Coordinate/TimeCode.html#method___toString"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr>::__toString</a>() — <em>Method in class <a href="FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFMpeg.html#method___construct"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe.html#method___construct"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method___construct"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method___construct"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/FFProbe/OptionsTester.html#method___construct"><abbr title="FFMpeg\FFProbe\OptionsTester">OptionsTester</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFProbe/OptionsTester.html"><abbr title="FFMpeg\FFProbe\OptionsTester">OptionsTester</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Audio/AudioFilters.html#method___construct"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html#method___construct"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Audio/SimpleFilter.html#method___construct"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/SimpleFilter.html"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Frame/FrameFilters.html#method___construct"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/SynchronizeFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/SynchronizeFilter.html"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method___construct"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Audio/Flac.html#method___construct"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Flac.html"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Audio/Mp3.html#method___construct"><abbr title="FFMpeg\Format\Audio\Mp3">Mp3</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Mp3.html"><abbr title="FFMpeg\Format\Audio\Mp3">Mp3</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method___construct"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Video/Ogg.html#method___construct"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/Ogg.html"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Video/WMV.html#method___construct"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV.html"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Video/WMV3.html#method___construct"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV3.html"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Video/WebM.html#method___construct"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WebM.html"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Format/Video/X264.html#method___construct"><abbr title="FFMpeg\Format\Video\X264">X264</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method___construct"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd></dd><dt><a href="FFMpeg/Media/Frame.html#method___construct"><abbr title="FFMpeg\Media\Frame">Frame</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></em></dt> | ||||
|                     <dd></dd>        </dl>        </div> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Coordinate/Dimension.html#method___construct"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Dimension.html"><abbr title="FFMpeg\Coordinate\Dimension">Dimension</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Coordinate/FrameRate.html#method___construct"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Coordinate/FrameRate.html"><abbr title="FFMpeg\Coordinate\FrameRate">FrameRate</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Coordinate/Point.html#method___construct"><abbr title="FFMpeg\Coordinate\Point">Point</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Coordinate/Point.html"><abbr title="FFMpeg\Coordinate\Point">Point</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Coordinate/TimeCode.html#method___construct"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Coordinate/TimeCode.html#method___toString"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr>::__toString</a>() — <em>Method in class <a href="FFMpeg/Coordinate/TimeCode.html"><abbr title="FFMpeg\Coordinate\TimeCode">TimeCode</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFMpeg.html#method___construct"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFMpeg.html"><abbr title="FFMpeg\FFMpeg">FFMpeg</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe.html#method___construct"><abbr title="FFMpeg\FFProbe">FFProbe</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFProbe.html"><abbr title="FFMpeg\FFProbe">FFProbe</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/AbstractData.html#method___construct"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/AbstractData.html"><abbr title="FFMpeg\FFProbe\DataMapping\AbstractData">AbstractData</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html#method___construct"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFProbe/DataMapping/StreamCollection.html"><abbr title="FFMpeg\FFProbe\DataMapping\StreamCollection">StreamCollection</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/FFProbe/OptionsTester.html#method___construct"><abbr title="FFMpeg\FFProbe\OptionsTester">OptionsTester</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/FFProbe/OptionsTester.html"><abbr title="FFMpeg\FFProbe\OptionsTester">OptionsTester</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Audio/AudioFilters.html#method___construct"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html#method___construct"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/AudioResamplableFilter.html"><abbr title="FFMpeg\Filters\Audio\AudioResamplableFilter">AudioResamplableFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Audio/SimpleFilter.html#method___construct"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Audio/SimpleFilter.html"><abbr title="FFMpeg\Filters\Audio\SimpleFilter">SimpleFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html#method___construct"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">DisplayRatioFixerFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Frame/DisplayRatioFixerFilter.html"><abbr title="FFMpeg\Filters\Frame\DisplayRatioFixerFilter">DisplayRatioFixerFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Frame/FrameFilters.html#method___construct"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Frame/FrameFilters.html"><abbr title="FFMpeg\Filters\Frame\FrameFilters">FrameFilters</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/ClipFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ClipFilter.html"><abbr title="FFMpeg\Filters\Video\ClipFilter">ClipFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/CustomFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\CustomFilter">CustomFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/CustomFilter.html"><abbr title="FFMpeg\Filters\Video\CustomFilter">CustomFilter</abbr></a></em></dt> | ||||
|                     <dd>A custom filter, useful if you want to build complex filters</dd><dt><a href="FFMpeg/Filters/Video/FrameRateFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/FrameRateFilter.html"><abbr title="FFMpeg\Filters\Video\FrameRateFilter">FrameRateFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/ResizeFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/ResizeFilter.html"><abbr title="FFMpeg\Filters\Video\ResizeFilter">ResizeFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/RotateFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/RotateFilter.html"><abbr title="FFMpeg\Filters\Video\RotateFilter">RotateFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/SynchronizeFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/SynchronizeFilter.html"><abbr title="FFMpeg\Filters\Video\SynchronizeFilter">SynchronizeFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/VideoFilters.html#method___construct"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/VideoFilters.html"><abbr title="FFMpeg\Filters\Video\VideoFilters">VideoFilters</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Filters/Video/WatermarkFilter.html#method___construct"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">WatermarkFilter</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Filters/Video/WatermarkFilter.html"><abbr title="FFMpeg\Filters\Video\WatermarkFilter">WatermarkFilter</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Audio/Aac.html#method___construct"><abbr title="FFMpeg\Format\Audio\Aac">Aac</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Aac.html"><abbr title="FFMpeg\Format\Audio\Aac">Aac</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Audio/Flac.html#method___construct"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Flac.html"><abbr title="FFMpeg\Format\Audio\Flac">Flac</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Audio/Mp3.html#method___construct"><abbr title="FFMpeg\Format\Audio\Mp3">Mp3</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Mp3.html"><abbr title="FFMpeg\Format\Audio\Mp3">Mp3</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Audio/Vorbis.html#method___construct"><abbr title="FFMpeg\Format\Audio\Vorbis">Vorbis</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Vorbis.html"><abbr title="FFMpeg\Format\Audio\Vorbis">Vorbis</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Audio/Wav.html#method___construct"><abbr title="FFMpeg\Format\Audio\Wav">Wav</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Audio/Wav.html"><abbr title="FFMpeg\Format\Audio\Wav">Wav</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html#method___construct"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/ProgressListener/AbstractProgressListener.html"><abbr title="FFMpeg\Format\ProgressListener\AbstractProgressListener">AbstractProgressListener</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Video/Ogg.html#method___construct"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/Ogg.html"><abbr title="FFMpeg\Format\Video\Ogg">Ogg</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Video/WMV.html#method___construct"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV.html"><abbr title="FFMpeg\Format\Video\WMV">WMV</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Video/WMV3.html#method___construct"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WMV3.html"><abbr title="FFMpeg\Format\Video\WMV3">WMV3</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Video/WebM.html#method___construct"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/WebM.html"><abbr title="FFMpeg\Format\Video\WebM">WebM</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Format/Video/X264.html#method___construct"><abbr title="FFMpeg\Format\Video\X264">X264</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Format/Video/X264.html"><abbr title="FFMpeg\Format\Video\X264">X264</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/AbstractMediaType.html#method___construct"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Media/AbstractMediaType.html"><abbr title="FFMpeg\Media\AbstractMediaType">AbstractMediaType</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd><dt><a href="FFMpeg/Media/Frame.html#method___construct"><abbr title="FFMpeg\Media\Frame">Frame</abbr>::__construct</a>() — <em>Method in class <a href="FFMpeg/Media/Frame.html"><abbr title="FFMpeg\Media\Frame">Frame</abbr></a></em></dt> | ||||
|                     <dd> | ||||
| </dd>        </dl>        </div> | ||||
|             <div id="footer"> | ||||
|         Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. | ||||
|     </div> | ||||
|  |  | |||
|  | @ -5,10 +5,13 @@ | |||
|         <meta name="robots" content="index, follow, all" /> | ||||
|         <title>PHP-FFMpeg API</title> | ||||
|                         <link rel="stylesheet" type="text/css" href="stylesheet.css"> | ||||
|          | ||||
|     <script src="js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> | ||||
|     <script src="js/permalink.js" type="text/javascript" charset="utf-8"></script> | ||||
|                     </head> | ||||
|         <frameset cols="20%,80%" frameborder="1" border="1" bordercolor="#bbb" framespacing="1"> | ||||
|         <frame src="panel.html" name="index"> | ||||
|         <frame src="namespaces.html" name="main"> | ||||
|         <frame src="namespaces.html" name="main" id="main-frame"> | ||||
|         <noframes> | ||||
|             <body> | ||||
|                 Your browser does not support frames. Go to the <a href="namespaces.html">non-frame version</a>. | ||||
|  |  | |||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="classes.html">Classes</a></li> | ||||
|                             <li><a href="namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="traits.html">Traits</a></li> | ||||
|             <li><a href="doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  | @ -26,84 +27,98 @@ | |||
|                 <td><a href="FFMpeg/Exception/ExceptionInterface.html" target="main"><abbr title="FFMpeg\Exception\ExceptionInterface">FFMpeg\Exception\ExceptionInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/FFProbe/MapperInterface.html" target="main"><abbr title="FFMpeg\FFProbe\MapperInterface">FFMpeg\FFProbe\MapperInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/FFProbe/OptionsTesterInterface.html" target="main"><abbr title="FFMpeg\FFProbe\OptionsTesterInterface">FFMpeg\FFProbe\OptionsTesterInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/FFProbe/OutputParserInterface.html" target="main"><abbr title="FFMpeg\FFProbe\OutputParserInterface">FFMpeg\FFProbe\OutputParserInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Filters/Audio/AudioFilterInterface.html" target="main"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">FFMpeg\Filters\Audio\AudioFilterInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Filters/FilterInterface.html" target="main"><abbr title="FFMpeg\Filters\FilterInterface">FFMpeg\Filters\FilterInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Filters/Frame/FrameFilterInterface.html" target="main"><abbr title="FFMpeg\Filters\Frame\FrameFilterInterface">FFMpeg\Filters\Frame\FrameFilterInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Filters/Video/VideoFilterInterface.html" target="main"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">FFMpeg\Filters\Video\VideoFilterInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Format/AudioInterface.html" target="main"><abbr title="FFMpeg\Format\AudioInterface">FFMpeg\Format\AudioInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Format/FormatInterface.html" target="main"><abbr title="FFMpeg\Format\FormatInterface">FFMpeg\Format\FormatInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Format/FrameInterface.html" target="main"><abbr title="FFMpeg\Format\FrameInterface">FFMpeg\Format\FrameInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Format/ProgressableInterface.html" target="main"><abbr title="FFMpeg\Format\ProgressableInterface">FFMpeg\Format\ProgressableInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Format/VideoInterface.html" target="main"><abbr title="FFMpeg\Format\VideoInterface">FFMpeg\Format\VideoInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|                     <tr> | ||||
|                 <td><a href="FFMpeg/Media/MediaTypeInterface.html" target="main"><abbr title="FFMpeg\Media\MediaTypeInterface">FFMpeg\Media\MediaTypeInterface</abbr></a></td> | ||||
|                 <td class="last"> | ||||
|                      | ||||
| 
 | ||||
|                 </td> | ||||
|             </tr> | ||||
|             </table> | ||||
|  |  | |||
							
								
								
									
										17
									
								
								docs/source/API/API/js/permalink.js
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								docs/source/API/API/js/permalink.js
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| jQuery(document).ready( | ||||
|     function () { | ||||
|         var hash = window.location.hash.replace(/^#/, ''); | ||||
| 
 | ||||
|         if (hash) { | ||||
|             jQuery('#main-frame').attr('src', hash); | ||||
| 
 | ||||
|             if (history.pushState) { | ||||
|                 history.pushState( | ||||
|                     '', | ||||
|                     document.title, | ||||
|                     window.location.pathname + window.location.search | ||||
|                 ); | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| ); | ||||
|  | @ -12,6 +12,7 @@ | |||
|             <li><a href="classes.html">Classes</a></li> | ||||
|                             <li><a href="namespaces.html">Namespaces</a></li> | ||||
|                         <li><a href="interfaces.html">Interfaces</a></li> | ||||
|             <li><a href="traits.html">Traits</a></li> | ||||
|             <li><a href="doc-index.html">Index</a></li> | ||||
|              | ||||
|         </ul> | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|              dataType: 'script', | ||||
|              success: function () { | ||||
|                  $('.loader').css('display', 'none'); | ||||
|                  var panel = new Searchdoc.Panel($('#panel'), search_data, tree, top.frames[1]); | ||||
|                  var panel = new Searchdoc.Panel($('#panel'), search_data, tree, parent.frames[1]); | ||||
|                  $('#search').focus(); | ||||
| 
 | ||||
|                  for (var i=0; i < 2; i++) { | ||||
|  |  | |||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue