~ubuntu-branches/ubuntu/utopic/flac/utopic-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 18:02:56 UTC
  • mfrom: (1.1.5 upstream) (8.1.2 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080316180256-qhf3wk704rp165pm
Tags: 1.2.1-1.2
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455304)

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>OggFLAC++/encoder.h: encoder classes</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>OggFLAC++/encoder.h: encoder classes<br>
10
 
<small>
11
 
[<a class="el" href="group__oggflacpp.html">OggFLAC C++ API</a>]</small>
12
 
</h1>This module describes the three encoder layers provided by libOggFLAC++. 
13
 
<a href="#_details">More...</a><table border=0 cellpadding=0 cellspacing=0>
14
 
<tr><td colspan=2><br><h2>Modules</h2></td></tr>
15
 
<tr><td nowrap align=right valign=top><a class="el" href="group__oggflacpp__stream__encoder.html">OggFLAC++/encoder.h: stream encoder class</a></td></tr>
16
 
<tr><td>&nbsp;</td><td><font size=-1><em>This class wraps the OggFLAC__StreamEncoder.</em></font><br><br></td></tr>
17
 
 
18
 
<p>
19
 
<tr><td nowrap align=right valign=top><a class="el" href="group__oggflacpp__seekable__stream__encoder.html">OggFLAC++/encoder.h: seekable stream encoder class</a></td></tr>
20
 
<tr><td>&nbsp;</td><td><font size=-1><em>This class wraps the OggFLAC__SeekableStreamEncoder.</em></font><br><br></td></tr>
21
 
 
22
 
<p>
23
 
<tr><td nowrap align=right valign=top><a class="el" href="group__oggflacpp__file__encoder.html">OggFLAC++/encoder.h: file encoder class</a></td></tr>
24
 
<tr><td>&nbsp;</td><td><font size=-1><em>This class wraps the OggFLAC__FileEncoder.</em></font><br><br></td></tr>
25
 
 
26
 
<p>
27
 
</table>
28
 
<hr><a name="_details"></a><h2>Detailed Description</h2>
29
 
This module describes the three encoder layers provided by libOggFLAC++.
30
 
<p>
31
 
 
32
 
<p>
33
 
 The libOggFLAC++ encoder classes are object wrappers around their counterparts in libOggFLAC. All three encoding layers available in libOggFLAC are also provided here. The interface is very similar; make sure to read the <a class="el" href="group__oggflac__encoder.html">libOggFLAC encoder module</a>.
34
 
<p>
35
 
The only real difference here is that instead of passing in C function pointers for callbacks, you inherit from the encoder class and provide implementations for the callbacks in the derived class; because of this there is no need for a 'client_data' property. <hr><address><small>Generated on Fri Feb 4 18:39:20 2005 for FLAC by
36
 
<a href="http://www.doxygen.org/index.html">
37
 
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
38
 
width=110 height=53></a>1.2.14 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
39
 
 &copy;&nbsp;1997-2002</small></address>
40
 
</body>
41
 
</html>