Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 3f09d466a62cb9e9cd763f5c1b0d2bfe > files > 76

libmediainfo-devel-18.12-1.1.mga7.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.15"/>
<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
   &#160;<span id="projectnumber">0.7</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="PageDoc"><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><!-- PageDoc -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>