151 lines
		
	
	
	
		
			4.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			151 lines
		
	
	
	
		
			4.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|     <head>
 | |
|         <meta charset="UTF-8" />
 | |
|         <meta name="robots" content="index, follow, all" />
 | |
|         <title>FFMpeg\Format\Video | PHP FFMpeg API</title>
 | |
|                     <link rel="stylesheet" type="text/css" href="../../stylesheet.css">
 | |
|                             </head>
 | |
|         <body id="class">
 | |
|             <div class="header">
 | |
|         <ul>
 | |
|             <li><a href="../../classes.html">Classes</a></li>
 | |
|                             <li><a href="../../namespaces.html">Namespaces</a></li>
 | |
|                         <li><a href="../../interfaces.html">Interfaces</a></li>
 | |
|             <li><a href="../../doc-index.html">Index</a></li>
 | |
|             
 | |
|         </ul>
 | |
| 
 | |
|         <div id="title">PHP FFMpeg API</div>
 | |
| 
 | |
|             <div class="type">Interface</div>
 | |
|     <h1><a href="../../FFMpeg/Format.html">FFMpeg\Format</a>\Video</h1>
 | |
|     </div>
 | |
|         <div class="content">
 | |
|                 <p>interface    <strong>Video</strong>        implements
 | |
|         <a href="../../FFMpeg/Format/Audio.html"><abbr title="FFMpeg\Format\Audio">Audio</abbr></a></p>
 | |
| 
 | |
|             <div class="description">
 | |
|             <p>The base video interface</p>
 | |
|             <p></p>
 | |
|         </div>
 | |
|     
 | |
|     
 | |
|     
 | |
|             <h2>Methods</h2>
 | |
| 
 | |
|             <table>
 | |
|                     <tr>
 | |
|                 <td class="type">
 | |
|                     string
 | |
|                 </td>
 | |
|                 <td class="last">
 | |
|                     <a href="#method_getAudioCodec">getAudioCodec</a>()
 | |
|                     <p>Returns the audio codec</p>
 | |
|                 </td>
 | |
|                 <td><small>from <a href="../../FFMpeg/Format/Audio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio">Audio</abbr></a></small></td>
 | |
|             </tr>
 | |
|                     <tr>
 | |
|                 <td class="type">
 | |
|                     integer
 | |
|                 </td>
 | |
|                 <td class="last">
 | |
|                     <a href="#method_getKiloBitrate">getKiloBitrate</a>()
 | |
|                     <p>Get the kiloBitrate value</p>
 | |
|                 </td>
 | |
|                 <td><small>from <a href="../../FFMpeg/Format/Audio.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Audio">Audio</abbr></a></small></td>
 | |
|             </tr>
 | |
|                     <tr>
 | |
|                 <td class="type">
 | |
|                     string
 | |
|                 </td>
 | |
|                 <td class="last">
 | |
|                     <a href="#method_getVideoCodec">getVideoCodec</a>()
 | |
|                     <p>Returns the video codec</p>
 | |
|                 </td>
 | |
|                 <td></td>
 | |
|             </tr>
 | |
|             </table>
 | |
| 
 | |
| 
 | |
|         <h2>Details</h2>
 | |
| 
 | |
|                         <h3 id="method_getAudioCodec">
 | |
|         <div class="location">in <a href="../../FFMpeg/Format/Audio.html#method_getAudioCodec"><abbr title="FFMpeg\Format\Audio">Audio</abbr></a> at line 27</div>
 | |
|         <code>            public            string
 | |
|     <strong>getAudioCodec</strong>()</code>
 | |
|     </h3>
 | |
|     <div class="details">
 | |
|         <p>Returns the audio codec</p>
 | |
|         <p></p>
 | |
|         <div class="tags">
 | |
|             
 | |
|                             <h4>Return Value</h4>
 | |
| 
 | |
|                     <table>
 | |
|         <tr>
 | |
|             <td>string</td>
 | |
|             <td></td>
 | |
|         </tr>
 | |
|     </table>
 | |
| 
 | |
|             
 | |
|             
 | |
|                     </div>
 | |
|     </div>
 | |
| 
 | |
|                 <h3 id="method_getKiloBitrate">
 | |
|         <div class="location">in <a href="../../FFMpeg/Format/Audio.html#method_getKiloBitrate"><abbr title="FFMpeg\Format\Audio">Audio</abbr></a> at line 34</div>
 | |
|         <code>            public            integer
 | |
|     <strong>getKiloBitrate</strong>()</code>
 | |
|     </h3>
 | |
|     <div class="details">
 | |
|         <p>Get the kiloBitrate value</p>
 | |
|         <p></p>
 | |
|         <div class="tags">
 | |
|             
 | |
|                             <h4>Return Value</h4>
 | |
| 
 | |
|                     <table>
 | |
|         <tr>
 | |
|             <td>integer</td>
 | |
|             <td></td>
 | |
|         </tr>
 | |
|     </table>
 | |
| 
 | |
|             
 | |
|             
 | |
|                     </div>
 | |
|     </div>
 | |
| 
 | |
|                 <h3 id="method_getVideoCodec">
 | |
|         <div class="location">at line 27</div>
 | |
|         <code>            public            string
 | |
|     <strong>getVideoCodec</strong>()</code>
 | |
|     </h3>
 | |
|     <div class="details">
 | |
|         <p>Returns the video codec</p>
 | |
|         <p></p>
 | |
|         <div class="tags">
 | |
|             
 | |
|                             <h4>Return Value</h4>
 | |
| 
 | |
|                     <table>
 | |
|         <tr>
 | |
|             <td>string</td>
 | |
|             <td></td>
 | |
|         </tr>
 | |
|     </table>
 | |
| 
 | |
|             
 | |
|             
 | |
|                     </div>
 | |
|     </div>
 | |
| 
 | |
|     
 | |
|             </div>
 | |
|             <div id="footer">
 | |
|         Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
 | |
|     </div>
 | |
|     </body>
 | |
| </html>
 |