Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 4a71df53e0c23907648b045f01cc5a35 > files > 62

libquicktime-1.2.4-6.mga4.tainted.x86_64.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.5"/>
<title>libquicktime: Text</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">libquicktime
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#groups">Modules</a>  </div>
  <div class="headertitle">
<div class="title">Text</div>  </div>
</div><!--header-->
<div class="contents">

<p>Text related definitions and functions.  
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="groups"></a>
Modules</h2></td></tr>
<tr class="memitem:group__text__encode"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__text__encode.html">Writing text</a></td></tr>
<tr class="memdesc:group__text__encode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Encode text. <br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:group__text__decode"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__text__decode.html">Reading text</a></td></tr>
<tr class="memdesc:group__text__decode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Decode text. <br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Text related definitions and functions. </p>
<p>Libquicktime supports reading and writing of text tracks from/to Quicktime and mp4 files. Text tracks contain samples, which are simple text strings. Libquicktime tries to handle character set issues internally, all string you pass to/from libquicktime can assumed to be UTF-8.</p>
<p>A text track can either be used for subtitles (which is the default), or for chapters. In the latter case, each text sample denotes the title of the chapter, the corresponding timestamp is the start time of the chapter.</p>
<p>For subtitles, there is only a start time defined for each sample, not the duration, after which the subtitle will be hidden. To make subtitles disappear at a specified time, insert an empty subtitle with the right timestamp.</p>
<p>What's not supported are text attributes, font selection etc. Feel free to make a proposal how to support these things. </p>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Aug 24 2013 16:07:02 for libquicktime by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>