scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 114  →  ?path2? @ 115
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/AudioFilterInterface.html
@@ -0,0 +1,135 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio\AudioFilterInterface | 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">Interface</div>
<h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\AudioFilterInterface</h1>
</div>
<div class="content">
<p> interface
<strong>AudioFilterInterface</strong> implements
<a href="../../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<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><small>from&nbsp;<a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></small></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_apply">apply</a>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)
<p>Applies the filter on the the Audio media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method_getPriority">
<div class="location">in <a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> at line 21</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 28</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Audio media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td>
<td>$audio</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>
</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>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/AudioFilters.html
@@ -0,0 +1,132 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio\AudioFilters | 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/Audio.html">FFMpeg\Filters\Audio</a>\AudioFilters</h1>
</div>
<div class="content">
<p> class
<strong>AudioFilters</strong></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</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>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../FFMpeg/Filters/Audio/AudioFilters.html"><abbr title="FFMpeg\Filters\Audio\AudioFilters">AudioFilters</abbr></a>
</td>
<td class="last">
<a href="#method_resample">resample</a>(Integer $rate)
<p>Resamples the audio file.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<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>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td>
<td>$media</td>
<td>
</td>
</tr>
</table>
 
</div>
</div>
 
<h3 id="method_resample">
<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>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td>Integer</td>
<td>$rate</td>
<td>
</td>
</tr>
</table>
 
<h4>Return Value</h4>
 
<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>
 
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/AudioResamplableFilter.html
@@ -0,0 +1,218 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio\AudioResamplableFilter | 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/Audio.html">FFMpeg\Filters\Audio</a>\AudioResamplableFilter</h1>
</div>
<div class="content">
<p> class
<strong>AudioResamplableFilter</strong> implements
<a href="../../../FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>($rate, $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">
Integer
</td>
<td class="last">
<a href="#method_getRate">getRate</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/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)
<p>Applies the filter on the the Audio media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 24</div>
<code> public
<strong>__construct</strong>($rate, $priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td></td>
<td>$rate</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 33</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_getRate">
<div class="location">at line 42</div>
<code> public Integer
<strong>getRate</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>
 
<h3 id="method_apply">
<div class="location">at line 50</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Audio media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td>
<td>$audio</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>
</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>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/SimpleFilter.html
@@ -0,0 +1,180 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio\SimpleFilter | 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/Audio.html">FFMpeg\Filters\Audio</a>\SimpleFilter</h1>
</div>
<div class="content">
<p> class
<strong>SimpleFilter</strong> implements
<a href="../../../FFMpeg/Filters/Audio/AudioFilterInterface.html"><abbr title="FFMpeg\Filters\Audio\AudioFilterInterface">AudioFilterInterface</abbr></a></p>
 
<h2>Methods</h2>
 
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(array $params, $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/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)
<p>Applies the filter on the the Audio media given an format.</p>
</td>
<td></td>
</tr>
</table>
 
 
<h2>Details</h2>
 
<h3 id="method___construct">
<div class="location">at line 13</div>
<code> public
<strong>__construct</strong>(array $params, $priority)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td>array</td>
<td>$params</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 22</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 30</div>
<code> public array
<strong>apply</strong>(<a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a> $audio, <a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a> $format)</code>
</h3>
<div class="details">
<p>Applies the filter on the the Audio media given an format.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
 
<table>
<tr>
<td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td>
<td>$audio</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>
</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>
/vendor/php-ffmpeg/php-ffmpeg/docs/source/API/API/FFMpeg/Filters/Audio/namespace-frame.html
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>FFMpeg\Filters\Audio | PHP-FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
</html>