scratch – Blame information for rev 120

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