268 lines
7.3 KiB
HTML
268 lines
7.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="robots" content="index, follow, all" />
|
|
<title>FFMpeg\Format\AdvancedVideo | 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>\AdvancedVideo</h1>
|
|
</div>
|
|
<div class="content">
|
|
<p>interface <strong>AdvancedVideo</strong> implements
|
|
<a href="../../FFMpeg/Format/Video.html"><abbr title="FFMpeg\Format\Video">Video</abbr></a></p>
|
|
|
|
|
|
<h2>Constants</h2>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>RESIZEMODE_FIT</td>
|
|
<td class="last">
|
|
<p><em></em></p>
|
|
<p></p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>RESIZEMODE_INSET</td>
|
|
<td class="last">
|
|
<p><em></em></p>
|
|
<p></p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
<h2>Methods</h2>
|
|
|
|
<table>
|
|
<tr>
|
|
<td class="type">
|
|
string
|
|
</td>
|
|
<td class="last">
|
|
<a href="#method_getVideoCodec">getVideoCodec</a>()
|
|
<p>Returns the video codec</p>
|
|
</td>
|
|
<td><small>from <a href="../../FFMpeg/Format/Video.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video">Video</abbr></a></small></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="type">
|
|
integer
|
|
</td>
|
|
<td class="last">
|
|
<a href="#method_getWidth">getWidth</a>()
|
|
<p>Returns the width</p>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="type">
|
|
integer
|
|
</td>
|
|
<td class="last">
|
|
<a href="#method_getHeight">getHeight</a>()
|
|
<p>Returns the height</p>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="type">
|
|
string
|
|
</td>
|
|
<td class="last">
|
|
<a href="#method_getResizeMode">getResizeMode</a>()
|
|
<p>Get the current resize mode</p>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="type">
|
|
integer
|
|
</td>
|
|
<td class="last">
|
|
<a href="#method_getFrameRate">getFrameRate</a>()
|
|
<p>Returns the frame rate</p>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="type">
|
|
integer
|
|
</td>
|
|
<td class="last">
|
|
<a href="#method_getGOPSize">getGOPSize</a>()
|
|
<p>Returns the GOP size</p>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<h2>Details</h2>
|
|
|
|
<h3 id="method_getVideoCodec">
|
|
<div class="location">in <a href="../../FFMpeg/Format/Video.html#method_getVideoCodec"><abbr title="FFMpeg\Format\Video">Video</abbr></a> at line 25</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>
|
|
|
|
<h3 id="method_getWidth">
|
|
<div class="location">at line 27</div>
|
|
<code> public integer
|
|
<strong>getWidth</strong>()</code>
|
|
</h3>
|
|
<div class="details">
|
|
<p>Returns the width</p>
|
|
<p></p>
|
|
<div class="tags">
|
|
|
|
<h4>Return Value</h4>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>integer</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<h3 id="method_getHeight">
|
|
<div class="location">at line 34</div>
|
|
<code> public integer
|
|
<strong>getHeight</strong>()</code>
|
|
</h3>
|
|
<div class="details">
|
|
<p>Returns the height</p>
|
|
<p></p>
|
|
<div class="tags">
|
|
|
|
<h4>Return Value</h4>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>integer</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<h3 id="method_getResizeMode">
|
|
<div class="location">at line 41</div>
|
|
<code> public string
|
|
<strong>getResizeMode</strong>()</code>
|
|
</h3>
|
|
<div class="details">
|
|
<p>Get the current resize mode</p>
|
|
<p></p>
|
|
<div class="tags">
|
|
|
|
<h4>Return Value</h4>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>string</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<h3 id="method_getFrameRate">
|
|
<div class="location">at line 48</div>
|
|
<code> public integer
|
|
<strong>getFrameRate</strong>()</code>
|
|
</h3>
|
|
<div class="details">
|
|
<p>Returns the frame rate</p>
|
|
<p></p>
|
|
<div class="tags">
|
|
|
|
<h4>Return Value</h4>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>integer</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<h3 id="method_getGOPSize">
|
|
<div class="location">at line 55</div>
|
|
<code> public integer
|
|
<strong>getGOPSize</strong>()</code>
|
|
</h3>
|
|
<div class="details">
|
|
<p>Returns the GOP size</p>
|
|
<p></p>
|
|
<div class="tags">
|
|
|
|
<h4>Return Value</h4>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>integer</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>
|