~ubuntu-branches/ubuntu/karmic/flac/karmic

« back to all changes in this revision

Viewing changes to doc/html/api/FLAC_2file__encoder_8h-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 18:02:56 UTC
  • mfrom: (1.1.5 upstream) (10 gutsy)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20080316180256-qhf3wk704rp165pm
* 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>include/FLAC/file_encoder.h Source File</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>include/FLAC/file_encoder.h</h1><a href="FLAC_2file__encoder_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/* libFLAC - Free Lossless Audio Codec library</font>
10
 
00002 <font class="comment"> * Copyright (C) 2002,2003,2004,2005  Josh Coalson</font>
11
 
00003 <font class="comment"> *</font>
12
 
00004 <font class="comment"> * Redistribution and use in source and binary forms, with or without</font>
13
 
00005 <font class="comment"> * modification, are permitted provided that the following conditions</font>
14
 
00006 <font class="comment"> * are met:</font>
15
 
00007 <font class="comment"> *</font>
16
 
00008 <font class="comment"> * - Redistributions of source code must retain the above copyright</font>
17
 
00009 <font class="comment"> * notice, this list of conditions and the following disclaimer.</font>
18
 
00010 <font class="comment"> *</font>
19
 
00011 <font class="comment"> * - Redistributions in binary form must reproduce the above copyright</font>
20
 
00012 <font class="comment"> * notice, this list of conditions and the following disclaimer in the</font>
21
 
00013 <font class="comment"> * documentation and/or other materials provided with the distribution.</font>
22
 
00014 <font class="comment"> *</font>
23
 
00015 <font class="comment"> * - Neither the name of the Xiph.org Foundation nor the names of its</font>
24
 
00016 <font class="comment"> * contributors may be used to endorse or promote products derived from</font>
25
 
00017 <font class="comment"> * this software without specific prior written permission.</font>
26
 
00018 <font class="comment"> *</font>
27
 
00019 <font class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</font>
28
 
00020 <font class="comment"> * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</font>
29
 
00021 <font class="comment"> * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR</font>
30
 
00022 <font class="comment"> * A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR</font>
31
 
00023 <font class="comment"> * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,</font>
32
 
00024 <font class="comment"> * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,</font>
33
 
00025 <font class="comment"> * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR</font>
34
 
00026 <font class="comment"> * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF</font>
35
 
00027 <font class="comment"> * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING</font>
36
 
00028 <font class="comment"> * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS</font>
37
 
00029 <font class="comment"> * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</font>
38
 
00030 <font class="comment"> */</font>
39
 
00031 
40
 
00032 <font class="preprocessor">#ifndef FLAC__FILE_ENCODER_H</font>
41
 
00033 <font class="preprocessor"></font><font class="preprocessor">#define FLAC__FILE_ENCODER_H</font>
42
 
00034 <font class="preprocessor"></font>
43
 
00035 <font class="preprocessor">#include "export.h"</font>
44
 
00036 <font class="preprocessor">#include "<a class="code" href="OggFLAC_2seekable__stream__encoder_8h.html">seekable_stream_encoder.h</a>"</font>
45
 
00037 
46
 
00038 <font class="preprocessor">#ifdef __cplusplus</font>
47
 
00039 <font class="preprocessor"></font><font class="keyword">extern</font> <font class="stringliteral">"C"</font> {
48
 
00040 <font class="preprocessor">#endif</font>
49
 
00041 <font class="preprocessor"></font>
50
 
00042 
51
 
<a name="l00105"></a><a class="code" href="group__flac__file__encoder.html#a52">00105</a> <font class="keyword">typedef</font> <font class="keyword">enum</font> {
52
 
00106 
53
 
00107     <a class="code" href="FLAC_2file__encoder_8h.html#a52a2">FLAC__FILE_ENCODER_OK</a> = 0,
54
 
00110     <a class="code" href="FLAC_2file__encoder_8h.html#a52a3">FLAC__FILE_ENCODER_NO_FILENAME</a>,
55
 
00115     <a class="code" href="FLAC_2file__encoder_8h.html#a52a4">FLAC__FILE_ENCODER_SEEKABLE_STREAM_ENCODER_ERROR</a>,
56
 
00120     <a class="code" href="FLAC_2file__encoder_8h.html#a52a5">FLAC__FILE_ENCODER_FATAL_ERROR_WHILE_WRITING</a>,
57
 
00123     <a class="code" href="FLAC_2file__encoder_8h.html#a52a6">FLAC__FILE_ENCODER_ERROR_OPENING_FILE</a>,
58
 
00126     <a class="code" href="FLAC_2file__encoder_8h.html#a52a7">FLAC__FILE_ENCODER_MEMORY_ALLOCATION_ERROR</a>,
59
 
00129     <a class="code" href="FLAC_2file__encoder_8h.html#a52a8">FLAC__FILE_ENCODER_ALREADY_INITIALIZED</a>,
60
 
00135     <a class="code" href="FLAC_2file__encoder_8h.html#a52a9">FLAC__FILE_ENCODER_UNINITIALIZED</a>
61
 
00138 } <a class="code" href="FLAC_2file__encoder_8h.html#a52">FLAC__FileEncoderState</a>;
62
 
00139 
63
 
<a name="l00145"></a><a class="code" href="group__flac__file__encoder.html#a0">00145</a> <font class="keyword">extern</font> FLAC_API <font class="keyword">const</font> <font class="keywordtype">char</font> * <font class="keyword">const</font> <a class="code" href="FLAC_2file__encoder_8h.html#a0">FLAC__FileEncoderStateString</a>[];
64
 
00146 
65
 
00147 
66
 
00148 <font class="comment">/***********************************************************************</font>
67
 
00149 <font class="comment"> *</font>
68
 
00150 <font class="comment"> * class FLAC__FileEncoder</font>
69
 
00151 <font class="comment"> *</font>
70
 
00152 <font class="comment"> ***********************************************************************/</font>
71
 
00153 
72
 
00154 <font class="keyword">struct </font>FLAC__FileEncoderProtected;
73
 
00155 <font class="keyword">struct </font>FLAC__FileEncoderPrivate;
74
 
<a name="l00160"></a><a class="code" href="structFLAC____FileEncoder.html">00160</a> <font class="keyword">typedef</font> <font class="keyword">struct </font>{
75
 
00161     <font class="keyword">struct </font>FLAC__FileEncoderProtected *protected_; <font class="comment">/* avoid the C++ keyword 'protected' */</font>
76
 
00162     <font class="keyword">struct </font>FLAC__FileEncoderPrivate *private_; <font class="comment">/* avoid the C++ keyword 'private' */</font>
77
 
00163 } <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a>;
78
 
00164 
79
 
<a name="l00177"></a><a class="code" href="group__flac__file__encoder.html#a1">00177</a> <font class="keyword">typedef</font> void (*<a class="code" href="FLAC_2file__encoder_8h.html#a1">FLAC__FileEncoderProgressCallback</a>)(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__uint64 bytes_written, FLAC__uint64 samples_written, <font class="keywordtype">unsigned</font> frames_written, <font class="keywordtype">unsigned</font> total_frames_estimate, <font class="keywordtype">void</font> *client_data);
80
 
00178 
81
 
00179 
82
 
00180 <font class="comment">/***********************************************************************</font>
83
 
00181 <font class="comment"> *</font>
84
 
00182 <font class="comment"> * Class constructor/destructor</font>
85
 
00183 <font class="comment"> *</font>
86
 
00184 <font class="comment"> ***********************************************************************/</font>
87
 
00185 
88
 
00193 FLAC_API <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *<a class="code" href="FLAC_2file__encoder_8h.html#a2">FLAC__file_encoder_new</a>();
89
 
00194 
90
 
00201 FLAC_API <font class="keywordtype">void</font> <a class="code" href="FLAC_2file__encoder_8h.html#a3">FLAC__file_encoder_delete</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
91
 
00202 
92
 
00203 <font class="comment">/***********************************************************************</font>
93
 
00204 <font class="comment"> *</font>
94
 
00205 <font class="comment"> * Public class method prototypes</font>
95
 
00206 <font class="comment"> *</font>
96
 
00207 <font class="comment"> ***********************************************************************/</font>
97
 
00208 
98
 
00220 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a4">FLAC__file_encoder_set_verify</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__bool value);
99
 
00221 
100
 
00233 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a5">FLAC__file_encoder_set_streamable_subset</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__bool value);
101
 
00234 
102
 
00246 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a6">FLAC__file_encoder_set_do_mid_side_stereo</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__bool value);
103
 
00247 
104
 
00259 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a7">FLAC__file_encoder_set_loose_mid_side_stereo</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__bool value);
105
 
00260 
106
 
00272 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a8">FLAC__file_encoder_set_channels</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">unsigned</font> value);
107
 
00273 
108
 
00289 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a9">FLAC__file_encoder_set_bits_per_sample</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">unsigned</font> value);
109
 
00290 
110
 
00302 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a10">FLAC__file_encoder_set_sample_rate</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">unsigned</font> value);
111
 
00303 
112
 
00315 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a11">FLAC__file_encoder_set_blocksize</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">unsigned</font> value);
113
 
00316 
114
 
00328 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a12">FLAC__file_encoder_set_max_lpc_order</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">unsigned</font> value);
115
 
00329 
116
 
00345 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a13">FLAC__file_encoder_set_qlp_coeff_precision</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">unsigned</font> value);
117
 
00346 
118
 
00358 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a14">FLAC__file_encoder_set_do_qlp_coeff_prec_search</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__bool value);
119
 
00359 
120
 
00371 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a15">FLAC__file_encoder_set_do_escape_coding</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__bool value);
121
 
00372 
122
 
00384 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a16">FLAC__file_encoder_set_do_exhaustive_model_search</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__bool value);
123
 
00385 
124
 
00397 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a17">FLAC__file_encoder_set_min_residual_partition_order</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">unsigned</font> value);
125
 
00398 
126
 
00410 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a18">FLAC__file_encoder_set_max_residual_partition_order</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">unsigned</font> value);
127
 
00411 
128
 
00423 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a19">FLAC__file_encoder_set_rice_parameter_search_dist</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">unsigned</font> value);
129
 
00424 
130
 
00436 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a20">FLAC__file_encoder_set_total_samples_estimate</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__uint64 value);
131
 
00437 
132
 
00450 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a21">FLAC__file_encoder_set_metadata</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <a class="code" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> **metadata, <font class="keywordtype">unsigned</font> num_blocks);
133
 
00451 
134
 
00471 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a22">FLAC__file_encoder_set_filename</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keyword">const</font> <font class="keywordtype">char</font> *value);
135
 
00472 
136
 
00492 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a23">FLAC__file_encoder_set_progress_callback</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <a class="code" href="FLAC_2file__encoder_8h.html#a1">FLAC__FileEncoderProgressCallback</a> value);
137
 
00493 
138
 
00506 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a24">FLAC__file_encoder_set_client_data</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keywordtype">void</font> *value);
139
 
00507 
140
 
00516 FLAC_API <a class="code" href="FLAC_2file__encoder_8h.html#a52">FLAC__FileEncoderState</a> <a class="code" href="FLAC_2file__encoder_8h.html#a25">FLAC__file_encoder_get_state</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
141
 
00517 
142
 
00528 FLAC_API <a class="code" href="FLAC_2seekable__stream__encoder_8h.html#a56">FLAC__SeekableStreamEncoderState</a> <a class="code" href="FLAC_2file__encoder_8h.html#a26">FLAC__file_encoder_get_seekable_stream_encoder_state</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
143
 
00529 
144
 
00541 FLAC_API <a class="code" href="FLAC_2stream__encoder_8h.html#a52">FLAC__StreamEncoderState</a> <a class="code" href="FLAC_2file__encoder_8h.html#a27">FLAC__file_encoder_get_stream_encoder_state</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
145
 
00542 
146
 
00555 FLAC_API <a class="code" href="FLAC_2stream__decoder_8h.html#a36">FLAC__StreamDecoderState</a> <a class="code" href="FLAC_2file__encoder_8h.html#a28">FLAC__file_encoder_get_verify_decoder_state</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
147
 
00556 
148
 
00568 FLAC_API <font class="keyword">const</font> <font class="keywordtype">char</font> *<a class="code" href="FLAC_2file__encoder_8h.html#a29">FLAC__file_encoder_get_resolved_state_string</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
149
 
00569 
150
 
00590 FLAC_API <font class="keywordtype">void</font> <a class="code" href="FLAC_2file__encoder_8h.html#a30">FLAC__file_encoder_get_verify_decoder_error_stats</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, FLAC__uint64 *absolute_sample, <font class="keywordtype">unsigned</font> *frame_number, <font class="keywordtype">unsigned</font> *channel, <font class="keywordtype">unsigned</font> *sample, FLAC__int32 *expected, FLAC__int32 *got);
151
 
00591 
152
 
00602 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a31">FLAC__file_encoder_get_verify</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
153
 
00603 
154
 
00614 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a32">FLAC__file_encoder_get_streamable_subset</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
155
 
00615 
156
 
00626 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a33">FLAC__file_encoder_get_do_mid_side_stereo</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
157
 
00627 
158
 
00638 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a34">FLAC__file_encoder_get_loose_mid_side_stereo</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
159
 
00639 
160
 
00650 FLAC_API <font class="keywordtype">unsigned</font> <a class="code" href="FLAC_2file__encoder_8h.html#a35">FLAC__file_encoder_get_channels</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
161
 
00651 
162
 
00662 FLAC_API <font class="keywordtype">unsigned</font> <a class="code" href="FLAC_2file__encoder_8h.html#a36">FLAC__file_encoder_get_bits_per_sample</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
163
 
00663 
164
 
00674 FLAC_API <font class="keywordtype">unsigned</font> <a class="code" href="FLAC_2file__encoder_8h.html#a37">FLAC__file_encoder_get_sample_rate</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
165
 
00675 
166
 
00686 FLAC_API <font class="keywordtype">unsigned</font> <a class="code" href="FLAC_2file__encoder_8h.html#a38">FLAC__file_encoder_get_blocksize</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
167
 
00687 
168
 
00698 FLAC_API <font class="keywordtype">unsigned</font> <a class="code" href="FLAC_2file__encoder_8h.html#a39">FLAC__file_encoder_get_max_lpc_order</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
169
 
00699 
170
 
00710 FLAC_API <font class="keywordtype">unsigned</font> <a class="code" href="FLAC_2file__encoder_8h.html#a40">FLAC__file_encoder_get_qlp_coeff_precision</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
171
 
00711 
172
 
00722 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a41">FLAC__file_encoder_get_do_qlp_coeff_prec_search</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
173
 
00723 
174
 
00734 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a42">FLAC__file_encoder_get_do_escape_coding</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
175
 
00735 
176
 
00746 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a43">FLAC__file_encoder_get_do_exhaustive_model_search</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
177
 
00747 
178
 
00758 FLAC_API <font class="keywordtype">unsigned</font> <a class="code" href="FLAC_2file__encoder_8h.html#a44">FLAC__file_encoder_get_min_residual_partition_order</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
179
 
00759 
180
 
00770 FLAC_API <font class="keywordtype">unsigned</font> <a class="code" href="FLAC_2file__encoder_8h.html#a45">FLAC__file_encoder_get_max_residual_partition_order</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
181
 
00771 
182
 
00782 FLAC_API <font class="keywordtype">unsigned</font> <a class="code" href="FLAC_2file__encoder_8h.html#a46">FLAC__file_encoder_get_rice_parameter_search_dist</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
183
 
00783 
184
 
00794 FLAC_API FLAC__uint64 <a class="code" href="FLAC_2file__encoder_8h.html#a47">FLAC__file_encoder_get_total_samples_estimate</a>(<font class="keyword">const</font> <a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
185
 
00795 
186
 
00810 FLAC_API <a class="code" href="FLAC_2file__encoder_8h.html#a52">FLAC__FileEncoderState</a> <a class="code" href="FLAC_2file__encoder_8h.html#a48">FLAC__file_encoder_init</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
187
 
00811 
188
 
00826 FLAC_API <font class="keywordtype">void</font> <a class="code" href="FLAC_2file__encoder_8h.html#a49">FLAC__file_encoder_finish</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder);
189
 
00827 
190
 
00843 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a50">FLAC__file_encoder_process</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keyword">const</font> FLAC__int32 * <font class="keyword">const</font> buffer[], <font class="keywordtype">unsigned</font> samples);
191
 
00844 
192
 
00863 FLAC_API FLAC__bool <a class="code" href="FLAC_2file__encoder_8h.html#a51">FLAC__file_encoder_process_interleaved</a>(<a class="code" href="structFLAC____FileEncoder.html">FLAC__FileEncoder</a> *encoder, <font class="keyword">const</font> FLAC__int32 buffer[], <font class="keywordtype">unsigned</font> samples);
193
 
00864 
194
 
00865 <font class="comment">/* \} */</font>
195
 
00866 
196
 
00867 <font class="preprocessor">#ifdef __cplusplus</font>
197
 
00868 <font class="preprocessor"></font>}
198
 
00869 <font class="preprocessor">#endif</font>
199
 
00870 <font class="preprocessor"></font>
200
 
00871 <font class="preprocessor">#endif</font>
201
 
</pre></div><hr><address><small>Generated on Fri Feb 4 18:39:10 2005 for FLAC by
202
 
<a href="http://www.doxygen.org/index.html">
203
 
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
204
 
width=110 height=53></a>1.2.14 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
205
 
 &copy;&nbsp;1997-2002</small></address>
206
 
</body>
207
 
</html>