Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > 29bfabaacdb0e1e6798d00b5d892ef1f > files > 61

libmediainfo-devel-0.7.73-2.fc20.i686.rpm

<!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.6"/>
<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 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.6 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </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#ae8cb020a7b736f3d63654a9d6ebc97a1" 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#aae1633186a4d49fcae30367eb3ee8b30" 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 &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>