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\Coordinate\Dimension | 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/Coordinate.html">FFMpeg\Coordinate</a>\Dimension</h1> |
||
24 | </div> |
||
25 | <div class="content"> |
||
26 | <p> class |
||
27 | <strong>Dimension</strong></p> |
||
28 | |||
29 | <div class="description"> |
||
30 | <p>Dimension object, used for manipulating width and height couples</p> |
||
31 | <p> |
||
32 | </p> |
||
33 | </div> |
||
34 | |||
35 | |||
36 | |||
37 | <h2>Methods</h2> |
||
38 | |||
39 | <table> |
||
40 | <tr> |
||
41 | <td class="type"> |
||
42 | |||
43 | </td> |
||
44 | <td class="last"> |
||
45 | <a href="#method___construct">__construct</a>(integer $width, integer $height) |
||
46 | <p> |
||
47 | </p> |
||
48 | </td> |
||
49 | <td></td> |
||
50 | </tr> |
||
51 | <tr> |
||
52 | <td class="type"> |
||
53 | integer |
||
54 | </td> |
||
55 | <td class="last"> |
||
56 | <a href="#method_getWidth">getWidth</a>() |
||
57 | <p>Returns width.</p> |
||
58 | </td> |
||
59 | <td></td> |
||
60 | </tr> |
||
61 | <tr> |
||
62 | <td class="type"> |
||
63 | integer |
||
64 | </td> |
||
65 | <td class="last"> |
||
66 | <a href="#method_getHeight">getHeight</a>() |
||
67 | <p>Returns height.</p> |
||
68 | </td> |
||
69 | <td></td> |
||
70 | </tr> |
||
71 | <tr> |
||
72 | <td class="type"> |
||
73 | <a href="../../FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a> |
||
74 | </td> |
||
75 | <td class="last"> |
||
76 | <a href="#method_getRatio">getRatio</a>(<abbr title="FFMpeg\Coordinate\type">type</abbr> $forceStandards = true) |
||
77 | <p>Returns the ratio.</p> |
||
78 | </td> |
||
79 | <td></td> |
||
80 | </tr> |
||
81 | </table> |
||
82 | |||
83 | |||
84 | <h2>Details</h2> |
||
85 | |||
86 | <h3 id="method___construct"> |
||
87 | <div class="location">at line 30</div> |
||
88 | <code> public |
||
89 | <strong>__construct</strong>(integer $width, integer $height)</code> |
||
90 | </h3> |
||
91 | <div class="details"> |
||
92 | <p> |
||
93 | </p> |
||
94 | <p> |
||
95 | </p> |
||
96 | <div class="tags"> |
||
97 | <h4>Parameters</h4> |
||
98 | |||
99 | <table> |
||
100 | <tr> |
||
101 | <td>integer</td> |
||
102 | <td>$width</td> |
||
103 | <td> |
||
104 | </td> |
||
105 | </tr> |
||
106 | <tr> |
||
107 | <td>integer</td> |
||
108 | <td>$height</td> |
||
109 | <td> |
||
110 | </td> |
||
111 | </tr> |
||
112 | </table> |
||
113 | |||
114 | |||
115 | |||
116 | <h4>Exceptions</h4> |
||
117 | |||
118 | <table> |
||
119 | <tr> |
||
120 | <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> |
||
121 | <td>when one of the parameteres is invalid</td> |
||
122 | </tr> |
||
123 | </table> |
||
124 | |||
125 | |||
126 | </div> |
||
127 | </div> |
||
128 | |||
129 | <h3 id="method_getWidth"> |
||
130 | <div class="location">at line 45</div> |
||
131 | <code> public integer |
||
132 | <strong>getWidth</strong>()</code> |
||
133 | </h3> |
||
134 | <div class="details"> |
||
135 | <p>Returns width.</p> |
||
136 | <p> |
||
137 | </p> |
||
138 | <div class="tags"> |
||
139 | |||
140 | <h4>Return Value</h4> |
||
141 | |||
142 | <table> |
||
143 | <tr> |
||
144 | <td>integer</td> |
||
145 | <td> |
||
146 | </td> |
||
147 | </tr> |
||
148 | </table> |
||
149 | |||
150 | |||
151 | |||
152 | </div> |
||
153 | </div> |
||
154 | |||
155 | <h3 id="method_getHeight"> |
||
156 | <div class="location">at line 55</div> |
||
157 | <code> public integer |
||
158 | <strong>getHeight</strong>()</code> |
||
159 | </h3> |
||
160 | <div class="details"> |
||
161 | <p>Returns height.</p> |
||
162 | <p> |
||
163 | </p> |
||
164 | <div class="tags"> |
||
165 | |||
166 | <h4>Return Value</h4> |
||
167 | |||
168 | <table> |
||
169 | <tr> |
||
170 | <td>integer</td> |
||
171 | <td> |
||
172 | </td> |
||
173 | </tr> |
||
174 | </table> |
||
175 | |||
176 | |||
177 | |||
178 | </div> |
||
179 | </div> |
||
180 | |||
181 | <h3 id="method_getRatio"> |
||
182 | <div class="location">at line 67</div> |
||
183 | <code> public <a href="../../FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a> |
||
184 | <strong>getRatio</strong>(<abbr title="FFMpeg\Coordinate\type">type</abbr> $forceStandards = true)</code> |
||
185 | </h3> |
||
186 | <div class="details"> |
||
187 | <p>Returns the ratio.</p> |
||
188 | <p> |
||
189 | </p> |
||
190 | <div class="tags"> |
||
191 | <h4>Parameters</h4> |
||
192 | |||
193 | <table> |
||
194 | <tr> |
||
195 | <td><abbr title="FFMpeg\Coordinate\type">type</abbr></td> |
||
196 | <td>$forceStandards</td> |
||
197 | <td>Whether or not force the use of standards ratios;</td> |
||
198 | </tr> |
||
199 | </table> |
||
200 | |||
201 | |||
202 | <h4>Return Value</h4> |
||
203 | |||
204 | <table> |
||
205 | <tr> |
||
206 | <td><a href="../../FFMpeg/Coordinate/AspectRatio.html"><abbr title="FFMpeg\Coordinate\AspectRatio">AspectRatio</abbr></a></td> |
||
207 | <td> |
||
208 | </td> |
||
209 | </tr> |
||
210 | </table> |
||
211 | |||
212 | |||
213 | |||
214 | </div> |
||
215 | </div> |
||
216 | |||
217 | |||
218 | </div> |
||
219 | <div id="footer"> |
||
220 | Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. |
||
221 | </div> |
||
222 | </body> |
||
223 | </html> |