Add Sami API

This commit is contained in:
Romain Neutron 2012-05-29 20:49:34 +02:00
commit 557c0bc1c7
60 changed files with 8724 additions and 0 deletions

18
docs/build/API/index.html vendored Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>PHP FFMpeg API</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<frameset cols="20%,80%" frameborder="1" border="1" bordercolor="#bbb" framespacing="1">
<frame src="panel.html" name="index">
<frame src="namespaces.html" name="main">
<noframes>
<body>
Your browser does not support frames. Go to the <a href="namespaces.html">non-frame version</a>.
</body>
</noframes>
</frameset>
</html>