ffmpeg-mappable-media/docs/API/classes.html
2012-05-30 12:37:30 +02:00

215 lines
9.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Classes | PHP FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body id="overview">
<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>
<h1>Classes</h1>
</div>
<div class="content">
<table>
<tr>
<td>
<em> <a href="FFMpeg/AdapterInterface.html" target="main"><abbr title="FFMpeg\AdapterInterface">FFMpeg\AdapterInterface</abbr></a>
</em> </td>
<td>
FFMpeg Adapter interface
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Binary.html" target="main"><abbr title="FFMpeg\Binary">FFMpeg\Binary</abbr></a>
</td>
<td>
Binary abstract class
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Exception/BinaryNotFoundException.html" target="main"><abbr title="FFMpeg\Exception\BinaryNotFoundException">FFMpeg\Exception\BinaryNotFoundException</abbr></a>
</td>
<td>
</td>
</tr>
<tr>
<td>
<em> <a href="FFMpeg/Exception/Exception.html" target="main"><abbr title="FFMpeg\Exception\Exception">FFMpeg\Exception\Exception</abbr></a>
</em> </td>
<td>
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Exception/InvalidArgumentException.html" target="main"><abbr title="FFMpeg\Exception\InvalidArgumentException">FFMpeg\Exception\InvalidArgumentException</abbr></a>
</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Exception/LogicException.html" target="main"><abbr title="FFMpeg\Exception\LogicException">FFMpeg\Exception\LogicException</abbr></a>
</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Exception/RuntimeException.html" target="main"><abbr title="FFMpeg\Exception\RuntimeException">FFMpeg\Exception\RuntimeException</abbr></a>
</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/FFMpeg.html" target="main"><abbr title="FFMpeg\FFMpeg">FFMpeg\FFMpeg</abbr></a>
</td>
<td>
FFMpeg driver
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/FFProbe.html" target="main"><abbr title="FFMpeg\FFProbe">FFMpeg\FFProbe</abbr></a>
</td>
<td>
FFProbe driver
</td>
</tr>
<tr>
<td>
<em> <a href="FFMpeg/Format/Audio.html" target="main"><abbr title="FFMpeg\Format\Audio">FFMpeg\Format\Audio</abbr></a>
</em> </td>
<td>
The base audio interface
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Format/Audio/DefaultAudio.html" target="main"><abbr title="FFMpeg\Format\Audio\DefaultAudio">FFMpeg\Format\Audio\DefaultAudio</abbr></a>
</td>
<td>
The abstract default Audio format
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Format/Audio/Flac.html" target="main"><abbr title="FFMpeg\Format\Audio\Flac">FFMpeg\Format\Audio\Flac</abbr></a>
</td>
<td>
The Flac audio format
</td>
</tr>
<tr>
<td>
<em> <a href="FFMpeg/Format/Audio/InteractiveAudio.html" target="main"><abbr title="FFMpeg\Format\Audio\InteractiveAudio">FFMpeg\Format\Audio\InteractiveAudio</abbr></a>
</em> </td>
<td>
The interactive audio interface.
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Format/Audio/Mp3.html" target="main"><abbr title="FFMpeg\Format\Audio\Mp3">FFMpeg\Format\Audio\Mp3</abbr></a>
</td>
<td>
The MP3 audio format
</td>
</tr>
<tr>
<td>
<em> <a href="FFMpeg/Format/Audio/ResamplableAudio.html" target="main"><abbr title="FFMpeg\Format\Audio\ResamplableAudio">FFMpeg\Format\Audio\ResamplableAudio</abbr></a>
</em> </td>
<td>
The resamplable audio interface
</td>
</tr>
<tr>
<td>
<em> <a href="FFMpeg/Format/Video.html" target="main"><abbr title="FFMpeg\Format\Video">FFMpeg\Format\Video</abbr></a>
</em> </td>
<td>
The base video interface
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Format/Video/DefaultVideo.html" target="main"><abbr title="FFMpeg\Format\Video\DefaultVideo">FFMpeg\Format\Video\DefaultVideo</abbr></a>
</td>
<td>
The abstract default Video format
</td>
</tr>
<tr>
<td>
<em> <a href="FFMpeg/Format/Video/InteractiveVideo.html" target="main"><abbr title="FFMpeg\Format\Video\InteractiveVideo">FFMpeg\Format\Video\InteractiveVideo</abbr></a>
</em> </td>
<td>
The interactive video interface.
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Format/Video/Ogg.html" target="main"><abbr title="FFMpeg\Format\Video\Ogg">FFMpeg\Format\Video\Ogg</abbr></a>
</td>
<td>
The Ogg video format
</td>
</tr>
<tr>
<td>
<em> <a href="FFMpeg/Format/Video/ResamplableVideo.html" target="main"><abbr title="FFMpeg\Format\Video\ResamplableVideo">FFMpeg\Format\Video\ResamplableVideo</abbr></a>
</em> </td>
<td>
The resamplable video interface
</td>
</tr>
<tr>
<td>
<em> <a href="FFMpeg/Format/Video/ResizableVideo.html" target="main"><abbr title="FFMpeg\Format\Video\ResizableVideo">FFMpeg\Format\Video\ResizableVideo</abbr></a>
</em> </td>
<td>
The resizable video interface
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Format/Video/WebM.html" target="main"><abbr title="FFMpeg\Format\Video\WebM">FFMpeg\Format\Video\WebM</abbr></a>
</td>
<td>
The WebM video format
</td>
</tr>
<tr>
<td>
<a href="FFMpeg/Format/Video/X264.html" target="main"><abbr title="FFMpeg\Format\Video\X264">FFMpeg\Format\Video\X264</abbr></a>
</td>
<td>
The X264 video format
</td>
</tr>
</table>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>