scratch – Blame information for rev 115

Subversion Repositories:
Rev:
Rev Author Line No. Line
115 office 1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="robots" content="index, follow, all" />
6 <title>FFMpeg\Filters\Audio\AudioFilterInterface | PHP-FFMpeg API</title>
7 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
8 </head>
9 <body id="class">
10 <div class="header">
11 <ul>
12 <li><a href="../../../classes.html">Classes</a></li>
13 <li><a href="../../../namespaces.html">Namespaces</a></li>
14 <li><a href="../../../interfaces.html">Interfaces</a></li>
15 <li><a href="../../../traits.html">Traits</a></li>
16 <li><a href="../../../doc-index.html">Index</a></li>
17  
18 </ul>
19  
20 <div id="title">PHP-FFMpeg API</div>
21  
22 <div class="type">Interface</div>
23 <h1><a href="../../../FFMpeg/Filters/Audio.html">FFMpeg\Filters\Audio</a>\AudioFilterInterface</h1>
24 </div>
25 <div class="content">
26 <p> interface
27 <strong>AudioFilterInterface</strong> implements
28 <a href="../../../FFMpeg/Filters/FilterInterface.html"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></p>
29  
30  
31  
32  
33 <h2>Methods</h2>
34  
35 <table>
36 <tr>
37 <td class="type">
38 integer
39 </td>
40 <td class="last">
41 <a href="#method_getPriority">getPriority</a>()
42 <p>Returns the priority of the filter.</p>
43 </td>
44 <td><small>from&nbsp;<a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a></small></td>
45 </tr>
46 <tr>
47 <td class="type">
48 array
49 </td>
50 <td class="last">
51 <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)
52 <p>Applies the filter on the the Audio media given an format.</p>
53 </td>
54 <td></td>
55 </tr>
56 </table>
57  
58  
59 <h2>Details</h2>
60  
61 <h3 id="method_getPriority">
62 <div class="location">in <a href="../../../FFMpeg/Filters/FilterInterface.html#method_getPriority"><abbr title="FFMpeg\Filters\FilterInterface">FilterInterface</abbr></a> at line 21</div>
63 <code> public integer
64 <strong>getPriority</strong>()</code>
65 </h3>
66 <div class="details">
67 <p>Returns the priority of the filter.</p>
68 <p>
69 </p>
70 <div class="tags">
71  
72 <h4>Return Value</h4>
73  
74 <table>
75 <tr>
76 <td>integer</td>
77 <td>
78 </td>
79 </tr>
80 </table>
81  
82  
83  
84 </div>
85 </div>
86  
87 <h3 id="method_apply">
88 <div class="location">at line 28</div>
89 <code> public array
90 <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>
91 </h3>
92 <div class="details">
93 <p>Applies the filter on the the Audio media given an format.</p>
94 <p>
95 </p>
96 <div class="tags">
97 <h4>Parameters</h4>
98  
99 <table>
100 <tr>
101 <td><a href="../../../FFMpeg/Media/Audio.html"><abbr title="FFMpeg\Media\Audio">Audio</abbr></a></td>
102 <td>$audio</td>
103 <td>
104 </td>
105 </tr>
106 <tr>
107 <td><a href="../../../FFMpeg/Format/AudioInterface.html"><abbr title="FFMpeg\Format\AudioInterface">AudioInterface</abbr></a></td>
108 <td>$format</td>
109 <td>
110 </td>
111 </tr>
112 </table>
113  
114  
115 <h4>Return Value</h4>
116  
117 <table>
118 <tr>
119 <td>array</td>
120 <td>An array of arguments</td>
121 </tr>
122 </table>
123  
124  
125  
126 </div>
127 </div>
128  
129  
130 </div>
131 <div id="footer">
132 Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
133 </div>
134 </body>
135 </html>