Chris@1
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
Chris@1
|
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
Chris@1
|
3 <title>FLAC: include/FLAC++/encoder.h Source File</title>
|
Chris@1
|
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
|
Chris@1
|
5 </head><body>
|
Chris@1
|
6 <!-- Generated by Doxygen 1.4.2 -->
|
Chris@1
|
7 <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
|
Chris@1
|
8 <div class="nav">
|
Chris@1
|
9 <a class="el" href="dir_000000.html">include</a> / <a class="el" href="dir_000001.html">FLAC++</a></div>
|
Chris@1
|
10 <h1>encoder.h</h1><a href="encoder_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/* libFLAC++ - Free Lossless Audio Codec library</span>
|
Chris@1
|
11 00002 <span class="comment"> * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson</span>
|
Chris@1
|
12 00003 <span class="comment"> *</span>
|
Chris@1
|
13 00004 <span class="comment"> * Redistribution and use in source and binary forms, with or without</span>
|
Chris@1
|
14 00005 <span class="comment"> * modification, are permitted provided that the following conditions</span>
|
Chris@1
|
15 00006 <span class="comment"> * are met:</span>
|
Chris@1
|
16 00007 <span class="comment"> *</span>
|
Chris@1
|
17 00008 <span class="comment"> * - Redistributions of source code must retain the above copyright</span>
|
Chris@1
|
18 00009 <span class="comment"> * notice, this list of conditions and the following disclaimer.</span>
|
Chris@1
|
19 00010 <span class="comment"> *</span>
|
Chris@1
|
20 00011 <span class="comment"> * - Redistributions in binary form must reproduce the above copyright</span>
|
Chris@1
|
21 00012 <span class="comment"> * notice, this list of conditions and the following disclaimer in the</span>
|
Chris@1
|
22 00013 <span class="comment"> * documentation and/or other materials provided with the distribution.</span>
|
Chris@1
|
23 00014 <span class="comment"> *</span>
|
Chris@1
|
24 00015 <span class="comment"> * - Neither the name of the Xiph.org Foundation nor the names of its</span>
|
Chris@1
|
25 00016 <span class="comment"> * contributors may be used to endorse or promote products derived from</span>
|
Chris@1
|
26 00017 <span class="comment"> * this software without specific prior written permission.</span>
|
Chris@1
|
27 00018 <span class="comment"> *</span>
|
Chris@1
|
28 00019 <span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</span>
|
Chris@1
|
29 00020 <span class="comment"> * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</span>
|
Chris@1
|
30 00021 <span class="comment"> * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR</span>
|
Chris@1
|
31 00022 <span class="comment"> * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR</span>
|
Chris@1
|
32 00023 <span class="comment"> * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,</span>
|
Chris@1
|
33 00024 <span class="comment"> * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,</span>
|
Chris@1
|
34 00025 <span class="comment"> * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR</span>
|
Chris@1
|
35 00026 <span class="comment"> * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF</span>
|
Chris@1
|
36 00027 <span class="comment"> * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING</span>
|
Chris@1
|
37 00028 <span class="comment"> * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS</span>
|
Chris@1
|
38 00029 <span class="comment"> * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span>
|
Chris@1
|
39 00030 <span class="comment"> */</span>
|
Chris@1
|
40 00031
|
Chris@1
|
41 00032 <span class="preprocessor">#ifndef FLACPP__ENCODER_H</span>
|
Chris@1
|
42 00033 <span class="preprocessor"></span><span class="preprocessor">#define FLACPP__ENCODER_H</span>
|
Chris@1
|
43 00034 <span class="preprocessor"></span>
|
Chris@1
|
44 00035 <span class="preprocessor">#include "<a class="code" href="+_2export_8h.html">export.h</a>"</span>
|
Chris@1
|
45 00036
|
Chris@1
|
46 00037 <span class="preprocessor">#include "<a class="code" href="stream__encoder_8h.html">FLAC/stream_encoder.h</a>"</span>
|
Chris@1
|
47 00038 <span class="preprocessor">#include "<a class="code" href="decoder_8h.html">decoder.h</a>"</span>
|
Chris@1
|
48 00039 <span class="preprocessor">#include "<a class="code" href="+_2metadata_8h.html">metadata.h</a>"</span>
|
Chris@1
|
49 00040
|
Chris@1
|
50 00041
|
Chris@1
|
51 00078 <span class="keyword">namespace </span>FLAC {
|
Chris@1
|
52 00079 <span class="keyword">namespace </span>Encoder {
|
Chris@1
|
53 00080
|
Chris@1
|
54 <a name="l00101"></a><a class="code" href="classFLAC_1_1Encoder_1_1Stream.html">00101</a> <span class="keyword">class </span>FLACPP_API Stream {
|
Chris@1
|
55 00102 <span class="keyword">public</span>:
|
Chris@1
|
56 <a name="l00105"></a><a class="code" href="classFLAC_1_1Encoder_1_1Stream_1_1State.html">00105</a> <span class="keyword">class </span>FLACPP_API State {
|
Chris@1
|
57 00106 <span class="keyword">public</span>:
|
Chris@1
|
58 00107 <span class="keyword">inline</span> State(::<a class="code" href="group__flac__stream__encoder.html#ga65">FLAC__StreamEncoderState</a> state): state_(state) { }
|
Chris@1
|
59 00108 <span class="keyword">inline</span> <a class="code" href="group__flac__stream__encoder.html#ga65">operator ::FLAC__StreamEncoderState</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> state_; }
|
Chris@1
|
60 00109 <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *as_cstring()<span class="keyword"> const </span>{ <a class="code" href="group__flac__stream__encoder.html#ga0">return ::FLAC__StreamEncoderStateString</a>[state_]; }
|
Chris@1
|
61 00110 <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *resolved_as_cstring(<span class="keyword">const</span> Stream &encoder)<span class="keyword"> const </span>{ <a class="code" href="group__flac__stream__encoder.html#ga37">return ::FLAC__stream_encoder_get_resolved_state_string</a>(encoder.<a class="code" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streamp0">encoder_</a>); }
|
Chris@1
|
62 00111 <span class="keyword">protected</span>:<a class="code" href="group__flac__stream__encoder.html#ga65"></a>
|
Chris@1
|
63 00112 <a class="code" href="group__flac__stream__encoder.html#ga65"> ::FLAC__StreamEncoderState</a> state_;
|
Chris@1
|
64 00113 };
|
Chris@1
|
65 00114
|
Chris@1
|
66 00115 Stream();
|
Chris@1
|
67 00116 <span class="keyword">virtual</span> ~Stream();
|
Chris@1
|
68 00117
|
Chris@1
|
69 00119
|
Chris@1
|
70 00123 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> is_valid() <span class="keyword">const</span>;
|
Chris@1
|
71 <a name="l00124"></a><a class="code" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama3">00124</a> <span class="keyword">inline</span> operator bool()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> is_valid(); }
|
Chris@1
|
72 00125
|
Chris@1
|
73 00126
|
Chris@1
|
74 00127 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_ogg_serial_number(<span class="keywordtype">long</span> value);
|
Chris@1
|
75 00128 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_verify(<span class="keywordtype">bool</span> value);
|
Chris@1
|
76 00129 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_streamable_subset(<span class="keywordtype">bool</span> value);
|
Chris@1
|
77 00130 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_channels(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
78 00131 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_bits_per_sample(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
79 00132 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_sample_rate(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
80 00133 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_compression_level(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
81 00134 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_blocksize(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
82 00135 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_do_mid_side_stereo(<span class="keywordtype">bool</span> value);
|
Chris@1
|
83 00136 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_loose_mid_side_stereo(<span class="keywordtype">bool</span> value);
|
Chris@1
|
84 00137 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_apodization(<span class="keyword">const</span> <span class="keywordtype">char</span> *specification);
|
Chris@1
|
85 00138 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_max_lpc_order(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
86 00139 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_qlp_coeff_precision(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
87 00140 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_do_qlp_coeff_prec_search(<span class="keywordtype">bool</span> value);
|
Chris@1
|
88 00141 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_do_escape_coding(<span class="keywordtype">bool</span> value);
|
Chris@1
|
89 00142 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_do_exhaustive_model_search(<span class="keywordtype">bool</span> value);
|
Chris@1
|
90 00143 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_min_residual_partition_order(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
91 00144 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_max_residual_partition_order(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
92 00145 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_rice_parameter_search_dist(<span class="keywordtype">unsigned</span> value);
|
Chris@1
|
93 00146 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_total_samples_estimate(FLAC__uint64 value);
|
Chris@1
|
94 00147 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_metadata(::<a class="code" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> **metadata, <span class="keywordtype">unsigned</span> num_blocks);
|
Chris@1
|
95 00148 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> set_metadata(<a class="code" href="classFLAC_1_1Metadata_1_1Prototype.html">FLAC::Metadata::Prototype</a> **metadata, <span class="keywordtype">unsigned</span> num_blocks);
|
Chris@1
|
96 00149
|
Chris@1
|
97 00150 <span class="comment">/* get_state() is not virtual since we want subclasses to be able to return their own state */</span>
|
Chris@1
|
98 00151 State get_state() <span class="keyword">const</span>;
|
Chris@1
|
99 00152 <span class="keyword">virtual</span> <a class="code" href="classFLAC_1_1Decoder_1_1Stream_1_1State.html">Decoder::Stream::State</a> get_verify_decoder_state() <span class="keyword">const</span>;
|
Chris@1
|
100 00153 <span class="keyword">virtual</span> <span class="keywordtype">void</span> get_verify_decoder_error_stats(FLAC__uint64 *absolute_sample, <span class="keywordtype">unsigned</span> *frame_number, <span class="keywordtype">unsigned</span> *channel, <span class="keywordtype">unsigned</span> *sample, FLAC__int32 *expected, FLAC__int32 *got);
|
Chris@1
|
101 00154 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> get_verify() <span class="keyword">const</span>;
|
Chris@1
|
102 00155 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> get_streamable_subset() <span class="keyword">const</span>;
|
Chris@1
|
103 00156 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> get_do_mid_side_stereo() <span class="keyword">const</span>;
|
Chris@1
|
104 00157 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> get_loose_mid_side_stereo() <span class="keyword">const</span>;
|
Chris@1
|
105 00158 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> get_channels() <span class="keyword">const</span>;
|
Chris@1
|
106 00159 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> get_bits_per_sample() <span class="keyword">const</span>;
|
Chris@1
|
107 00160 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> get_sample_rate() <span class="keyword">const</span>;
|
Chris@1
|
108 00161 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> get_blocksize() <span class="keyword">const</span>;
|
Chris@1
|
109 00162 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> get_max_lpc_order() <span class="keyword">const</span>;
|
Chris@1
|
110 00163 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> get_qlp_coeff_precision() <span class="keyword">const</span>;
|
Chris@1
|
111 00164 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> get_do_qlp_coeff_prec_search() <span class="keyword">const</span>;
|
Chris@1
|
112 00165 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> get_do_escape_coding() <span class="keyword">const</span>;
|
Chris@1
|
113 00166 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> get_do_exhaustive_model_search() <span class="keyword">const</span>;
|
Chris@1
|
114 00167 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> get_min_residual_partition_order() <span class="keyword">const</span>;
|
Chris@1
|
115 00168 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> get_max_residual_partition_order() <span class="keyword">const</span>;
|
Chris@1
|
116 00169 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> get_rice_parameter_search_dist() <span class="keyword">const</span>;
|
Chris@1
|
117 00170 <span class="keyword">virtual</span> FLAC__uint64 get_total_samples_estimate() <span class="keyword">const</span>;
|
Chris@1
|
118 00171
|
Chris@1
|
119 00172 <a class="code" href="group__flac__stream__encoder.html#ga66">virtual ::FLAC__StreamEncoderInitStatus</a> init();
|
Chris@1
|
120 00173 <a class="code" href="group__flac__stream__encoder.html#ga66">virtual ::FLAC__StreamEncoderInitStatus</a> init_ogg();
|
Chris@1
|
121 00174
|
Chris@1
|
122 00175 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> finish();
|
Chris@1
|
123 00176
|
Chris@1
|
124 00177 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> process(<span class="keyword">const</span> FLAC__int32 * <span class="keyword">const</span> buffer[], <span class="keywordtype">unsigned</span> samples);
|
Chris@1
|
125 00178 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> process_interleaved(<span class="keyword">const</span> FLAC__int32 buffer[], <span class="keywordtype">unsigned</span> samples);
|
Chris@1
|
126 00179 <span class="keyword">protected</span>:
|
Chris@1
|
127 00181 <a class="code" href="group__flac__stream__encoder.html#ga67">virtual ::FLAC__StreamEncoderReadStatus</a> read_callback(FLAC__byte buffer[], size_t *bytes);
|
Chris@1
|
128 00182
|
Chris@1
|
129 00184 <a class="code" href="group__flac__stream__encoder.html#ga68">virtual ::FLAC__StreamEncoderWriteStatus</a> write_callback(<span class="keyword">const</span> FLAC__byte buffer[], size_t bytes, <span class="keywordtype">unsigned</span> samples, <span class="keywordtype">unsigned</span> current_frame) = 0;
|
Chris@1
|
130 00185
|
Chris@1
|
131 00187 <a class="code" href="group__flac__stream__encoder.html#ga69">virtual ::FLAC__StreamEncoderSeekStatus</a> seek_callback(FLAC__uint64 absolute_byte_offset);
|
Chris@1
|
132 00188
|
Chris@1
|
133 00190 <a class="code" href="group__flac__stream__encoder.html#ga70">virtual ::FLAC__StreamEncoderTellStatus</a> tell_callback(FLAC__uint64 *absolute_byte_offset);
|
Chris@1
|
134 00191
|
Chris@1
|
135 00193 <span class="keyword">virtual</span> <span class="keywordtype">void</span> metadata_callback(<span class="keyword">const</span> ::<a class="code" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> *metadata);
|
Chris@1
|
136 00194
|
Chris@1
|
137 00195 <span class="preprocessor">#if (defined _MSC_VER) || (defined __BORLANDC__) || (defined __GNUG__ && (__GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 96))) || (defined __SUNPRO_CC)</span>
|
Chris@1
|
138 00196 <span class="preprocessor"></span> <span class="comment">// lame hack: some MSVC/GCC versions can't see a protected encoder_ from nested State::resolved_as_cstring()</span>
|
Chris@1
|
139 00197 <span class="keyword">friend</span> State;
|
Chris@1
|
140 00198 <span class="preprocessor">#endif</span>
|
Chris@1
|
141 00199 <span class="preprocessor"></span> ::FLAC__StreamEncoder *encoder_;
|
Chris@1
|
142 00200
|
Chris@1
|
143 00201 <a class="code" href="group__flac__stream__encoder.html#ga67">static ::FLAC__StreamEncoderReadStatus</a> read_callback_(<span class="keyword">const</span> ::<a class="code" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, FLAC__byte buffer[], size_t *bytes, <span class="keywordtype">void</span> *client_data);
|
Chris@1
|
144 00202 <a class="code" href="group__flac__stream__encoder.html#ga68">static ::FLAC__StreamEncoderWriteStatus</a> write_callback_(<span class="keyword">const</span> ::<a class="code" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, <span class="keyword">const</span> FLAC__byte buffer[], size_t bytes, <span class="keywordtype">unsigned</span> samples, <span class="keywordtype">unsigned</span> current_frame, <span class="keywordtype">void</span> *client_data);
|
Chris@1
|
145 00203 <a class="code" href="group__flac__stream__encoder.html#ga69">static ::FLAC__StreamEncoderSeekStatus</a> seek_callback_(<span class="keyword">const</span> <a class="code" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, FLAC__uint64 absolute_byte_offset, <span class="keywordtype">void</span> *client_data);
|
Chris@1
|
146 00204 <a class="code" href="group__flac__stream__encoder.html#ga70">static ::FLAC__StreamEncoderTellStatus</a> tell_callback_(<span class="keyword">const</span> <a class="code" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, FLAC__uint64 *absolute_byte_offset, <span class="keywordtype">void</span> *client_data);
|
Chris@1
|
147 00205 <span class="keyword">static</span> <span class="keywordtype">void</span> metadata_callback_(<span class="keyword">const</span> ::<a class="code" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, <span class="keyword">const</span> ::<a class="code" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> *metadata, <span class="keywordtype">void</span> *client_data);
|
Chris@1
|
148 00206 <span class="keyword">private</span>:
|
Chris@1
|
149 00207 <span class="comment">// Private and undefined so you can't use them:</span>
|
Chris@1
|
150 00208 Stream(<span class="keyword">const</span> Stream &);
|
Chris@1
|
151 00209 <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> Stream &);
|
Chris@1
|
152 00210 };
|
Chris@1
|
153 00211
|
Chris@1
|
154 <a name="l00232"></a><a class="code" href="classFLAC_1_1Encoder_1_1File.html">00232</a> <span class="keyword">class </span>FLACPP_API File: <span class="keyword">public</span> Stream {
|
Chris@1
|
155 00233 <span class="keyword">public</span>:
|
Chris@1
|
156 00234 File();
|
Chris@1
|
157 00235 <span class="keyword">virtual</span> ~File();
|
Chris@1
|
158 00236
|
Chris@1
|
159 00237 <a class="code" href="group__flac__stream__encoder.html#ga66">virtual ::FLAC__StreamEncoderInitStatus</a> init(FILE *file);
|
Chris@1
|
160 00238 <a class="code" href="group__flac__stream__encoder.html#ga66">virtual ::FLAC__StreamEncoderInitStatus</a> init(<span class="keyword">const</span> <span class="keywordtype">char</span> *filename);
|
Chris@1
|
161 00239 <a class="code" href="group__flac__stream__encoder.html#ga66">virtual ::FLAC__StreamEncoderInitStatus</a> init(<span class="keyword">const</span> std::string &filename);
|
Chris@1
|
162 00240 <a class="code" href="group__flac__stream__encoder.html#ga66">virtual ::FLAC__StreamEncoderInitStatus</a> init_ogg(FILE *file);
|
Chris@1
|
163 00241 <a class="code" href="group__flac__stream__encoder.html#ga66">virtual ::FLAC__StreamEncoderInitStatus</a> init_ogg(<span class="keyword">const</span> <span class="keywordtype">char</span> *filename);
|
Chris@1
|
164 00242 <a class="code" href="group__flac__stream__encoder.html#ga66">virtual ::FLAC__StreamEncoderInitStatus</a> init_ogg(<span class="keyword">const</span> std::string &filename);
|
Chris@1
|
165 00243 <span class="keyword">protected</span>:
|
Chris@1
|
166 00245 <span class="keyword">virtual</span> <span class="keywordtype">void</span> progress_callback(FLAC__uint64 bytes_written, FLAC__uint64 samples_written, <span class="keywordtype">unsigned</span> frames_written, <span class="keywordtype">unsigned</span> total_frames_estimate);
|
Chris@1
|
167 00246
|
Chris@1
|
168 00248 <a class="code" href="group__flac__stream__encoder.html#ga68">virtual ::FLAC__StreamEncoderWriteStatus</a> write_callback(<span class="keyword">const</span> FLAC__byte buffer[], size_t bytes, <span class="keywordtype">unsigned</span> samples, <span class="keywordtype">unsigned</span> current_frame);
|
Chris@1
|
169 00249 <span class="keyword">private</span>:
|
Chris@1
|
170 00250 <span class="keyword">static</span> <span class="keywordtype">void</span> progress_callback_(<span class="keyword">const</span> ::<a class="code" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, FLAC__uint64 bytes_written, FLAC__uint64 samples_written, <span class="keywordtype">unsigned</span> frames_written, <span class="keywordtype">unsigned</span> total_frames_estimate, <span class="keywordtype">void</span> *client_data);
|
Chris@1
|
171 00251
|
Chris@1
|
172 00252 <span class="comment">// Private and undefined so you can't use them:</span>
|
Chris@1
|
173 00253 File(<span class="keyword">const</span> Stream &);
|
Chris@1
|
174 00254 <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> Stream &);
|
Chris@1
|
175 00255 };
|
Chris@1
|
176 00256
|
Chris@1
|
177 00257 }
|
Chris@1
|
178 00258 }
|
Chris@1
|
179 00259
|
Chris@1
|
180 00260 <span class="preprocessor">#endif</span>
|
Chris@1
|
181 </pre></div>
|
Chris@1
|
182 <hr size="1">
|
Chris@1
|
183 <div class="copyright">
|
Chris@1
|
184 <!-- @@@ oh so hacky -->
|
Chris@1
|
185 <table>
|
Chris@1
|
186 <tr>
|
Chris@1
|
187 <td align="left">
|
Chris@1
|
188 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
|
Chris@1
|
189 </td>
|
Chris@1
|
190 <td width="1%" align="right">
|
Chris@1
|
191 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
|
Chris@1
|
192 </td>
|
Chris@1
|
193 </tr>
|
Chris@1
|
194 </table>
|
Chris@1
|
195 </div>
|
Chris@1
|
196 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson -->
|
Chris@1
|
197 <!-- Permission is granted to copy, distribute and/or modify this document -->
|
Chris@1
|
198 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
Chris@1
|
199 <!-- or any later version published by the Free Software Foundation; -->
|
Chris@1
|
200 <!-- with no invariant sections. -->
|
Chris@1
|
201 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
Chris@1
|
202 </body>
|
Chris@1
|
203 </html>
|