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\FilterInterface | 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.html">FFMpeg\Filters</a>\FilterInterface</h1>
24 </div>
25 <div class="content">
26 <p> interface
27 <strong>FilterInterface</strong></p>
28  
29  
30  
31  
32 <h2>Methods</h2>
33  
34 <table>
35 <tr>
36 <td class="type">
37 integer
38 </td>
39 <td class="last">
40 <a href="#method_getPriority">getPriority</a>()
41 <p>Returns the priority of the filter.</p>
42 </td>
43 <td></td>
44 </tr>
45 </table>
46  
47  
48 <h2>Details</h2>
49  
50 <h3 id="method_getPriority">
51 <div class="location">at line 21</div>
52 <code> public integer
53 <strong>getPriority</strong>()</code>
54 </h3>
55 <div class="details">
56 <p>Returns the priority of the filter.</p>
57 <p>
58 </p>
59 <div class="tags">
60  
61 <h4>Return Value</h4>
62  
63 <table>
64 <tr>
65 <td>integer</td>
66 <td>
67 </td>
68 </tr>
69 </table>
70  
71  
72  
73 </div>
74 </div>
75  
76  
77 </div>
78 <div id="footer">
79 Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
80 </div>
81 </body>
82 </html>