scratch – Blame information for rev
?pathlinks?
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\Format\FormatInterface | 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/Format.html">FFMpeg\Format</a>\FormatInterface</h1> |
||
24 | </div> |
||
25 | <div class="content"> |
||
26 | <p> interface |
||
27 | <strong>FormatInterface</strong></p> |
||
28 | |||
29 | |||
30 | |||
31 | |||
32 | <h2>Methods</h2> |
||
33 | |||
34 | <table> |
||
35 | <tr> |
||
36 | <td class="type"> |
||
37 | string |
||
38 | </td> |
||
39 | <td class="last"> |
||
40 | <a href="#method_getPasses">getPasses</a>() |
||
41 | <p>Returns the number of passes.</p> |
||
42 | </td> |
||
43 | <td></td> |
||
44 | </tr> |
||
45 | <tr> |
||
46 | <td class="type"> |
||
47 | <abbr title="FFMpeg\Format\array()">array()</abbr> |
||
48 | </td> |
||
49 | <td class="last"> |
||
50 | <a href="#method_getExtraParams">getExtraParams</a>() |
||
51 | <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> |
||
52 | </td> |
||
53 | <td></td> |
||
54 | </tr> |
||
55 | </table> |
||
56 | |||
57 | |||
58 | <h2>Details</h2> |
||
59 | |||
60 | <h3 id="method_getPasses"> |
||
61 | <div class="location">at line 20</div> |
||
62 | <code> public string |
||
63 | <strong>getPasses</strong>()</code> |
||
64 | </h3> |
||
65 | <div class="details"> |
||
66 | <p>Returns the number of passes.</p> |
||
67 | <p> |
||
68 | </p> |
||
69 | <div class="tags"> |
||
70 | |||
71 | <h4>Return Value</h4> |
||
72 | |||
73 | <table> |
||
74 | <tr> |
||
75 | <td>string</td> |
||
76 | <td> |
||
77 | </td> |
||
78 | </tr> |
||
79 | </table> |
||
80 | |||
81 | |||
82 | |||
83 | </div> |
||
84 | </div> |
||
85 | |||
86 | <h3 id="method_getExtraParams"> |
||
87 | <div class="location">at line 27</div> |
||
88 | <code> public <abbr title="FFMpeg\Format\array()">array()</abbr> |
||
89 | <strong>getExtraParams</strong>()</code> |
||
90 | </h3> |
||
91 | <div class="details"> |
||
92 | <p>Returns an array of extra parameters to add to ffmpeg commandline.</p> |
||
93 | <p> |
||
94 | </p> |
||
95 | <div class="tags"> |
||
96 | |||
97 | <h4>Return Value</h4> |
||
98 | |||
99 | <table> |
||
100 | <tr> |
||
101 | <td><abbr title="FFMpeg\Format\array()">array()</abbr></td> |
||
102 | <td> |
||
103 | </td> |
||
104 | </tr> |
||
105 | </table> |
||
106 | |||
107 | |||
108 | |||
109 | </div> |
||
110 | </div> |
||
111 | |||
112 | |||
113 | </div> |
||
114 | <div id="footer"> |
||
115 | Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. |
||
116 | </div> |
||
117 | </body> |
||
118 | </html> |