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\FFProbe\Mapper | 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/FFProbe.html">FFMpeg\FFProbe</a>\Mapper</h1> |
||
24 | </div> |
||
25 | <div class="content"> |
||
26 | <p> class |
||
27 | <strong>Mapper</strong> implements |
||
28 | <a href="../../FFMpeg/FFProbe/MapperInterface.html"><abbr title="FFMpeg\FFProbe\MapperInterface">MapperInterface</abbr></a></p> |
||
29 | |||
30 | |||
31 | |||
32 | |||
33 | <h2>Methods</h2> |
||
34 | |||
35 | <table> |
||
36 | <tr> |
||
37 | <td class="type"> |
||
38 | <abbr title="FFMpeg\FFProbe\Format">Format</abbr>|<abbr title="FFMpeg\FFProbe\Stream">Stream</abbr> |
||
39 | </td> |
||
40 | <td class="last"> |
||
41 | <a href="#method_map">map</a>(string $type, string $data) |
||
42 | <p>Maps data given its type.</p> |
||
43 | </td> |
||
44 | <td></td> |
||
45 | </tr> |
||
46 | </table> |
||
47 | |||
48 | |||
49 | <h2>Details</h2> |
||
50 | |||
51 | <h3 id="method_map"> |
||
52 | <div class="location">at line 25</div> |
||
53 | <code> public <abbr title="FFMpeg\FFProbe\Format">Format</abbr>|<abbr title="FFMpeg\FFProbe\Stream">Stream</abbr> |
||
54 | <strong>map</strong>(string $type, string $data)</code> |
||
55 | </h3> |
||
56 | <div class="details"> |
||
57 | <p>Maps data given its type.</p> |
||
58 | <p> |
||
59 | </p> |
||
60 | <div class="tags"> |
||
61 | <h4>Parameters</h4> |
||
62 | |||
63 | <table> |
||
64 | <tr> |
||
65 | <td>string</td> |
||
66 | <td>$type</td> |
||
67 | <td>One of FFProbe::TYPE_* constant</td> |
||
68 | </tr> |
||
69 | <tr> |
||
70 | <td>string</td> |
||
71 | <td>$data</td> |
||
72 | <td>The data</td> |
||
73 | </tr> |
||
74 | </table> |
||
75 | |||
76 | |||
77 | <h4>Return Value</h4> |
||
78 | |||
79 | <table> |
||
80 | <tr> |
||
81 | <td><abbr title="FFMpeg\FFProbe\Format">Format</abbr>|<abbr title="FFMpeg\FFProbe\Stream">Stream</abbr></td> |
||
82 | <td> |
||
83 | </td> |
||
84 | </tr> |
||
85 | </table> |
||
86 | |||
87 | |||
88 | <h4>Exceptions</h4> |
||
89 | |||
90 | <table> |
||
91 | <tr> |
||
92 | <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td> |
||
93 | <td>In case the type is not supported</td> |
||
94 | </tr> |
||
95 | </table> |
||
96 | |||
97 | |||
98 | </div> |
||
99 | </div> |
||
100 | |||
101 | |||
102 | </div> |
||
103 | <div id="footer"> |
||
104 | Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. |
||
105 | </div> |
||
106 | </body> |
||
107 | </html> |