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\Video\CustomFilter | 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">Class</div>
23 <h1><a href="../../../FFMpeg/Filters/Video.html">FFMpeg\Filters\Video</a>\CustomFilter</h1>
24 </div>
25 <div class="content">
26 <p> class
27 <strong>CustomFilter</strong> implements
28 <a href="../../../FFMpeg/Filters/Video/VideoFilterInterface.html"><abbr title="FFMpeg\Filters\Video\VideoFilterInterface">VideoFilterInterface</abbr></a></p>
29  
30  
31  
32  
33 <h2>Methods</h2>
34  
35 <table>
36 <tr>
37 <td class="type">
38  
39 </td>
40 <td class="last">
41 <a href="#method___construct">__construct</a>(string $filter, int $priority)
42 <p>A custom filter, useful if you want to build complex filters</p>
43 </td>
44 <td></td>
45 </tr>
46 <tr>
47 <td class="type">
48 integer
49 </td>
50 <td class="last">
51 <a href="#method_getPriority">getPriority</a>()
52 <p>Returns the priority of the filter.</p>
53 </td>
54 <td></td>
55 </tr>
56 <tr>
57 <td class="type">
58 array
59 </td>
60 <td class="last">
61 <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)
62 <p>Applies the filter on the the Video media given an format.</p>
63 </td>
64 <td></td>
65 </tr>
66 </table>
67  
68  
69 <h2>Details</h2>
70  
71 <h3 id="method___construct">
72 <div class="location">at line 29</div>
73 <code> public
74 <strong>__construct</strong>(string $filter, int $priority)</code>
75 </h3>
76 <div class="details">
77 <p>A custom filter, useful if you want to build complex filters</p>
78 <p>
79 </p>
80 <div class="tags">
81 <h4>Parameters</h4>
82  
83 <table>
84 <tr>
85 <td>string</td>
86 <td>$filter</td>
87 <td>
88 </td>
89 </tr>
90 <tr>
91 <td>int</td>
92 <td>$priority</td>
93 <td>
94 </td>
95 </tr>
96 </table>
97  
98  
99  
100  
101 </div>
102 </div>
103  
104 <h3 id="method_getPriority">
105 <div class="location">at line 38</div>
106 <code> public integer
107 <strong>getPriority</strong>()</code>
108 </h3>
109 <div class="details">
110 <p>Returns the priority of the filter.</p>
111 <p>
112 </p>
113 <div class="tags">
114  
115 <h4>Return Value</h4>
116  
117 <table>
118 <tr>
119 <td>integer</td>
120 <td>
121 </td>
122 </tr>
123 </table>
124  
125  
126  
127 </div>
128 </div>
129  
130 <h3 id="method_apply">
131 <div class="location">at line 46</div>
132 <code> public array
133 <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>
134 </h3>
135 <div class="details">
136 <p>Applies the filter on the the Video media given an format.</p>
137 <p>
138 </p>
139 <div class="tags">
140 <h4>Parameters</h4>
141  
142 <table>
143 <tr>
144 <td><a href="../../../FFMpeg/Media/Video.html"><abbr title="FFMpeg\Media\Video">Video</abbr></a></td>
145 <td>$video</td>
146 <td>
147 </td>
148 </tr>
149 <tr>
150 <td><a href="../../../FFMpeg/Format/VideoInterface.html"><abbr title="FFMpeg\Format\VideoInterface">VideoInterface</abbr></a></td>
151 <td>$format</td>
152 <td>
153 </td>
154 </tr>
155 </table>
156  
157  
158 <h4>Return Value</h4>
159  
160 <table>
161 <tr>
162 <td>array</td>
163 <td>An array of arguments</td>
164 </tr>
165 </table>
166  
167  
168  
169 </div>
170 </div>
171  
172  
173 </div>
174 <div id="footer">
175 Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
176 </div>
177 </body>
178 </html>