~ubuntu-branches/ubuntu/feisty/flac/feisty

« back to all changes in this revision

Viewing changes to doc/html/api/group__flacpp__metadata__level1.html

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-04-16 15:14:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040416151431-eyloggqxpwbwpogz
Tags: 1.1.0-11
Ensure that libFLAC is linked with -lm on all architectures, and
regardless of whether nasm is present

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
3
<title>FLAC++/metadata.h: metadata level 1 interface</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
</head><body>
 
6
<!-- Generated by Doxygen 1.2.14 -->
 
7
<center>
 
8
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
 
9
<hr><h1>FLAC++/metadata.h: metadata level 1 interface<br>
 
10
<small>
 
11
[<a class="el" href="group__flacpp__metadata.html">FLAC++/metadata.h: metadata interfaces</a>]</small>
 
12
</h1>Level 1 metadata iterator. 
 
13
<a href="#_details">More...</a><table border=0 cellpadding=0 cellspacing=0>
 
14
<tr><td colspan=2><br><h2>Compounds</h2></td></tr>
 
15
<tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classFLAC_1_1Metadata_1_1SimpleIterator.html">FLAC::Metadata::SimpleIterator</a></td></tr>
 
16
</table>
 
17
<hr><a name="_details"></a><h2>Detailed Description</h2>
 
18
Level 1 metadata iterator.
 
19
<p>
 
20
 
 
21
<p>
 
22
 The flow through the iterator in the C++ layer is similar to the C layer:<ul>
 
23
<li>Create a SimpleIterator instance<li>Check SimpleIterator::is_valid()<li>Call SimpleIterator::init() and check the return<li>Traverse and/or edit. Edits are written to file immediately.<li>Destroy the SimpleIterator instance</ul>
 
24
The ownership of pointers in the C++ layer follows that in the C layer, i.e.<ul>
 
25
<li>The objects returned by get_block() are yours to modify, but changes are not reflected in the FLAC file until you call set_block(). The objects are also yours to delete; they are not automatically deleted when passed to set_block() or insert_block_after().</ul>
 
26
See the <a class="el" href="group__flac__metadata__level1.html">C layer equivalent</a> for more. <hr><address><small>Generated on Sat Jan 25 10:44:58 2003 for FLAC by
 
27
<a href="http://www.doxygen.org/index.html">
 
28
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
 
29
width=110 height=53></a>1.2.14 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 
30
 &copy;&nbsp;1997-2002</small></address>
 
31
</body>
 
32
</html>