/usr/share/doc/libmediainfo-doc/Doc/index.html is in libmediainfo-doc 17.12-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>MediaInfoLib: MediaInfoLib Index Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">MediaInfoLib
 <span id="projectnumber">0.7</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title"><a class="el" href="namespaceMediaInfoLib.html" title="defined(_WIN32) ">MediaInfoLib</a> Index Page </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="Interfaces"></a>
Interfaces</h1>
<p>There is 2 access methods</p>
<ul>
<li><a class="el" href="classMediaInfoLib_1_1MediaInfo.html" title="MediaInfo. ">MediaInfo</a> class <br />
To manage one file, this is the simplest interface. <br />
<ul>
<li><a class="el" href="classMediaInfoLib_1_1MediaInfo.html#ab38199242f95bf2e9101f3a5613bf1da" title="Open a file. ">MediaInfo::Open</a> to analyse file <br />
</li>
<li><a class="el" href="classMediaInfoLib_1_1MediaInfo.html#a62f96944c1505382d06c0aadb8516040" title="Get all details about a file. ">MediaInfo::Inform</a> to have a summary <br />
</li>
<li><a class="el" href="classMediaInfoLib_1_1MediaInfo.html#a1cd29ca8d58025a319f6be504f632a38" title="Get a piece of information about a file (parameter is an integer) ">MediaInfo::Get</a> to retreive one piece of information <br />
</li>
</ul>
</li>
<li><a class="el" href="classMediaInfoLib_1_1MediaInfoList.html" title="MediaInfoList. ">MediaInfoList</a> class <br />
To manage a list of files <br />
<ul>
<li><a class="el" href="classMediaInfoLib_1_1MediaInfoList.html#aecdd50d46f52abfcd9c141bccb9fcb99" title="Open files. ">MediaInfoList::Open</a> to analyse file <br />
</li>
<li><a class="el" href="classMediaInfoLib_1_1MediaInfoList.html#a4b5be154012e9fc43483abf4ece7cc4a" title="Get all details about a file. ">MediaInfoList::Inform</a> to have a summary <br />
</li>
<li><a class="el" href="classMediaInfoLib_1_1MediaInfoList.html#a6b50aae6019165a06ab1b5b1a579f07a" title="Get a piece of information about a file (parameter is an integer) ">MediaInfoList::Get</a> to retreive one piece of information <br />
</li>
<li><a class="el" href="classMediaInfoLib_1_1MediaInfoList.html#a93793473272f5852e52313336b0314d7" title="(NOT IMPLEMENTED YET) Save all files ">MediaInfoList::Close</a> to close one file <br />
</li>
</ul>
</li>
</ul>
<h1><a class="anchor" id="C"></a>
C Interface (MediaInfo_*)</h1>
<p>For compatibility and DLL interface <br />
This is a C interface for the List class <br />
Note : Don't forget to include the <a class="el" href="MediaInfoDLL_8h_source.html">MediaInfoDLL.h</a> file in your source file! <br />
</p><ul>
<li>Example of commands:<ul>
<li>MediaInfo_Open to analyse file <br />
</li>
<li>MediaInfo_Inform to have a summary <br />
</li>
<li>MediaInfo_Get to retreive one piece of information <br />
</li>
<li>MediaInfo_Close to free memory <br />
</li>
</ul>
</li>
</ul>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|