cannam@86
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
cannam@86
|
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
cannam@86
|
3 <title>FLAC: FLAC::Encoder::Stream Class Reference</title>
|
cannam@86
|
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
|
cannam@86
|
5 </head><body>
|
cannam@86
|
6 <!-- Generated by Doxygen 1.4.2 -->
|
cannam@86
|
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>
|
cannam@86
|
8 <div class="nav">
|
cannam@86
|
9 <b>FLAC</b>::<b>Encoder</b>::<a class="el" href="classFLAC_1_1Encoder_1_1Stream.html">Stream</a></div>
|
cannam@86
|
10 <h1>FLAC::Encoder::Stream Class Reference<br>
|
cannam@86
|
11 <small>
|
cannam@86
|
12 [<a class="el" href="group__flacpp__encoder.html">FLAC++/encoder.h: encoder classes</a>]</small>
|
cannam@86
|
13 </h1><code>#include <<a class="el" href="encoder_8h-source.html">encoder.h</a>></code>
|
cannam@86
|
14 <p>
|
cannam@86
|
15 <p>Inheritance diagram for FLAC::Encoder::Stream:
|
cannam@86
|
16 <p><center><img src="classFLAC_1_1Encoder_1_1Stream.png" usemap="#FLAC::Encoder::Stream_map" border="0" alt=""></center>
|
cannam@86
|
17 <map name="FLAC::Encoder::Stream_map">
|
cannam@86
|
18 <area href="classFLAC_1_1Encoder_1_1File.html" alt="FLAC::Encoder::File" shape="rect" coords="0,56,144,80">
|
cannam@86
|
19 </map>
|
cannam@86
|
20 <a href="classFLAC_1_1Encoder_1_1Stream-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
|
cannam@86
|
21 This class wraps the <a class="el" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a>. If you are encoding to a file, <a class="el" href="classFLAC_1_1Encoder_1_1File.html">FLAC::Encoder::File</a> may be more convenient.
|
cannam@86
|
22 <p>
|
cannam@86
|
23 The usage of this class is similar to <a class="el" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a>, except instead of providing callbacks to FLAC__stream_encoder_init*_stream(), you will inherit from this class and override the virtual callback functions with your own implementations, then call <a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama46">init()</a> or <a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama47">init_ogg()</a>. The rest of the calls work the same as in the C layer.<p>
|
cannam@86
|
24 Only the write callback is mandatory. The others are optional; this class provides default implementations that do nothing. In order for some STREAMINFO and SEEKTABLE data to be written properly, you must overide <a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streamb2">seek_callback()</a> and <a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streamb3">tell_callback()</a>; see <a class="el" href="group__flac__stream__encoder.html#ga56">FLAC__stream_encoder_init_stream()</a> as to why.
|
cannam@86
|
25 <p>
|
cannam@86
|
26 <table border="0" cellpadding="0" cellspacing="0">
|
cannam@86
|
27 <tr><td></td></tr>
|
cannam@86
|
28 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
|
cannam@86
|
29 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama2">is_valid</a> () const </td></tr>
|
cannam@86
|
30
|
cannam@86
|
31 <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama3">operator bool</a> () const </td></tr>
|
cannam@86
|
32
|
cannam@86
|
33 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama4">set_ogg_serial_number</a> (long value)</td></tr>
|
cannam@86
|
34
|
cannam@86
|
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama5">set_verify</a> (bool value)</td></tr>
|
cannam@86
|
36
|
cannam@86
|
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama6">set_streamable_subset</a> (bool value)</td></tr>
|
cannam@86
|
38
|
cannam@86
|
39 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama7">set_channels</a> (unsigned value)</td></tr>
|
cannam@86
|
40
|
cannam@86
|
41 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama8">set_bits_per_sample</a> (unsigned value)</td></tr>
|
cannam@86
|
42
|
cannam@86
|
43 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama9">set_sample_rate</a> (unsigned value)</td></tr>
|
cannam@86
|
44
|
cannam@86
|
45 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama10">set_compression_level</a> (unsigned value)</td></tr>
|
cannam@86
|
46
|
cannam@86
|
47 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama11">set_blocksize</a> (unsigned value)</td></tr>
|
cannam@86
|
48
|
cannam@86
|
49 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama12">set_do_mid_side_stereo</a> (bool value)</td></tr>
|
cannam@86
|
50
|
cannam@86
|
51 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama13">set_loose_mid_side_stereo</a> (bool value)</td></tr>
|
cannam@86
|
52
|
cannam@86
|
53 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama14">set_apodization</a> (const char *specification)</td></tr>
|
cannam@86
|
54
|
cannam@86
|
55 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama15">set_max_lpc_order</a> (unsigned value)</td></tr>
|
cannam@86
|
56
|
cannam@86
|
57 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama16">set_qlp_coeff_precision</a> (unsigned value)</td></tr>
|
cannam@86
|
58
|
cannam@86
|
59 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama17">set_do_qlp_coeff_prec_search</a> (bool value)</td></tr>
|
cannam@86
|
60
|
cannam@86
|
61 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama18">set_do_escape_coding</a> (bool value)</td></tr>
|
cannam@86
|
62
|
cannam@86
|
63 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama19">set_do_exhaustive_model_search</a> (bool value)</td></tr>
|
cannam@86
|
64
|
cannam@86
|
65 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama20">set_min_residual_partition_order</a> (unsigned value)</td></tr>
|
cannam@86
|
66
|
cannam@86
|
67 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama21">set_max_residual_partition_order</a> (unsigned value)</td></tr>
|
cannam@86
|
68
|
cannam@86
|
69 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama22">set_rice_parameter_search_dist</a> (unsigned value)</td></tr>
|
cannam@86
|
70
|
cannam@86
|
71 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama23">set_total_samples_estimate</a> (FLAC__uint64 value)</td></tr>
|
cannam@86
|
72
|
cannam@86
|
73 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama24">set_metadata</a> (::<a class="el" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> **metadata, unsigned num_blocks)</td></tr>
|
cannam@86
|
74
|
cannam@86
|
75 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama25">set_metadata</a> (<a class="el" href="classFLAC_1_1Metadata_1_1Prototype.html">FLAC::Metadata::Prototype</a> **metadata, unsigned num_blocks)</td></tr>
|
cannam@86
|
76
|
cannam@86
|
77 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classFLAC_1_1Encoder_1_1Stream_1_1State.html">State</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama26">get_state</a> () const </td></tr>
|
cannam@86
|
78
|
cannam@86
|
79 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classFLAC_1_1Decoder_1_1Stream_1_1State.html">Decoder::Stream::State</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama27">get_verify_decoder_state</a> () const </td></tr>
|
cannam@86
|
80
|
cannam@86
|
81 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama28">get_verify_decoder_error_stats</a> (FLAC__uint64 *absolute_sample, unsigned *frame_number, unsigned *channel, unsigned *sample, FLAC__int32 *expected, FLAC__int32 *got)</td></tr>
|
cannam@86
|
82
|
cannam@86
|
83 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama29">get_verify</a> () const </td></tr>
|
cannam@86
|
84
|
cannam@86
|
85 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama30">get_streamable_subset</a> () const </td></tr>
|
cannam@86
|
86
|
cannam@86
|
87 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama31">get_do_mid_side_stereo</a> () const </td></tr>
|
cannam@86
|
88
|
cannam@86
|
89 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama32">get_loose_mid_side_stereo</a> () const </td></tr>
|
cannam@86
|
90
|
cannam@86
|
91 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama33">get_channels</a> () const </td></tr>
|
cannam@86
|
92
|
cannam@86
|
93 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama34">get_bits_per_sample</a> () const </td></tr>
|
cannam@86
|
94
|
cannam@86
|
95 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama35">get_sample_rate</a> () const </td></tr>
|
cannam@86
|
96
|
cannam@86
|
97 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama36">get_blocksize</a> () const </td></tr>
|
cannam@86
|
98
|
cannam@86
|
99 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama37">get_max_lpc_order</a> () const </td></tr>
|
cannam@86
|
100
|
cannam@86
|
101 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama38">get_qlp_coeff_precision</a> () const </td></tr>
|
cannam@86
|
102
|
cannam@86
|
103 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama39">get_do_qlp_coeff_prec_search</a> () const </td></tr>
|
cannam@86
|
104
|
cannam@86
|
105 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama40">get_do_escape_coding</a> () const </td></tr>
|
cannam@86
|
106
|
cannam@86
|
107 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama41">get_do_exhaustive_model_search</a> () const </td></tr>
|
cannam@86
|
108
|
cannam@86
|
109 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama42">get_min_residual_partition_order</a> () const </td></tr>
|
cannam@86
|
110
|
cannam@86
|
111 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama43">get_max_residual_partition_order</a> () const </td></tr>
|
cannam@86
|
112
|
cannam@86
|
113 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama44">get_rice_parameter_search_dist</a> () const </td></tr>
|
cannam@86
|
114
|
cannam@86
|
115 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual FLAC__uint64 </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama45">get_total_samples_estimate</a> () const </td></tr>
|
cannam@86
|
116
|
cannam@86
|
117 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga66">FLAC__StreamEncoderInitStatus</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama46">init</a> ()</td></tr>
|
cannam@86
|
118
|
cannam@86
|
119 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga66">FLAC__StreamEncoderInitStatus</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama47">init_ogg</a> ()</td></tr>
|
cannam@86
|
120
|
cannam@86
|
121 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama48">finish</a> ()</td></tr>
|
cannam@86
|
122
|
cannam@86
|
123 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama49">process</a> (const FLAC__int32 *const buffer[], unsigned samples)</td></tr>
|
cannam@86
|
124
|
cannam@86
|
125 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama50">process_interleaved</a> (const FLAC__int32 buffer[], unsigned samples)</td></tr>
|
cannam@86
|
126
|
cannam@86
|
127 <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
|
cannam@86
|
128 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga67">FLAC__StreamEncoderReadStatus</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streamb0">read_callback</a> (FLAC__byte buffer[], size_t *bytes)</td></tr>
|
cannam@86
|
129
|
cannam@86
|
130 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga68">FLAC__StreamEncoderWriteStatus</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streamb1">write_callback</a> (const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame)=0</td></tr>
|
cannam@86
|
131
|
cannam@86
|
132 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga69">FLAC__StreamEncoderSeekStatus</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streamb2">seek_callback</a> (FLAC__uint64 absolute_byte_offset)</td></tr>
|
cannam@86
|
133
|
cannam@86
|
134 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga70">FLAC__StreamEncoderTellStatus</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streamb3">tell_callback</a> (FLAC__uint64 *absolute_byte_offset)</td></tr>
|
cannam@86
|
135
|
cannam@86
|
136 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streamb4">metadata_callback</a> (const ::<a class="el" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> *metadata)</td></tr>
|
cannam@86
|
137
|
cannam@86
|
138 <tr><td colspan="2"><br><h2>Static Protected Member Functions</h2></td></tr>
|
cannam@86
|
139 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Encoder_1_1Streamf0" doxytag="FLAC::Encoder::Stream::read_callback_"></a>
|
cannam@86
|
140 ::<a class="el" href="group__flac__stream__encoder.html#ga67">FLAC__StreamEncoderReadStatus</a> </td><td class="memItemRight" valign="bottom"><b>read_callback_</b> (const ::<a class="el" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, FLAC__byte buffer[], size_t *bytes, void *client_data)</td></tr>
|
cannam@86
|
141
|
cannam@86
|
142 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Encoder_1_1Streamf1" doxytag="FLAC::Encoder::Stream::write_callback_"></a>
|
cannam@86
|
143 ::<a class="el" href="group__flac__stream__encoder.html#ga68">FLAC__StreamEncoderWriteStatus</a> </td><td class="memItemRight" valign="bottom"><b>write_callback_</b> (const ::<a class="el" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data)</td></tr>
|
cannam@86
|
144
|
cannam@86
|
145 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Encoder_1_1Streamf2" doxytag="FLAC::Encoder::Stream::seek_callback_"></a>
|
cannam@86
|
146 ::<a class="el" href="group__flac__stream__encoder.html#ga69">FLAC__StreamEncoderSeekStatus</a> </td><td class="memItemRight" valign="bottom"><b>seek_callback_</b> (const <a class="el" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, FLAC__uint64 absolute_byte_offset, void *client_data)</td></tr>
|
cannam@86
|
147
|
cannam@86
|
148 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Encoder_1_1Streamf3" doxytag="FLAC::Encoder::Stream::tell_callback_"></a>
|
cannam@86
|
149 ::<a class="el" href="group__flac__stream__encoder.html#ga70">FLAC__StreamEncoderTellStatus</a> </td><td class="memItemRight" valign="bottom"><b>tell_callback_</b> (const <a class="el" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data)</td></tr>
|
cannam@86
|
150
|
cannam@86
|
151 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Encoder_1_1Streamf4" doxytag="FLAC::Encoder::Stream::metadata_callback_"></a>
|
cannam@86
|
152 static void </td><td class="memItemRight" valign="bottom"><b>metadata_callback_</b> (const ::<a class="el" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> *encoder, const ::<a class="el" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> *metadata, void *client_data)</td></tr>
|
cannam@86
|
153
|
cannam@86
|
154 <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
|
cannam@86
|
155 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Encoder_1_1Streamp0" doxytag="FLAC::Encoder::Stream::encoder_"></a>
|
cannam@86
|
156 ::<a class="el" href="structFLAC____StreamEncoder.html">FLAC__StreamEncoder</a> * </td><td class="memItemRight" valign="bottom"><b>encoder_</b></td></tr>
|
cannam@86
|
157
|
cannam@86
|
158 <tr><td colspan="2"><br><h2>Classes</h2></td></tr>
|
cannam@86
|
159 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Encoder_1_1Stream_1_1State.html">State</a></td></tr>
|
cannam@86
|
160
|
cannam@86
|
161 </table>
|
cannam@86
|
162 <hr><h2>Member Function Documentation</h2>
|
cannam@86
|
163 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama2" doxytag="FLAC::Encoder::Stream::is_valid"></a><p>
|
cannam@86
|
164 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
165 <tr>
|
cannam@86
|
166 <td class="mdRow">
|
cannam@86
|
167 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
168 <tr>
|
cannam@86
|
169 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::is_valid </td>
|
cannam@86
|
170 <td class="md" valign="top">( </td>
|
cannam@86
|
171 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
172 <td class="md" valign="top"> ) </td>
|
cannam@86
|
173 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
174 </tr>
|
cannam@86
|
175 </table>
|
cannam@86
|
176 </td>
|
cannam@86
|
177 </tr>
|
cannam@86
|
178 </table>
|
cannam@86
|
179 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
180 <tr>
|
cannam@86
|
181 <td>
|
cannam@86
|
182
|
cannam@86
|
183 </td>
|
cannam@86
|
184 <td>
|
cannam@86
|
185
|
cannam@86
|
186 <p>
|
cannam@86
|
187 Call after construction to check the that the object was created successfully. If not, use <a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama26">get_state()</a> to find out why not. </td>
|
cannam@86
|
188 </tr>
|
cannam@86
|
189 </table>
|
cannam@86
|
190 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama3" doxytag="FLAC::Encoder::Stream::operator bool"></a><p>
|
cannam@86
|
191 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
192 <tr>
|
cannam@86
|
193 <td class="mdRow">
|
cannam@86
|
194 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
195 <tr>
|
cannam@86
|
196 <td class="md" nowrap valign="top">FLAC::Encoder::Stream::operator bool </td>
|
cannam@86
|
197 <td class="md" valign="top">( </td>
|
cannam@86
|
198 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
199 <td class="md" valign="top"> ) </td>
|
cannam@86
|
200 <td class="md" nowrap> const<code> [inline]</code></td>
|
cannam@86
|
201 </tr>
|
cannam@86
|
202 </table>
|
cannam@86
|
203 </td>
|
cannam@86
|
204 </tr>
|
cannam@86
|
205 </table>
|
cannam@86
|
206 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
207 <tr>
|
cannam@86
|
208 <td>
|
cannam@86
|
209
|
cannam@86
|
210 </td>
|
cannam@86
|
211 <td>
|
cannam@86
|
212
|
cannam@86
|
213 <p>
|
cannam@86
|
214 See <a class="el" href="classFLAC_1_1Encoder_1_1Stream.html#FLAC_1_1Encoder_1_1Streama2">is_valid()</a>.
|
cannam@86
|
215 <p>
|
cannam@86
|
216 </td>
|
cannam@86
|
217 </tr>
|
cannam@86
|
218 </table>
|
cannam@86
|
219 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama4" doxytag="FLAC::Encoder::Stream::set_ogg_serial_number"></a><p>
|
cannam@86
|
220 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
221 <tr>
|
cannam@86
|
222 <td class="mdRow">
|
cannam@86
|
223 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
224 <tr>
|
cannam@86
|
225 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_ogg_serial_number </td>
|
cannam@86
|
226 <td class="md" valign="top">( </td>
|
cannam@86
|
227 <td class="md" nowrap valign="top">long </td>
|
cannam@86
|
228 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
229 <td class="md" valign="top"> ) </td>
|
cannam@86
|
230 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
231 </tr>
|
cannam@86
|
232 </table>
|
cannam@86
|
233 </td>
|
cannam@86
|
234 </tr>
|
cannam@86
|
235 </table>
|
cannam@86
|
236 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
237 <tr>
|
cannam@86
|
238 <td>
|
cannam@86
|
239
|
cannam@86
|
240 </td>
|
cannam@86
|
241 <td>
|
cannam@86
|
242
|
cannam@86
|
243 <p>
|
cannam@86
|
244 See <a class="el" href="group__flac__stream__encoder.html#ga14">FLAC__stream_encoder_set_ogg_serial_number()</a>.
|
cannam@86
|
245 <p>
|
cannam@86
|
246 </td>
|
cannam@86
|
247 </tr>
|
cannam@86
|
248 </table>
|
cannam@86
|
249 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama5" doxytag="FLAC::Encoder::Stream::set_verify"></a><p>
|
cannam@86
|
250 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
251 <tr>
|
cannam@86
|
252 <td class="mdRow">
|
cannam@86
|
253 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
254 <tr>
|
cannam@86
|
255 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_verify </td>
|
cannam@86
|
256 <td class="md" valign="top">( </td>
|
cannam@86
|
257 <td class="md" nowrap valign="top">bool </td>
|
cannam@86
|
258 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
259 <td class="md" valign="top"> ) </td>
|
cannam@86
|
260 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
261 </tr>
|
cannam@86
|
262 </table>
|
cannam@86
|
263 </td>
|
cannam@86
|
264 </tr>
|
cannam@86
|
265 </table>
|
cannam@86
|
266 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
267 <tr>
|
cannam@86
|
268 <td>
|
cannam@86
|
269
|
cannam@86
|
270 </td>
|
cannam@86
|
271 <td>
|
cannam@86
|
272
|
cannam@86
|
273 <p>
|
cannam@86
|
274 See <a class="el" href="group__flac__stream__encoder.html#ga15">FLAC__stream_encoder_set_verify()</a>.
|
cannam@86
|
275 <p>
|
cannam@86
|
276 </td>
|
cannam@86
|
277 </tr>
|
cannam@86
|
278 </table>
|
cannam@86
|
279 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama6" doxytag="FLAC::Encoder::Stream::set_streamable_subset"></a><p>
|
cannam@86
|
280 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
281 <tr>
|
cannam@86
|
282 <td class="mdRow">
|
cannam@86
|
283 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
284 <tr>
|
cannam@86
|
285 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_streamable_subset </td>
|
cannam@86
|
286 <td class="md" valign="top">( </td>
|
cannam@86
|
287 <td class="md" nowrap valign="top">bool </td>
|
cannam@86
|
288 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
289 <td class="md" valign="top"> ) </td>
|
cannam@86
|
290 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
291 </tr>
|
cannam@86
|
292 </table>
|
cannam@86
|
293 </td>
|
cannam@86
|
294 </tr>
|
cannam@86
|
295 </table>
|
cannam@86
|
296 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
297 <tr>
|
cannam@86
|
298 <td>
|
cannam@86
|
299
|
cannam@86
|
300 </td>
|
cannam@86
|
301 <td>
|
cannam@86
|
302
|
cannam@86
|
303 <p>
|
cannam@86
|
304 See <a class="el" href="group__flac__stream__encoder.html#ga16">FLAC__stream_encoder_set_streamable_subset()</a>.
|
cannam@86
|
305 <p>
|
cannam@86
|
306 </td>
|
cannam@86
|
307 </tr>
|
cannam@86
|
308 </table>
|
cannam@86
|
309 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama7" doxytag="FLAC::Encoder::Stream::set_channels"></a><p>
|
cannam@86
|
310 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
311 <tr>
|
cannam@86
|
312 <td class="mdRow">
|
cannam@86
|
313 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
314 <tr>
|
cannam@86
|
315 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_channels </td>
|
cannam@86
|
316 <td class="md" valign="top">( </td>
|
cannam@86
|
317 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
318 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
319 <td class="md" valign="top"> ) </td>
|
cannam@86
|
320 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
321 </tr>
|
cannam@86
|
322 </table>
|
cannam@86
|
323 </td>
|
cannam@86
|
324 </tr>
|
cannam@86
|
325 </table>
|
cannam@86
|
326 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
327 <tr>
|
cannam@86
|
328 <td>
|
cannam@86
|
329
|
cannam@86
|
330 </td>
|
cannam@86
|
331 <td>
|
cannam@86
|
332
|
cannam@86
|
333 <p>
|
cannam@86
|
334 See <a class="el" href="group__flac__stream__encoder.html#ga17">FLAC__stream_encoder_set_channels()</a>.
|
cannam@86
|
335 <p>
|
cannam@86
|
336 </td>
|
cannam@86
|
337 </tr>
|
cannam@86
|
338 </table>
|
cannam@86
|
339 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama8" doxytag="FLAC::Encoder::Stream::set_bits_per_sample"></a><p>
|
cannam@86
|
340 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
341 <tr>
|
cannam@86
|
342 <td class="mdRow">
|
cannam@86
|
343 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
344 <tr>
|
cannam@86
|
345 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_bits_per_sample </td>
|
cannam@86
|
346 <td class="md" valign="top">( </td>
|
cannam@86
|
347 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
348 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
349 <td class="md" valign="top"> ) </td>
|
cannam@86
|
350 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
351 </tr>
|
cannam@86
|
352 </table>
|
cannam@86
|
353 </td>
|
cannam@86
|
354 </tr>
|
cannam@86
|
355 </table>
|
cannam@86
|
356 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
357 <tr>
|
cannam@86
|
358 <td>
|
cannam@86
|
359
|
cannam@86
|
360 </td>
|
cannam@86
|
361 <td>
|
cannam@86
|
362
|
cannam@86
|
363 <p>
|
cannam@86
|
364 See <a class="el" href="group__flac__stream__encoder.html#ga18">FLAC__stream_encoder_set_bits_per_sample()</a>.
|
cannam@86
|
365 <p>
|
cannam@86
|
366 </td>
|
cannam@86
|
367 </tr>
|
cannam@86
|
368 </table>
|
cannam@86
|
369 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama9" doxytag="FLAC::Encoder::Stream::set_sample_rate"></a><p>
|
cannam@86
|
370 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
371 <tr>
|
cannam@86
|
372 <td class="mdRow">
|
cannam@86
|
373 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
374 <tr>
|
cannam@86
|
375 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_sample_rate </td>
|
cannam@86
|
376 <td class="md" valign="top">( </td>
|
cannam@86
|
377 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
378 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
379 <td class="md" valign="top"> ) </td>
|
cannam@86
|
380 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
381 </tr>
|
cannam@86
|
382 </table>
|
cannam@86
|
383 </td>
|
cannam@86
|
384 </tr>
|
cannam@86
|
385 </table>
|
cannam@86
|
386 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
387 <tr>
|
cannam@86
|
388 <td>
|
cannam@86
|
389
|
cannam@86
|
390 </td>
|
cannam@86
|
391 <td>
|
cannam@86
|
392
|
cannam@86
|
393 <p>
|
cannam@86
|
394 See <a class="el" href="group__flac__stream__encoder.html#ga19">FLAC__stream_encoder_set_sample_rate()</a>.
|
cannam@86
|
395 <p>
|
cannam@86
|
396 </td>
|
cannam@86
|
397 </tr>
|
cannam@86
|
398 </table>
|
cannam@86
|
399 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama10" doxytag="FLAC::Encoder::Stream::set_compression_level"></a><p>
|
cannam@86
|
400 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
401 <tr>
|
cannam@86
|
402 <td class="mdRow">
|
cannam@86
|
403 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
404 <tr>
|
cannam@86
|
405 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_compression_level </td>
|
cannam@86
|
406 <td class="md" valign="top">( </td>
|
cannam@86
|
407 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
408 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
409 <td class="md" valign="top"> ) </td>
|
cannam@86
|
410 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
411 </tr>
|
cannam@86
|
412 </table>
|
cannam@86
|
413 </td>
|
cannam@86
|
414 </tr>
|
cannam@86
|
415 </table>
|
cannam@86
|
416 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
417 <tr>
|
cannam@86
|
418 <td>
|
cannam@86
|
419
|
cannam@86
|
420 </td>
|
cannam@86
|
421 <td>
|
cannam@86
|
422
|
cannam@86
|
423 <p>
|
cannam@86
|
424 See <a class="el" href="group__flac__stream__encoder.html#ga20">FLAC__stream_encoder_set_compression_level()</a>.
|
cannam@86
|
425 <p>
|
cannam@86
|
426 </td>
|
cannam@86
|
427 </tr>
|
cannam@86
|
428 </table>
|
cannam@86
|
429 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama11" doxytag="FLAC::Encoder::Stream::set_blocksize"></a><p>
|
cannam@86
|
430 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
431 <tr>
|
cannam@86
|
432 <td class="mdRow">
|
cannam@86
|
433 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
434 <tr>
|
cannam@86
|
435 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_blocksize </td>
|
cannam@86
|
436 <td class="md" valign="top">( </td>
|
cannam@86
|
437 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
438 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
439 <td class="md" valign="top"> ) </td>
|
cannam@86
|
440 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
441 </tr>
|
cannam@86
|
442 </table>
|
cannam@86
|
443 </td>
|
cannam@86
|
444 </tr>
|
cannam@86
|
445 </table>
|
cannam@86
|
446 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
447 <tr>
|
cannam@86
|
448 <td>
|
cannam@86
|
449
|
cannam@86
|
450 </td>
|
cannam@86
|
451 <td>
|
cannam@86
|
452
|
cannam@86
|
453 <p>
|
cannam@86
|
454 See <a class="el" href="group__flac__stream__encoder.html#ga21">FLAC__stream_encoder_set_blocksize()</a>.
|
cannam@86
|
455 <p>
|
cannam@86
|
456 </td>
|
cannam@86
|
457 </tr>
|
cannam@86
|
458 </table>
|
cannam@86
|
459 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama12" doxytag="FLAC::Encoder::Stream::set_do_mid_side_stereo"></a><p>
|
cannam@86
|
460 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
461 <tr>
|
cannam@86
|
462 <td class="mdRow">
|
cannam@86
|
463 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
464 <tr>
|
cannam@86
|
465 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_do_mid_side_stereo </td>
|
cannam@86
|
466 <td class="md" valign="top">( </td>
|
cannam@86
|
467 <td class="md" nowrap valign="top">bool </td>
|
cannam@86
|
468 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
469 <td class="md" valign="top"> ) </td>
|
cannam@86
|
470 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
471 </tr>
|
cannam@86
|
472 </table>
|
cannam@86
|
473 </td>
|
cannam@86
|
474 </tr>
|
cannam@86
|
475 </table>
|
cannam@86
|
476 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
477 <tr>
|
cannam@86
|
478 <td>
|
cannam@86
|
479
|
cannam@86
|
480 </td>
|
cannam@86
|
481 <td>
|
cannam@86
|
482
|
cannam@86
|
483 <p>
|
cannam@86
|
484 See <a class="el" href="group__flac__stream__encoder.html#ga22">FLAC__stream_encoder_set_do_mid_side_stereo()</a>.
|
cannam@86
|
485 <p>
|
cannam@86
|
486 </td>
|
cannam@86
|
487 </tr>
|
cannam@86
|
488 </table>
|
cannam@86
|
489 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama13" doxytag="FLAC::Encoder::Stream::set_loose_mid_side_stereo"></a><p>
|
cannam@86
|
490 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
491 <tr>
|
cannam@86
|
492 <td class="mdRow">
|
cannam@86
|
493 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
494 <tr>
|
cannam@86
|
495 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_loose_mid_side_stereo </td>
|
cannam@86
|
496 <td class="md" valign="top">( </td>
|
cannam@86
|
497 <td class="md" nowrap valign="top">bool </td>
|
cannam@86
|
498 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
499 <td class="md" valign="top"> ) </td>
|
cannam@86
|
500 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
501 </tr>
|
cannam@86
|
502 </table>
|
cannam@86
|
503 </td>
|
cannam@86
|
504 </tr>
|
cannam@86
|
505 </table>
|
cannam@86
|
506 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
507 <tr>
|
cannam@86
|
508 <td>
|
cannam@86
|
509
|
cannam@86
|
510 </td>
|
cannam@86
|
511 <td>
|
cannam@86
|
512
|
cannam@86
|
513 <p>
|
cannam@86
|
514 See <a class="el" href="group__flac__stream__encoder.html#ga23">FLAC__stream_encoder_set_loose_mid_side_stereo()</a>.
|
cannam@86
|
515 <p>
|
cannam@86
|
516 </td>
|
cannam@86
|
517 </tr>
|
cannam@86
|
518 </table>
|
cannam@86
|
519 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama14" doxytag="FLAC::Encoder::Stream::set_apodization"></a><p>
|
cannam@86
|
520 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
521 <tr>
|
cannam@86
|
522 <td class="mdRow">
|
cannam@86
|
523 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
524 <tr>
|
cannam@86
|
525 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_apodization </td>
|
cannam@86
|
526 <td class="md" valign="top">( </td>
|
cannam@86
|
527 <td class="md" nowrap valign="top">const char * </td>
|
cannam@86
|
528 <td class="mdname1" valign="top" nowrap> <em>specification</em> </td>
|
cannam@86
|
529 <td class="md" valign="top"> ) </td>
|
cannam@86
|
530 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
531 </tr>
|
cannam@86
|
532 </table>
|
cannam@86
|
533 </td>
|
cannam@86
|
534 </tr>
|
cannam@86
|
535 </table>
|
cannam@86
|
536 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
537 <tr>
|
cannam@86
|
538 <td>
|
cannam@86
|
539
|
cannam@86
|
540 </td>
|
cannam@86
|
541 <td>
|
cannam@86
|
542
|
cannam@86
|
543 <p>
|
cannam@86
|
544 See <a class="el" href="group__flac__stream__encoder.html#ga24">FLAC__stream_encoder_set_apodization()</a>.
|
cannam@86
|
545 <p>
|
cannam@86
|
546 </td>
|
cannam@86
|
547 </tr>
|
cannam@86
|
548 </table>
|
cannam@86
|
549 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama15" doxytag="FLAC::Encoder::Stream::set_max_lpc_order"></a><p>
|
cannam@86
|
550 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
551 <tr>
|
cannam@86
|
552 <td class="mdRow">
|
cannam@86
|
553 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
554 <tr>
|
cannam@86
|
555 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_max_lpc_order </td>
|
cannam@86
|
556 <td class="md" valign="top">( </td>
|
cannam@86
|
557 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
558 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
559 <td class="md" valign="top"> ) </td>
|
cannam@86
|
560 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
561 </tr>
|
cannam@86
|
562 </table>
|
cannam@86
|
563 </td>
|
cannam@86
|
564 </tr>
|
cannam@86
|
565 </table>
|
cannam@86
|
566 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
567 <tr>
|
cannam@86
|
568 <td>
|
cannam@86
|
569
|
cannam@86
|
570 </td>
|
cannam@86
|
571 <td>
|
cannam@86
|
572
|
cannam@86
|
573 <p>
|
cannam@86
|
574 See <a class="el" href="group__flac__stream__encoder.html#ga25">FLAC__stream_encoder_set_max_lpc_order()</a>.
|
cannam@86
|
575 <p>
|
cannam@86
|
576 </td>
|
cannam@86
|
577 </tr>
|
cannam@86
|
578 </table>
|
cannam@86
|
579 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama16" doxytag="FLAC::Encoder::Stream::set_qlp_coeff_precision"></a><p>
|
cannam@86
|
580 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
581 <tr>
|
cannam@86
|
582 <td class="mdRow">
|
cannam@86
|
583 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
584 <tr>
|
cannam@86
|
585 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_qlp_coeff_precision </td>
|
cannam@86
|
586 <td class="md" valign="top">( </td>
|
cannam@86
|
587 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
588 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
589 <td class="md" valign="top"> ) </td>
|
cannam@86
|
590 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
591 </tr>
|
cannam@86
|
592 </table>
|
cannam@86
|
593 </td>
|
cannam@86
|
594 </tr>
|
cannam@86
|
595 </table>
|
cannam@86
|
596 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
597 <tr>
|
cannam@86
|
598 <td>
|
cannam@86
|
599
|
cannam@86
|
600 </td>
|
cannam@86
|
601 <td>
|
cannam@86
|
602
|
cannam@86
|
603 <p>
|
cannam@86
|
604 See <a class="el" href="group__flac__stream__encoder.html#ga26">FLAC__stream_encoder_set_qlp_coeff_precision()</a>.
|
cannam@86
|
605 <p>
|
cannam@86
|
606 </td>
|
cannam@86
|
607 </tr>
|
cannam@86
|
608 </table>
|
cannam@86
|
609 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama17" doxytag="FLAC::Encoder::Stream::set_do_qlp_coeff_prec_search"></a><p>
|
cannam@86
|
610 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
611 <tr>
|
cannam@86
|
612 <td class="mdRow">
|
cannam@86
|
613 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
614 <tr>
|
cannam@86
|
615 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_do_qlp_coeff_prec_search </td>
|
cannam@86
|
616 <td class="md" valign="top">( </td>
|
cannam@86
|
617 <td class="md" nowrap valign="top">bool </td>
|
cannam@86
|
618 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
619 <td class="md" valign="top"> ) </td>
|
cannam@86
|
620 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
621 </tr>
|
cannam@86
|
622 </table>
|
cannam@86
|
623 </td>
|
cannam@86
|
624 </tr>
|
cannam@86
|
625 </table>
|
cannam@86
|
626 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
627 <tr>
|
cannam@86
|
628 <td>
|
cannam@86
|
629
|
cannam@86
|
630 </td>
|
cannam@86
|
631 <td>
|
cannam@86
|
632
|
cannam@86
|
633 <p>
|
cannam@86
|
634 See <a class="el" href="group__flac__stream__encoder.html#ga27">FLAC__stream_encoder_set_do_qlp_coeff_prec_search()</a>.
|
cannam@86
|
635 <p>
|
cannam@86
|
636 </td>
|
cannam@86
|
637 </tr>
|
cannam@86
|
638 </table>
|
cannam@86
|
639 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama18" doxytag="FLAC::Encoder::Stream::set_do_escape_coding"></a><p>
|
cannam@86
|
640 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
641 <tr>
|
cannam@86
|
642 <td class="mdRow">
|
cannam@86
|
643 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
644 <tr>
|
cannam@86
|
645 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_do_escape_coding </td>
|
cannam@86
|
646 <td class="md" valign="top">( </td>
|
cannam@86
|
647 <td class="md" nowrap valign="top">bool </td>
|
cannam@86
|
648 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
649 <td class="md" valign="top"> ) </td>
|
cannam@86
|
650 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
651 </tr>
|
cannam@86
|
652 </table>
|
cannam@86
|
653 </td>
|
cannam@86
|
654 </tr>
|
cannam@86
|
655 </table>
|
cannam@86
|
656 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
657 <tr>
|
cannam@86
|
658 <td>
|
cannam@86
|
659
|
cannam@86
|
660 </td>
|
cannam@86
|
661 <td>
|
cannam@86
|
662
|
cannam@86
|
663 <p>
|
cannam@86
|
664 See <a class="el" href="group__flac__stream__encoder.html#ga28">FLAC__stream_encoder_set_do_escape_coding()</a>.
|
cannam@86
|
665 <p>
|
cannam@86
|
666 </td>
|
cannam@86
|
667 </tr>
|
cannam@86
|
668 </table>
|
cannam@86
|
669 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama19" doxytag="FLAC::Encoder::Stream::set_do_exhaustive_model_search"></a><p>
|
cannam@86
|
670 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
671 <tr>
|
cannam@86
|
672 <td class="mdRow">
|
cannam@86
|
673 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
674 <tr>
|
cannam@86
|
675 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_do_exhaustive_model_search </td>
|
cannam@86
|
676 <td class="md" valign="top">( </td>
|
cannam@86
|
677 <td class="md" nowrap valign="top">bool </td>
|
cannam@86
|
678 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
679 <td class="md" valign="top"> ) </td>
|
cannam@86
|
680 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
681 </tr>
|
cannam@86
|
682 </table>
|
cannam@86
|
683 </td>
|
cannam@86
|
684 </tr>
|
cannam@86
|
685 </table>
|
cannam@86
|
686 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
687 <tr>
|
cannam@86
|
688 <td>
|
cannam@86
|
689
|
cannam@86
|
690 </td>
|
cannam@86
|
691 <td>
|
cannam@86
|
692
|
cannam@86
|
693 <p>
|
cannam@86
|
694 See <a class="el" href="group__flac__stream__encoder.html#ga29">FLAC__stream_encoder_set_do_exhaustive_model_search()</a>.
|
cannam@86
|
695 <p>
|
cannam@86
|
696 </td>
|
cannam@86
|
697 </tr>
|
cannam@86
|
698 </table>
|
cannam@86
|
699 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama20" doxytag="FLAC::Encoder::Stream::set_min_residual_partition_order"></a><p>
|
cannam@86
|
700 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
701 <tr>
|
cannam@86
|
702 <td class="mdRow">
|
cannam@86
|
703 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
704 <tr>
|
cannam@86
|
705 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_min_residual_partition_order </td>
|
cannam@86
|
706 <td class="md" valign="top">( </td>
|
cannam@86
|
707 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
708 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
709 <td class="md" valign="top"> ) </td>
|
cannam@86
|
710 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
711 </tr>
|
cannam@86
|
712 </table>
|
cannam@86
|
713 </td>
|
cannam@86
|
714 </tr>
|
cannam@86
|
715 </table>
|
cannam@86
|
716 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
717 <tr>
|
cannam@86
|
718 <td>
|
cannam@86
|
719
|
cannam@86
|
720 </td>
|
cannam@86
|
721 <td>
|
cannam@86
|
722
|
cannam@86
|
723 <p>
|
cannam@86
|
724 See <a class="el" href="group__flac__stream__encoder.html#ga30">FLAC__stream_encoder_set_min_residual_partition_order()</a>.
|
cannam@86
|
725 <p>
|
cannam@86
|
726 </td>
|
cannam@86
|
727 </tr>
|
cannam@86
|
728 </table>
|
cannam@86
|
729 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama21" doxytag="FLAC::Encoder::Stream::set_max_residual_partition_order"></a><p>
|
cannam@86
|
730 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
731 <tr>
|
cannam@86
|
732 <td class="mdRow">
|
cannam@86
|
733 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
734 <tr>
|
cannam@86
|
735 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_max_residual_partition_order </td>
|
cannam@86
|
736 <td class="md" valign="top">( </td>
|
cannam@86
|
737 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
738 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
739 <td class="md" valign="top"> ) </td>
|
cannam@86
|
740 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
741 </tr>
|
cannam@86
|
742 </table>
|
cannam@86
|
743 </td>
|
cannam@86
|
744 </tr>
|
cannam@86
|
745 </table>
|
cannam@86
|
746 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
747 <tr>
|
cannam@86
|
748 <td>
|
cannam@86
|
749
|
cannam@86
|
750 </td>
|
cannam@86
|
751 <td>
|
cannam@86
|
752
|
cannam@86
|
753 <p>
|
cannam@86
|
754 See <a class="el" href="group__flac__stream__encoder.html#ga31">FLAC__stream_encoder_set_max_residual_partition_order()</a>.
|
cannam@86
|
755 <p>
|
cannam@86
|
756 </td>
|
cannam@86
|
757 </tr>
|
cannam@86
|
758 </table>
|
cannam@86
|
759 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama22" doxytag="FLAC::Encoder::Stream::set_rice_parameter_search_dist"></a><p>
|
cannam@86
|
760 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
761 <tr>
|
cannam@86
|
762 <td class="mdRow">
|
cannam@86
|
763 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
764 <tr>
|
cannam@86
|
765 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_rice_parameter_search_dist </td>
|
cannam@86
|
766 <td class="md" valign="top">( </td>
|
cannam@86
|
767 <td class="md" nowrap valign="top">unsigned </td>
|
cannam@86
|
768 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
769 <td class="md" valign="top"> ) </td>
|
cannam@86
|
770 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
771 </tr>
|
cannam@86
|
772 </table>
|
cannam@86
|
773 </td>
|
cannam@86
|
774 </tr>
|
cannam@86
|
775 </table>
|
cannam@86
|
776 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
777 <tr>
|
cannam@86
|
778 <td>
|
cannam@86
|
779
|
cannam@86
|
780 </td>
|
cannam@86
|
781 <td>
|
cannam@86
|
782
|
cannam@86
|
783 <p>
|
cannam@86
|
784 See <a class="el" href="group__flac__stream__encoder.html#ga32">FLAC__stream_encoder_set_rice_parameter_search_dist()</a>.
|
cannam@86
|
785 <p>
|
cannam@86
|
786 </td>
|
cannam@86
|
787 </tr>
|
cannam@86
|
788 </table>
|
cannam@86
|
789 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama23" doxytag="FLAC::Encoder::Stream::set_total_samples_estimate"></a><p>
|
cannam@86
|
790 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
791 <tr>
|
cannam@86
|
792 <td class="mdRow">
|
cannam@86
|
793 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
794 <tr>
|
cannam@86
|
795 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_total_samples_estimate </td>
|
cannam@86
|
796 <td class="md" valign="top">( </td>
|
cannam@86
|
797 <td class="md" nowrap valign="top">FLAC__uint64 </td>
|
cannam@86
|
798 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
|
cannam@86
|
799 <td class="md" valign="top"> ) </td>
|
cannam@86
|
800 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
801 </tr>
|
cannam@86
|
802 </table>
|
cannam@86
|
803 </td>
|
cannam@86
|
804 </tr>
|
cannam@86
|
805 </table>
|
cannam@86
|
806 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
807 <tr>
|
cannam@86
|
808 <td>
|
cannam@86
|
809
|
cannam@86
|
810 </td>
|
cannam@86
|
811 <td>
|
cannam@86
|
812
|
cannam@86
|
813 <p>
|
cannam@86
|
814 See <a class="el" href="group__flac__stream__encoder.html#ga33">FLAC__stream_encoder_set_total_samples_estimate()</a>.
|
cannam@86
|
815 <p>
|
cannam@86
|
816 </td>
|
cannam@86
|
817 </tr>
|
cannam@86
|
818 </table>
|
cannam@86
|
819 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama24" doxytag="FLAC::Encoder::Stream::set_metadata"></a><p>
|
cannam@86
|
820 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
821 <tr>
|
cannam@86
|
822 <td class="mdRow">
|
cannam@86
|
823 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
824 <tr>
|
cannam@86
|
825 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_metadata </td>
|
cannam@86
|
826 <td class="md" valign="top">( </td>
|
cannam@86
|
827 <td class="md" nowrap valign="top">::<a class="el" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> ** </td>
|
cannam@86
|
828 <td class="mdname" nowrap> <em>metadata</em>, </td>
|
cannam@86
|
829 </tr>
|
cannam@86
|
830 <tr>
|
cannam@86
|
831 <td class="md" nowrap align="right"></td>
|
cannam@86
|
832 <td class="md"></td>
|
cannam@86
|
833 <td class="md" nowrap>unsigned </td>
|
cannam@86
|
834 <td class="mdname" nowrap> <em>num_blocks</em></td>
|
cannam@86
|
835 </tr>
|
cannam@86
|
836 <tr>
|
cannam@86
|
837 <td class="md"></td>
|
cannam@86
|
838 <td class="md">) </td>
|
cannam@86
|
839 <td class="md" colspan="2"><code> [virtual]</code></td>
|
cannam@86
|
840 </tr>
|
cannam@86
|
841 </table>
|
cannam@86
|
842 </td>
|
cannam@86
|
843 </tr>
|
cannam@86
|
844 </table>
|
cannam@86
|
845 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
846 <tr>
|
cannam@86
|
847 <td>
|
cannam@86
|
848
|
cannam@86
|
849 </td>
|
cannam@86
|
850 <td>
|
cannam@86
|
851
|
cannam@86
|
852 <p>
|
cannam@86
|
853 See <a class="el" href="group__flac__stream__encoder.html#ga34">FLAC__stream_encoder_set_metadata()</a>.
|
cannam@86
|
854 <p>
|
cannam@86
|
855 </td>
|
cannam@86
|
856 </tr>
|
cannam@86
|
857 </table>
|
cannam@86
|
858 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama25" doxytag="FLAC::Encoder::Stream::set_metadata"></a><p>
|
cannam@86
|
859 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
860 <tr>
|
cannam@86
|
861 <td class="mdRow">
|
cannam@86
|
862 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
863 <tr>
|
cannam@86
|
864 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::set_metadata </td>
|
cannam@86
|
865 <td class="md" valign="top">( </td>
|
cannam@86
|
866 <td class="md" nowrap valign="top"><a class="el" href="classFLAC_1_1Metadata_1_1Prototype.html">FLAC::Metadata::Prototype</a> ** </td>
|
cannam@86
|
867 <td class="mdname" nowrap> <em>metadata</em>, </td>
|
cannam@86
|
868 </tr>
|
cannam@86
|
869 <tr>
|
cannam@86
|
870 <td class="md" nowrap align="right"></td>
|
cannam@86
|
871 <td class="md"></td>
|
cannam@86
|
872 <td class="md" nowrap>unsigned </td>
|
cannam@86
|
873 <td class="mdname" nowrap> <em>num_blocks</em></td>
|
cannam@86
|
874 </tr>
|
cannam@86
|
875 <tr>
|
cannam@86
|
876 <td class="md"></td>
|
cannam@86
|
877 <td class="md">) </td>
|
cannam@86
|
878 <td class="md" colspan="2"><code> [virtual]</code></td>
|
cannam@86
|
879 </tr>
|
cannam@86
|
880 </table>
|
cannam@86
|
881 </td>
|
cannam@86
|
882 </tr>
|
cannam@86
|
883 </table>
|
cannam@86
|
884 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
885 <tr>
|
cannam@86
|
886 <td>
|
cannam@86
|
887
|
cannam@86
|
888 </td>
|
cannam@86
|
889 <td>
|
cannam@86
|
890
|
cannam@86
|
891 <p>
|
cannam@86
|
892 See <a class="el" href="group__flac__stream__encoder.html#ga34">FLAC__stream_encoder_set_metadata()</a>.
|
cannam@86
|
893 <p>
|
cannam@86
|
894 </td>
|
cannam@86
|
895 </tr>
|
cannam@86
|
896 </table>
|
cannam@86
|
897 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama26" doxytag="FLAC::Encoder::Stream::get_state"></a><p>
|
cannam@86
|
898 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
899 <tr>
|
cannam@86
|
900 <td class="mdRow">
|
cannam@86
|
901 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
902 <tr>
|
cannam@86
|
903 <td class="md" nowrap valign="top"><a class="el" href="classFLAC_1_1Encoder_1_1Stream_1_1State.html">State</a> FLAC::Encoder::Stream::get_state </td>
|
cannam@86
|
904 <td class="md" valign="top">( </td>
|
cannam@86
|
905 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
906 <td class="md" valign="top"> ) </td>
|
cannam@86
|
907 <td class="md" nowrap> const</td>
|
cannam@86
|
908 </tr>
|
cannam@86
|
909 </table>
|
cannam@86
|
910 </td>
|
cannam@86
|
911 </tr>
|
cannam@86
|
912 </table>
|
cannam@86
|
913 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
914 <tr>
|
cannam@86
|
915 <td>
|
cannam@86
|
916
|
cannam@86
|
917 </td>
|
cannam@86
|
918 <td>
|
cannam@86
|
919
|
cannam@86
|
920 <p>
|
cannam@86
|
921 See <a class="el" href="group__flac__stream__encoder.html#ga35">FLAC__stream_encoder_get_state()</a>.
|
cannam@86
|
922 <p>
|
cannam@86
|
923 </td>
|
cannam@86
|
924 </tr>
|
cannam@86
|
925 </table>
|
cannam@86
|
926 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama27" doxytag="FLAC::Encoder::Stream::get_verify_decoder_state"></a><p>
|
cannam@86
|
927 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
928 <tr>
|
cannam@86
|
929 <td class="mdRow">
|
cannam@86
|
930 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
931 <tr>
|
cannam@86
|
932 <td class="md" nowrap valign="top">virtual <a class="el" href="classFLAC_1_1Decoder_1_1Stream_1_1State.html">Decoder::Stream::State</a> FLAC::Encoder::Stream::get_verify_decoder_state </td>
|
cannam@86
|
933 <td class="md" valign="top">( </td>
|
cannam@86
|
934 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
935 <td class="md" valign="top"> ) </td>
|
cannam@86
|
936 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
937 </tr>
|
cannam@86
|
938 </table>
|
cannam@86
|
939 </td>
|
cannam@86
|
940 </tr>
|
cannam@86
|
941 </table>
|
cannam@86
|
942 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
943 <tr>
|
cannam@86
|
944 <td>
|
cannam@86
|
945
|
cannam@86
|
946 </td>
|
cannam@86
|
947 <td>
|
cannam@86
|
948
|
cannam@86
|
949 <p>
|
cannam@86
|
950 See <a class="el" href="group__flac__stream__encoder.html#ga36">FLAC__stream_encoder_get_verify_decoder_state()</a>.
|
cannam@86
|
951 <p>
|
cannam@86
|
952 </td>
|
cannam@86
|
953 </tr>
|
cannam@86
|
954 </table>
|
cannam@86
|
955 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama28" doxytag="FLAC::Encoder::Stream::get_verify_decoder_error_stats"></a><p>
|
cannam@86
|
956 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
957 <tr>
|
cannam@86
|
958 <td class="mdRow">
|
cannam@86
|
959 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
960 <tr>
|
cannam@86
|
961 <td class="md" nowrap valign="top">virtual void FLAC::Encoder::Stream::get_verify_decoder_error_stats </td>
|
cannam@86
|
962 <td class="md" valign="top">( </td>
|
cannam@86
|
963 <td class="md" nowrap valign="top">FLAC__uint64 * </td>
|
cannam@86
|
964 <td class="mdname" nowrap> <em>absolute_sample</em>, </td>
|
cannam@86
|
965 </tr>
|
cannam@86
|
966 <tr>
|
cannam@86
|
967 <td class="md" nowrap align="right"></td>
|
cannam@86
|
968 <td class="md"></td>
|
cannam@86
|
969 <td class="md" nowrap>unsigned * </td>
|
cannam@86
|
970 <td class="mdname" nowrap> <em>frame_number</em>, </td>
|
cannam@86
|
971 </tr>
|
cannam@86
|
972 <tr>
|
cannam@86
|
973 <td class="md" nowrap align="right"></td>
|
cannam@86
|
974 <td class="md"></td>
|
cannam@86
|
975 <td class="md" nowrap>unsigned * </td>
|
cannam@86
|
976 <td class="mdname" nowrap> <em>channel</em>, </td>
|
cannam@86
|
977 </tr>
|
cannam@86
|
978 <tr>
|
cannam@86
|
979 <td class="md" nowrap align="right"></td>
|
cannam@86
|
980 <td class="md"></td>
|
cannam@86
|
981 <td class="md" nowrap>unsigned * </td>
|
cannam@86
|
982 <td class="mdname" nowrap> <em>sample</em>, </td>
|
cannam@86
|
983 </tr>
|
cannam@86
|
984 <tr>
|
cannam@86
|
985 <td class="md" nowrap align="right"></td>
|
cannam@86
|
986 <td class="md"></td>
|
cannam@86
|
987 <td class="md" nowrap>FLAC__int32 * </td>
|
cannam@86
|
988 <td class="mdname" nowrap> <em>expected</em>, </td>
|
cannam@86
|
989 </tr>
|
cannam@86
|
990 <tr>
|
cannam@86
|
991 <td class="md" nowrap align="right"></td>
|
cannam@86
|
992 <td class="md"></td>
|
cannam@86
|
993 <td class="md" nowrap>FLAC__int32 * </td>
|
cannam@86
|
994 <td class="mdname" nowrap> <em>got</em></td>
|
cannam@86
|
995 </tr>
|
cannam@86
|
996 <tr>
|
cannam@86
|
997 <td class="md"></td>
|
cannam@86
|
998 <td class="md">) </td>
|
cannam@86
|
999 <td class="md" colspan="2"><code> [virtual]</code></td>
|
cannam@86
|
1000 </tr>
|
cannam@86
|
1001 </table>
|
cannam@86
|
1002 </td>
|
cannam@86
|
1003 </tr>
|
cannam@86
|
1004 </table>
|
cannam@86
|
1005 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1006 <tr>
|
cannam@86
|
1007 <td>
|
cannam@86
|
1008
|
cannam@86
|
1009 </td>
|
cannam@86
|
1010 <td>
|
cannam@86
|
1011
|
cannam@86
|
1012 <p>
|
cannam@86
|
1013 See <a class="el" href="group__flac__stream__encoder.html#ga38">FLAC__stream_encoder_get_verify_decoder_error_stats()</a>.
|
cannam@86
|
1014 <p>
|
cannam@86
|
1015 </td>
|
cannam@86
|
1016 </tr>
|
cannam@86
|
1017 </table>
|
cannam@86
|
1018 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama29" doxytag="FLAC::Encoder::Stream::get_verify"></a><p>
|
cannam@86
|
1019 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1020 <tr>
|
cannam@86
|
1021 <td class="mdRow">
|
cannam@86
|
1022 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1023 <tr>
|
cannam@86
|
1024 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::get_verify </td>
|
cannam@86
|
1025 <td class="md" valign="top">( </td>
|
cannam@86
|
1026 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1027 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1028 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1029 </tr>
|
cannam@86
|
1030 </table>
|
cannam@86
|
1031 </td>
|
cannam@86
|
1032 </tr>
|
cannam@86
|
1033 </table>
|
cannam@86
|
1034 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1035 <tr>
|
cannam@86
|
1036 <td>
|
cannam@86
|
1037
|
cannam@86
|
1038 </td>
|
cannam@86
|
1039 <td>
|
cannam@86
|
1040
|
cannam@86
|
1041 <p>
|
cannam@86
|
1042 See <a class="el" href="group__flac__stream__encoder.html#ga39">FLAC__stream_encoder_get_verify()</a>.
|
cannam@86
|
1043 <p>
|
cannam@86
|
1044 </td>
|
cannam@86
|
1045 </tr>
|
cannam@86
|
1046 </table>
|
cannam@86
|
1047 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama30" doxytag="FLAC::Encoder::Stream::get_streamable_subset"></a><p>
|
cannam@86
|
1048 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1049 <tr>
|
cannam@86
|
1050 <td class="mdRow">
|
cannam@86
|
1051 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1052 <tr>
|
cannam@86
|
1053 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::get_streamable_subset </td>
|
cannam@86
|
1054 <td class="md" valign="top">( </td>
|
cannam@86
|
1055 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1056 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1057 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1058 </tr>
|
cannam@86
|
1059 </table>
|
cannam@86
|
1060 </td>
|
cannam@86
|
1061 </tr>
|
cannam@86
|
1062 </table>
|
cannam@86
|
1063 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1064 <tr>
|
cannam@86
|
1065 <td>
|
cannam@86
|
1066
|
cannam@86
|
1067 </td>
|
cannam@86
|
1068 <td>
|
cannam@86
|
1069
|
cannam@86
|
1070 <p>
|
cannam@86
|
1071 See <a class="el" href="group__flac__stream__encoder.html#ga40">FLAC__stream_encoder_get_streamable_subset()</a>.
|
cannam@86
|
1072 <p>
|
cannam@86
|
1073 </td>
|
cannam@86
|
1074 </tr>
|
cannam@86
|
1075 </table>
|
cannam@86
|
1076 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama31" doxytag="FLAC::Encoder::Stream::get_do_mid_side_stereo"></a><p>
|
cannam@86
|
1077 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1078 <tr>
|
cannam@86
|
1079 <td class="mdRow">
|
cannam@86
|
1080 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1081 <tr>
|
cannam@86
|
1082 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::get_do_mid_side_stereo </td>
|
cannam@86
|
1083 <td class="md" valign="top">( </td>
|
cannam@86
|
1084 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1085 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1086 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1087 </tr>
|
cannam@86
|
1088 </table>
|
cannam@86
|
1089 </td>
|
cannam@86
|
1090 </tr>
|
cannam@86
|
1091 </table>
|
cannam@86
|
1092 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1093 <tr>
|
cannam@86
|
1094 <td>
|
cannam@86
|
1095
|
cannam@86
|
1096 </td>
|
cannam@86
|
1097 <td>
|
cannam@86
|
1098
|
cannam@86
|
1099 <p>
|
cannam@86
|
1100 See <a class="el" href="group__flac__stream__encoder.html#ga45">FLAC__stream_encoder_get_do_mid_side_stereo()</a>.
|
cannam@86
|
1101 <p>
|
cannam@86
|
1102 </td>
|
cannam@86
|
1103 </tr>
|
cannam@86
|
1104 </table>
|
cannam@86
|
1105 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama32" doxytag="FLAC::Encoder::Stream::get_loose_mid_side_stereo"></a><p>
|
cannam@86
|
1106 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1107 <tr>
|
cannam@86
|
1108 <td class="mdRow">
|
cannam@86
|
1109 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1110 <tr>
|
cannam@86
|
1111 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::get_loose_mid_side_stereo </td>
|
cannam@86
|
1112 <td class="md" valign="top">( </td>
|
cannam@86
|
1113 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1114 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1115 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1116 </tr>
|
cannam@86
|
1117 </table>
|
cannam@86
|
1118 </td>
|
cannam@86
|
1119 </tr>
|
cannam@86
|
1120 </table>
|
cannam@86
|
1121 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1122 <tr>
|
cannam@86
|
1123 <td>
|
cannam@86
|
1124
|
cannam@86
|
1125 </td>
|
cannam@86
|
1126 <td>
|
cannam@86
|
1127
|
cannam@86
|
1128 <p>
|
cannam@86
|
1129 See <a class="el" href="group__flac__stream__encoder.html#ga46">FLAC__stream_encoder_get_loose_mid_side_stereo()</a>.
|
cannam@86
|
1130 <p>
|
cannam@86
|
1131 </td>
|
cannam@86
|
1132 </tr>
|
cannam@86
|
1133 </table>
|
cannam@86
|
1134 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama33" doxytag="FLAC::Encoder::Stream::get_channels"></a><p>
|
cannam@86
|
1135 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1136 <tr>
|
cannam@86
|
1137 <td class="mdRow">
|
cannam@86
|
1138 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1139 <tr>
|
cannam@86
|
1140 <td class="md" nowrap valign="top">virtual unsigned FLAC::Encoder::Stream::get_channels </td>
|
cannam@86
|
1141 <td class="md" valign="top">( </td>
|
cannam@86
|
1142 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1143 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1144 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1145 </tr>
|
cannam@86
|
1146 </table>
|
cannam@86
|
1147 </td>
|
cannam@86
|
1148 </tr>
|
cannam@86
|
1149 </table>
|
cannam@86
|
1150 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1151 <tr>
|
cannam@86
|
1152 <td>
|
cannam@86
|
1153
|
cannam@86
|
1154 </td>
|
cannam@86
|
1155 <td>
|
cannam@86
|
1156
|
cannam@86
|
1157 <p>
|
cannam@86
|
1158 See <a class="el" href="group__flac__stream__encoder.html#ga41">FLAC__stream_encoder_get_channels()</a>.
|
cannam@86
|
1159 <p>
|
cannam@86
|
1160 </td>
|
cannam@86
|
1161 </tr>
|
cannam@86
|
1162 </table>
|
cannam@86
|
1163 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama34" doxytag="FLAC::Encoder::Stream::get_bits_per_sample"></a><p>
|
cannam@86
|
1164 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1165 <tr>
|
cannam@86
|
1166 <td class="mdRow">
|
cannam@86
|
1167 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1168 <tr>
|
cannam@86
|
1169 <td class="md" nowrap valign="top">virtual unsigned FLAC::Encoder::Stream::get_bits_per_sample </td>
|
cannam@86
|
1170 <td class="md" valign="top">( </td>
|
cannam@86
|
1171 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1172 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1173 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1174 </tr>
|
cannam@86
|
1175 </table>
|
cannam@86
|
1176 </td>
|
cannam@86
|
1177 </tr>
|
cannam@86
|
1178 </table>
|
cannam@86
|
1179 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1180 <tr>
|
cannam@86
|
1181 <td>
|
cannam@86
|
1182
|
cannam@86
|
1183 </td>
|
cannam@86
|
1184 <td>
|
cannam@86
|
1185
|
cannam@86
|
1186 <p>
|
cannam@86
|
1187 See <a class="el" href="group__flac__stream__encoder.html#ga42">FLAC__stream_encoder_get_bits_per_sample()</a>.
|
cannam@86
|
1188 <p>
|
cannam@86
|
1189 </td>
|
cannam@86
|
1190 </tr>
|
cannam@86
|
1191 </table>
|
cannam@86
|
1192 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama35" doxytag="FLAC::Encoder::Stream::get_sample_rate"></a><p>
|
cannam@86
|
1193 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1194 <tr>
|
cannam@86
|
1195 <td class="mdRow">
|
cannam@86
|
1196 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1197 <tr>
|
cannam@86
|
1198 <td class="md" nowrap valign="top">virtual unsigned FLAC::Encoder::Stream::get_sample_rate </td>
|
cannam@86
|
1199 <td class="md" valign="top">( </td>
|
cannam@86
|
1200 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1201 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1202 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1203 </tr>
|
cannam@86
|
1204 </table>
|
cannam@86
|
1205 </td>
|
cannam@86
|
1206 </tr>
|
cannam@86
|
1207 </table>
|
cannam@86
|
1208 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1209 <tr>
|
cannam@86
|
1210 <td>
|
cannam@86
|
1211
|
cannam@86
|
1212 </td>
|
cannam@86
|
1213 <td>
|
cannam@86
|
1214
|
cannam@86
|
1215 <p>
|
cannam@86
|
1216 See <a class="el" href="group__flac__stream__encoder.html#ga43">FLAC__stream_encoder_get_sample_rate()</a>.
|
cannam@86
|
1217 <p>
|
cannam@86
|
1218 </td>
|
cannam@86
|
1219 </tr>
|
cannam@86
|
1220 </table>
|
cannam@86
|
1221 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama36" doxytag="FLAC::Encoder::Stream::get_blocksize"></a><p>
|
cannam@86
|
1222 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1223 <tr>
|
cannam@86
|
1224 <td class="mdRow">
|
cannam@86
|
1225 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1226 <tr>
|
cannam@86
|
1227 <td class="md" nowrap valign="top">virtual unsigned FLAC::Encoder::Stream::get_blocksize </td>
|
cannam@86
|
1228 <td class="md" valign="top">( </td>
|
cannam@86
|
1229 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1230 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1231 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1232 </tr>
|
cannam@86
|
1233 </table>
|
cannam@86
|
1234 </td>
|
cannam@86
|
1235 </tr>
|
cannam@86
|
1236 </table>
|
cannam@86
|
1237 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1238 <tr>
|
cannam@86
|
1239 <td>
|
cannam@86
|
1240
|
cannam@86
|
1241 </td>
|
cannam@86
|
1242 <td>
|
cannam@86
|
1243
|
cannam@86
|
1244 <p>
|
cannam@86
|
1245 See <a class="el" href="group__flac__stream__encoder.html#ga44">FLAC__stream_encoder_get_blocksize()</a>.
|
cannam@86
|
1246 <p>
|
cannam@86
|
1247 </td>
|
cannam@86
|
1248 </tr>
|
cannam@86
|
1249 </table>
|
cannam@86
|
1250 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama37" doxytag="FLAC::Encoder::Stream::get_max_lpc_order"></a><p>
|
cannam@86
|
1251 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1252 <tr>
|
cannam@86
|
1253 <td class="mdRow">
|
cannam@86
|
1254 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1255 <tr>
|
cannam@86
|
1256 <td class="md" nowrap valign="top">virtual unsigned FLAC::Encoder::Stream::get_max_lpc_order </td>
|
cannam@86
|
1257 <td class="md" valign="top">( </td>
|
cannam@86
|
1258 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1259 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1260 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1261 </tr>
|
cannam@86
|
1262 </table>
|
cannam@86
|
1263 </td>
|
cannam@86
|
1264 </tr>
|
cannam@86
|
1265 </table>
|
cannam@86
|
1266 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1267 <tr>
|
cannam@86
|
1268 <td>
|
cannam@86
|
1269
|
cannam@86
|
1270 </td>
|
cannam@86
|
1271 <td>
|
cannam@86
|
1272
|
cannam@86
|
1273 <p>
|
cannam@86
|
1274 See <a class="el" href="group__flac__stream__encoder.html#ga47">FLAC__stream_encoder_get_max_lpc_order()</a>.
|
cannam@86
|
1275 <p>
|
cannam@86
|
1276 </td>
|
cannam@86
|
1277 </tr>
|
cannam@86
|
1278 </table>
|
cannam@86
|
1279 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama38" doxytag="FLAC::Encoder::Stream::get_qlp_coeff_precision"></a><p>
|
cannam@86
|
1280 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1281 <tr>
|
cannam@86
|
1282 <td class="mdRow">
|
cannam@86
|
1283 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1284 <tr>
|
cannam@86
|
1285 <td class="md" nowrap valign="top">virtual unsigned FLAC::Encoder::Stream::get_qlp_coeff_precision </td>
|
cannam@86
|
1286 <td class="md" valign="top">( </td>
|
cannam@86
|
1287 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1288 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1289 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1290 </tr>
|
cannam@86
|
1291 </table>
|
cannam@86
|
1292 </td>
|
cannam@86
|
1293 </tr>
|
cannam@86
|
1294 </table>
|
cannam@86
|
1295 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1296 <tr>
|
cannam@86
|
1297 <td>
|
cannam@86
|
1298
|
cannam@86
|
1299 </td>
|
cannam@86
|
1300 <td>
|
cannam@86
|
1301
|
cannam@86
|
1302 <p>
|
cannam@86
|
1303 See <a class="el" href="group__flac__stream__encoder.html#ga48">FLAC__stream_encoder_get_qlp_coeff_precision()</a>.
|
cannam@86
|
1304 <p>
|
cannam@86
|
1305 </td>
|
cannam@86
|
1306 </tr>
|
cannam@86
|
1307 </table>
|
cannam@86
|
1308 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama39" doxytag="FLAC::Encoder::Stream::get_do_qlp_coeff_prec_search"></a><p>
|
cannam@86
|
1309 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1310 <tr>
|
cannam@86
|
1311 <td class="mdRow">
|
cannam@86
|
1312 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1313 <tr>
|
cannam@86
|
1314 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::get_do_qlp_coeff_prec_search </td>
|
cannam@86
|
1315 <td class="md" valign="top">( </td>
|
cannam@86
|
1316 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1317 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1318 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1319 </tr>
|
cannam@86
|
1320 </table>
|
cannam@86
|
1321 </td>
|
cannam@86
|
1322 </tr>
|
cannam@86
|
1323 </table>
|
cannam@86
|
1324 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1325 <tr>
|
cannam@86
|
1326 <td>
|
cannam@86
|
1327
|
cannam@86
|
1328 </td>
|
cannam@86
|
1329 <td>
|
cannam@86
|
1330
|
cannam@86
|
1331 <p>
|
cannam@86
|
1332 See <a class="el" href="group__flac__stream__encoder.html#ga49">FLAC__stream_encoder_get_do_qlp_coeff_prec_search()</a>.
|
cannam@86
|
1333 <p>
|
cannam@86
|
1334 </td>
|
cannam@86
|
1335 </tr>
|
cannam@86
|
1336 </table>
|
cannam@86
|
1337 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama40" doxytag="FLAC::Encoder::Stream::get_do_escape_coding"></a><p>
|
cannam@86
|
1338 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1339 <tr>
|
cannam@86
|
1340 <td class="mdRow">
|
cannam@86
|
1341 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1342 <tr>
|
cannam@86
|
1343 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::get_do_escape_coding </td>
|
cannam@86
|
1344 <td class="md" valign="top">( </td>
|
cannam@86
|
1345 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1346 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1347 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1348 </tr>
|
cannam@86
|
1349 </table>
|
cannam@86
|
1350 </td>
|
cannam@86
|
1351 </tr>
|
cannam@86
|
1352 </table>
|
cannam@86
|
1353 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1354 <tr>
|
cannam@86
|
1355 <td>
|
cannam@86
|
1356
|
cannam@86
|
1357 </td>
|
cannam@86
|
1358 <td>
|
cannam@86
|
1359
|
cannam@86
|
1360 <p>
|
cannam@86
|
1361 See <a class="el" href="group__flac__stream__encoder.html#ga50">FLAC__stream_encoder_get_do_escape_coding()</a>.
|
cannam@86
|
1362 <p>
|
cannam@86
|
1363 </td>
|
cannam@86
|
1364 </tr>
|
cannam@86
|
1365 </table>
|
cannam@86
|
1366 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama41" doxytag="FLAC::Encoder::Stream::get_do_exhaustive_model_search"></a><p>
|
cannam@86
|
1367 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1368 <tr>
|
cannam@86
|
1369 <td class="mdRow">
|
cannam@86
|
1370 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1371 <tr>
|
cannam@86
|
1372 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::get_do_exhaustive_model_search </td>
|
cannam@86
|
1373 <td class="md" valign="top">( </td>
|
cannam@86
|
1374 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1375 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1376 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1377 </tr>
|
cannam@86
|
1378 </table>
|
cannam@86
|
1379 </td>
|
cannam@86
|
1380 </tr>
|
cannam@86
|
1381 </table>
|
cannam@86
|
1382 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1383 <tr>
|
cannam@86
|
1384 <td>
|
cannam@86
|
1385
|
cannam@86
|
1386 </td>
|
cannam@86
|
1387 <td>
|
cannam@86
|
1388
|
cannam@86
|
1389 <p>
|
cannam@86
|
1390 See <a class="el" href="group__flac__stream__encoder.html#ga51">FLAC__stream_encoder_get_do_exhaustive_model_search()</a>.
|
cannam@86
|
1391 <p>
|
cannam@86
|
1392 </td>
|
cannam@86
|
1393 </tr>
|
cannam@86
|
1394 </table>
|
cannam@86
|
1395 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama42" doxytag="FLAC::Encoder::Stream::get_min_residual_partition_order"></a><p>
|
cannam@86
|
1396 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1397 <tr>
|
cannam@86
|
1398 <td class="mdRow">
|
cannam@86
|
1399 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1400 <tr>
|
cannam@86
|
1401 <td class="md" nowrap valign="top">virtual unsigned FLAC::Encoder::Stream::get_min_residual_partition_order </td>
|
cannam@86
|
1402 <td class="md" valign="top">( </td>
|
cannam@86
|
1403 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1404 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1405 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1406 </tr>
|
cannam@86
|
1407 </table>
|
cannam@86
|
1408 </td>
|
cannam@86
|
1409 </tr>
|
cannam@86
|
1410 </table>
|
cannam@86
|
1411 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1412 <tr>
|
cannam@86
|
1413 <td>
|
cannam@86
|
1414
|
cannam@86
|
1415 </td>
|
cannam@86
|
1416 <td>
|
cannam@86
|
1417
|
cannam@86
|
1418 <p>
|
cannam@86
|
1419 See <a class="el" href="group__flac__stream__encoder.html#ga52">FLAC__stream_encoder_get_min_residual_partition_order()</a>.
|
cannam@86
|
1420 <p>
|
cannam@86
|
1421 </td>
|
cannam@86
|
1422 </tr>
|
cannam@86
|
1423 </table>
|
cannam@86
|
1424 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama43" doxytag="FLAC::Encoder::Stream::get_max_residual_partition_order"></a><p>
|
cannam@86
|
1425 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1426 <tr>
|
cannam@86
|
1427 <td class="mdRow">
|
cannam@86
|
1428 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1429 <tr>
|
cannam@86
|
1430 <td class="md" nowrap valign="top">virtual unsigned FLAC::Encoder::Stream::get_max_residual_partition_order </td>
|
cannam@86
|
1431 <td class="md" valign="top">( </td>
|
cannam@86
|
1432 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1433 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1434 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1435 </tr>
|
cannam@86
|
1436 </table>
|
cannam@86
|
1437 </td>
|
cannam@86
|
1438 </tr>
|
cannam@86
|
1439 </table>
|
cannam@86
|
1440 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1441 <tr>
|
cannam@86
|
1442 <td>
|
cannam@86
|
1443
|
cannam@86
|
1444 </td>
|
cannam@86
|
1445 <td>
|
cannam@86
|
1446
|
cannam@86
|
1447 <p>
|
cannam@86
|
1448 See <a class="el" href="group__flac__stream__encoder.html#ga53">FLAC__stream_encoder_get_max_residual_partition_order()</a>.
|
cannam@86
|
1449 <p>
|
cannam@86
|
1450 </td>
|
cannam@86
|
1451 </tr>
|
cannam@86
|
1452 </table>
|
cannam@86
|
1453 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama44" doxytag="FLAC::Encoder::Stream::get_rice_parameter_search_dist"></a><p>
|
cannam@86
|
1454 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1455 <tr>
|
cannam@86
|
1456 <td class="mdRow">
|
cannam@86
|
1457 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1458 <tr>
|
cannam@86
|
1459 <td class="md" nowrap valign="top">virtual unsigned FLAC::Encoder::Stream::get_rice_parameter_search_dist </td>
|
cannam@86
|
1460 <td class="md" valign="top">( </td>
|
cannam@86
|
1461 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1462 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1463 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1464 </tr>
|
cannam@86
|
1465 </table>
|
cannam@86
|
1466 </td>
|
cannam@86
|
1467 </tr>
|
cannam@86
|
1468 </table>
|
cannam@86
|
1469 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1470 <tr>
|
cannam@86
|
1471 <td>
|
cannam@86
|
1472
|
cannam@86
|
1473 </td>
|
cannam@86
|
1474 <td>
|
cannam@86
|
1475
|
cannam@86
|
1476 <p>
|
cannam@86
|
1477 See <a class="el" href="group__flac__stream__encoder.html#ga54">FLAC__stream_encoder_get_rice_parameter_search_dist()</a>.
|
cannam@86
|
1478 <p>
|
cannam@86
|
1479 </td>
|
cannam@86
|
1480 </tr>
|
cannam@86
|
1481 </table>
|
cannam@86
|
1482 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama45" doxytag="FLAC::Encoder::Stream::get_total_samples_estimate"></a><p>
|
cannam@86
|
1483 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1484 <tr>
|
cannam@86
|
1485 <td class="mdRow">
|
cannam@86
|
1486 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1487 <tr>
|
cannam@86
|
1488 <td class="md" nowrap valign="top">virtual FLAC__uint64 FLAC::Encoder::Stream::get_total_samples_estimate </td>
|
cannam@86
|
1489 <td class="md" valign="top">( </td>
|
cannam@86
|
1490 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1491 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1492 <td class="md" nowrap> const<code> [virtual]</code></td>
|
cannam@86
|
1493 </tr>
|
cannam@86
|
1494 </table>
|
cannam@86
|
1495 </td>
|
cannam@86
|
1496 </tr>
|
cannam@86
|
1497 </table>
|
cannam@86
|
1498 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1499 <tr>
|
cannam@86
|
1500 <td>
|
cannam@86
|
1501
|
cannam@86
|
1502 </td>
|
cannam@86
|
1503 <td>
|
cannam@86
|
1504
|
cannam@86
|
1505 <p>
|
cannam@86
|
1506 See <a class="el" href="group__flac__stream__encoder.html#ga55">FLAC__stream_encoder_get_total_samples_estimate()</a>.
|
cannam@86
|
1507 <p>
|
cannam@86
|
1508 </td>
|
cannam@86
|
1509 </tr>
|
cannam@86
|
1510 </table>
|
cannam@86
|
1511 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama46" doxytag="FLAC::Encoder::Stream::init"></a><p>
|
cannam@86
|
1512 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1513 <tr>
|
cannam@86
|
1514 <td class="mdRow">
|
cannam@86
|
1515 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1516 <tr>
|
cannam@86
|
1517 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga66">FLAC__StreamEncoderInitStatus</a> FLAC::Encoder::Stream::init </td>
|
cannam@86
|
1518 <td class="md" valign="top">( </td>
|
cannam@86
|
1519 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1520 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1521 <td class="md" nowrap></td>
|
cannam@86
|
1522 </tr>
|
cannam@86
|
1523 </table>
|
cannam@86
|
1524 </td>
|
cannam@86
|
1525 </tr>
|
cannam@86
|
1526 </table>
|
cannam@86
|
1527 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1528 <tr>
|
cannam@86
|
1529 <td>
|
cannam@86
|
1530
|
cannam@86
|
1531 </td>
|
cannam@86
|
1532 <td>
|
cannam@86
|
1533
|
cannam@86
|
1534 <p>
|
cannam@86
|
1535 See <a class="el" href="group__flac__stream__encoder.html#ga56">FLAC__stream_encoder_init_stream()</a>.
|
cannam@86
|
1536 <p>
|
cannam@86
|
1537 </td>
|
cannam@86
|
1538 </tr>
|
cannam@86
|
1539 </table>
|
cannam@86
|
1540 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama47" doxytag="FLAC::Encoder::Stream::init_ogg"></a><p>
|
cannam@86
|
1541 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1542 <tr>
|
cannam@86
|
1543 <td class="mdRow">
|
cannam@86
|
1544 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1545 <tr>
|
cannam@86
|
1546 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga66">FLAC__StreamEncoderInitStatus</a> FLAC::Encoder::Stream::init_ogg </td>
|
cannam@86
|
1547 <td class="md" valign="top">( </td>
|
cannam@86
|
1548 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1549 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1550 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
1551 </tr>
|
cannam@86
|
1552 </table>
|
cannam@86
|
1553 </td>
|
cannam@86
|
1554 </tr>
|
cannam@86
|
1555 </table>
|
cannam@86
|
1556 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1557 <tr>
|
cannam@86
|
1558 <td>
|
cannam@86
|
1559
|
cannam@86
|
1560 </td>
|
cannam@86
|
1561 <td>
|
cannam@86
|
1562
|
cannam@86
|
1563 <p>
|
cannam@86
|
1564 See <a class="el" href="group__flac__stream__encoder.html#ga57">FLAC__stream_encoder_init_ogg_stream()</a>.
|
cannam@86
|
1565 <p>
|
cannam@86
|
1566 </td>
|
cannam@86
|
1567 </tr>
|
cannam@86
|
1568 </table>
|
cannam@86
|
1569 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama48" doxytag="FLAC::Encoder::Stream::finish"></a><p>
|
cannam@86
|
1570 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1571 <tr>
|
cannam@86
|
1572 <td class="mdRow">
|
cannam@86
|
1573 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1574 <tr>
|
cannam@86
|
1575 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::finish </td>
|
cannam@86
|
1576 <td class="md" valign="top">( </td>
|
cannam@86
|
1577 <td class="mdname1" valign="top" nowrap> </td>
|
cannam@86
|
1578 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1579 <td class="md" nowrap><code> [virtual]</code></td>
|
cannam@86
|
1580 </tr>
|
cannam@86
|
1581 </table>
|
cannam@86
|
1582 </td>
|
cannam@86
|
1583 </tr>
|
cannam@86
|
1584 </table>
|
cannam@86
|
1585 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1586 <tr>
|
cannam@86
|
1587 <td>
|
cannam@86
|
1588
|
cannam@86
|
1589 </td>
|
cannam@86
|
1590 <td>
|
cannam@86
|
1591
|
cannam@86
|
1592 <p>
|
cannam@86
|
1593 See <a class="el" href="group__flac__stream__encoder.html#ga62">FLAC__stream_encoder_finish()</a>.
|
cannam@86
|
1594 <p>
|
cannam@86
|
1595 </td>
|
cannam@86
|
1596 </tr>
|
cannam@86
|
1597 </table>
|
cannam@86
|
1598 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama49" doxytag="FLAC::Encoder::Stream::process"></a><p>
|
cannam@86
|
1599 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1600 <tr>
|
cannam@86
|
1601 <td class="mdRow">
|
cannam@86
|
1602 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1603 <tr>
|
cannam@86
|
1604 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::process </td>
|
cannam@86
|
1605 <td class="md" valign="top">( </td>
|
cannam@86
|
1606 <td class="md" nowrap valign="top">const FLAC__int32 *const </td>
|
cannam@86
|
1607 <td class="mdname" nowrap> <em>buffer</em>[], </td>
|
cannam@86
|
1608 </tr>
|
cannam@86
|
1609 <tr>
|
cannam@86
|
1610 <td class="md" nowrap align="right"></td>
|
cannam@86
|
1611 <td class="md"></td>
|
cannam@86
|
1612 <td class="md" nowrap>unsigned </td>
|
cannam@86
|
1613 <td class="mdname" nowrap> <em>samples</em></td>
|
cannam@86
|
1614 </tr>
|
cannam@86
|
1615 <tr>
|
cannam@86
|
1616 <td class="md"></td>
|
cannam@86
|
1617 <td class="md">) </td>
|
cannam@86
|
1618 <td class="md" colspan="2"><code> [virtual]</code></td>
|
cannam@86
|
1619 </tr>
|
cannam@86
|
1620 </table>
|
cannam@86
|
1621 </td>
|
cannam@86
|
1622 </tr>
|
cannam@86
|
1623 </table>
|
cannam@86
|
1624 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1625 <tr>
|
cannam@86
|
1626 <td>
|
cannam@86
|
1627
|
cannam@86
|
1628 </td>
|
cannam@86
|
1629 <td>
|
cannam@86
|
1630
|
cannam@86
|
1631 <p>
|
cannam@86
|
1632 See <a class="el" href="group__flac__stream__encoder.html#ga63">FLAC__stream_encoder_process()</a>.
|
cannam@86
|
1633 <p>
|
cannam@86
|
1634 </td>
|
cannam@86
|
1635 </tr>
|
cannam@86
|
1636 </table>
|
cannam@86
|
1637 <a class="anchor" name="FLAC_1_1Encoder_1_1Streama50" doxytag="FLAC::Encoder::Stream::process_interleaved"></a><p>
|
cannam@86
|
1638 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1639 <tr>
|
cannam@86
|
1640 <td class="mdRow">
|
cannam@86
|
1641 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1642 <tr>
|
cannam@86
|
1643 <td class="md" nowrap valign="top">virtual bool FLAC::Encoder::Stream::process_interleaved </td>
|
cannam@86
|
1644 <td class="md" valign="top">( </td>
|
cannam@86
|
1645 <td class="md" nowrap valign="top">const FLAC__int32 </td>
|
cannam@86
|
1646 <td class="mdname" nowrap> <em>buffer</em>[], </td>
|
cannam@86
|
1647 </tr>
|
cannam@86
|
1648 <tr>
|
cannam@86
|
1649 <td class="md" nowrap align="right"></td>
|
cannam@86
|
1650 <td class="md"></td>
|
cannam@86
|
1651 <td class="md" nowrap>unsigned </td>
|
cannam@86
|
1652 <td class="mdname" nowrap> <em>samples</em></td>
|
cannam@86
|
1653 </tr>
|
cannam@86
|
1654 <tr>
|
cannam@86
|
1655 <td class="md"></td>
|
cannam@86
|
1656 <td class="md">) </td>
|
cannam@86
|
1657 <td class="md" colspan="2"><code> [virtual]</code></td>
|
cannam@86
|
1658 </tr>
|
cannam@86
|
1659 </table>
|
cannam@86
|
1660 </td>
|
cannam@86
|
1661 </tr>
|
cannam@86
|
1662 </table>
|
cannam@86
|
1663 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1664 <tr>
|
cannam@86
|
1665 <td>
|
cannam@86
|
1666
|
cannam@86
|
1667 </td>
|
cannam@86
|
1668 <td>
|
cannam@86
|
1669
|
cannam@86
|
1670 <p>
|
cannam@86
|
1671 See <a class="el" href="group__flac__stream__encoder.html#ga64">FLAC__stream_encoder_process_interleaved()</a>.
|
cannam@86
|
1672 <p>
|
cannam@86
|
1673 </td>
|
cannam@86
|
1674 </tr>
|
cannam@86
|
1675 </table>
|
cannam@86
|
1676 <a class="anchor" name="FLAC_1_1Encoder_1_1Streamb0" doxytag="FLAC::Encoder::Stream::read_callback"></a><p>
|
cannam@86
|
1677 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1678 <tr>
|
cannam@86
|
1679 <td class="mdRow">
|
cannam@86
|
1680 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1681 <tr>
|
cannam@86
|
1682 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga67">FLAC__StreamEncoderReadStatus</a> FLAC::Encoder::Stream::read_callback </td>
|
cannam@86
|
1683 <td class="md" valign="top">( </td>
|
cannam@86
|
1684 <td class="md" nowrap valign="top">FLAC__byte </td>
|
cannam@86
|
1685 <td class="mdname" nowrap> <em>buffer</em>[], </td>
|
cannam@86
|
1686 </tr>
|
cannam@86
|
1687 <tr>
|
cannam@86
|
1688 <td class="md" nowrap align="right"></td>
|
cannam@86
|
1689 <td class="md"></td>
|
cannam@86
|
1690 <td class="md" nowrap>size_t * </td>
|
cannam@86
|
1691 <td class="mdname" nowrap> <em>bytes</em></td>
|
cannam@86
|
1692 </tr>
|
cannam@86
|
1693 <tr>
|
cannam@86
|
1694 <td class="md"></td>
|
cannam@86
|
1695 <td class="md">) </td>
|
cannam@86
|
1696 <td class="md" colspan="2"><code> [protected, virtual]</code></td>
|
cannam@86
|
1697 </tr>
|
cannam@86
|
1698 </table>
|
cannam@86
|
1699 </td>
|
cannam@86
|
1700 </tr>
|
cannam@86
|
1701 </table>
|
cannam@86
|
1702 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1703 <tr>
|
cannam@86
|
1704 <td>
|
cannam@86
|
1705
|
cannam@86
|
1706 </td>
|
cannam@86
|
1707 <td>
|
cannam@86
|
1708
|
cannam@86
|
1709 <p>
|
cannam@86
|
1710 See FLAC__StreamEncoderReadCallback.
|
cannam@86
|
1711 <p>
|
cannam@86
|
1712 </td>
|
cannam@86
|
1713 </tr>
|
cannam@86
|
1714 </table>
|
cannam@86
|
1715 <a class="anchor" name="FLAC_1_1Encoder_1_1Streamb1" doxytag="FLAC::Encoder::Stream::write_callback"></a><p>
|
cannam@86
|
1716 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1717 <tr>
|
cannam@86
|
1718 <td class="mdRow">
|
cannam@86
|
1719 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1720 <tr>
|
cannam@86
|
1721 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga68">FLAC__StreamEncoderWriteStatus</a> FLAC::Encoder::Stream::write_callback </td>
|
cannam@86
|
1722 <td class="md" valign="top">( </td>
|
cannam@86
|
1723 <td class="md" nowrap valign="top">const FLAC__byte </td>
|
cannam@86
|
1724 <td class="mdname" nowrap> <em>buffer</em>[], </td>
|
cannam@86
|
1725 </tr>
|
cannam@86
|
1726 <tr>
|
cannam@86
|
1727 <td class="md" nowrap align="right"></td>
|
cannam@86
|
1728 <td class="md"></td>
|
cannam@86
|
1729 <td class="md" nowrap>size_t </td>
|
cannam@86
|
1730 <td class="mdname" nowrap> <em>bytes</em>, </td>
|
cannam@86
|
1731 </tr>
|
cannam@86
|
1732 <tr>
|
cannam@86
|
1733 <td class="md" nowrap align="right"></td>
|
cannam@86
|
1734 <td class="md"></td>
|
cannam@86
|
1735 <td class="md" nowrap>unsigned </td>
|
cannam@86
|
1736 <td class="mdname" nowrap> <em>samples</em>, </td>
|
cannam@86
|
1737 </tr>
|
cannam@86
|
1738 <tr>
|
cannam@86
|
1739 <td class="md" nowrap align="right"></td>
|
cannam@86
|
1740 <td class="md"></td>
|
cannam@86
|
1741 <td class="md" nowrap>unsigned </td>
|
cannam@86
|
1742 <td class="mdname" nowrap> <em>current_frame</em></td>
|
cannam@86
|
1743 </tr>
|
cannam@86
|
1744 <tr>
|
cannam@86
|
1745 <td class="md"></td>
|
cannam@86
|
1746 <td class="md">) </td>
|
cannam@86
|
1747 <td class="md" colspan="2"><code> [protected, pure virtual]</code></td>
|
cannam@86
|
1748 </tr>
|
cannam@86
|
1749 </table>
|
cannam@86
|
1750 </td>
|
cannam@86
|
1751 </tr>
|
cannam@86
|
1752 </table>
|
cannam@86
|
1753 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1754 <tr>
|
cannam@86
|
1755 <td>
|
cannam@86
|
1756
|
cannam@86
|
1757 </td>
|
cannam@86
|
1758 <td>
|
cannam@86
|
1759
|
cannam@86
|
1760 <p>
|
cannam@86
|
1761 See FLAC__StreamEncoderWriteCallback.
|
cannam@86
|
1762 <p>
|
cannam@86
|
1763
|
cannam@86
|
1764 <p>
|
cannam@86
|
1765 Implemented in <a class="el" href="classFLAC_1_1Encoder_1_1File.html#FLAC_1_1Encoder_1_1Fileb1">FLAC::Encoder::File</a>. </td>
|
cannam@86
|
1766 </tr>
|
cannam@86
|
1767 </table>
|
cannam@86
|
1768 <a class="anchor" name="FLAC_1_1Encoder_1_1Streamb2" doxytag="FLAC::Encoder::Stream::seek_callback"></a><p>
|
cannam@86
|
1769 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1770 <tr>
|
cannam@86
|
1771 <td class="mdRow">
|
cannam@86
|
1772 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1773 <tr>
|
cannam@86
|
1774 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga69">FLAC__StreamEncoderSeekStatus</a> FLAC::Encoder::Stream::seek_callback </td>
|
cannam@86
|
1775 <td class="md" valign="top">( </td>
|
cannam@86
|
1776 <td class="md" nowrap valign="top">FLAC__uint64 </td>
|
cannam@86
|
1777 <td class="mdname1" valign="top" nowrap> <em>absolute_byte_offset</em> </td>
|
cannam@86
|
1778 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1779 <td class="md" nowrap><code> [protected, virtual]</code></td>
|
cannam@86
|
1780 </tr>
|
cannam@86
|
1781 </table>
|
cannam@86
|
1782 </td>
|
cannam@86
|
1783 </tr>
|
cannam@86
|
1784 </table>
|
cannam@86
|
1785 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1786 <tr>
|
cannam@86
|
1787 <td>
|
cannam@86
|
1788
|
cannam@86
|
1789 </td>
|
cannam@86
|
1790 <td>
|
cannam@86
|
1791
|
cannam@86
|
1792 <p>
|
cannam@86
|
1793 See FLAC__StreamEncoderSeekCallback.
|
cannam@86
|
1794 <p>
|
cannam@86
|
1795 </td>
|
cannam@86
|
1796 </tr>
|
cannam@86
|
1797 </table>
|
cannam@86
|
1798 <a class="anchor" name="FLAC_1_1Encoder_1_1Streamb3" doxytag="FLAC::Encoder::Stream::tell_callback"></a><p>
|
cannam@86
|
1799 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1800 <tr>
|
cannam@86
|
1801 <td class="mdRow">
|
cannam@86
|
1802 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1803 <tr>
|
cannam@86
|
1804 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__encoder.html#ga70">FLAC__StreamEncoderTellStatus</a> FLAC::Encoder::Stream::tell_callback </td>
|
cannam@86
|
1805 <td class="md" valign="top">( </td>
|
cannam@86
|
1806 <td class="md" nowrap valign="top">FLAC__uint64 * </td>
|
cannam@86
|
1807 <td class="mdname1" valign="top" nowrap> <em>absolute_byte_offset</em> </td>
|
cannam@86
|
1808 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1809 <td class="md" nowrap><code> [protected, virtual]</code></td>
|
cannam@86
|
1810 </tr>
|
cannam@86
|
1811 </table>
|
cannam@86
|
1812 </td>
|
cannam@86
|
1813 </tr>
|
cannam@86
|
1814 </table>
|
cannam@86
|
1815 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1816 <tr>
|
cannam@86
|
1817 <td>
|
cannam@86
|
1818
|
cannam@86
|
1819 </td>
|
cannam@86
|
1820 <td>
|
cannam@86
|
1821
|
cannam@86
|
1822 <p>
|
cannam@86
|
1823 See FLAC__StreamEncoderTellCallback.
|
cannam@86
|
1824 <p>
|
cannam@86
|
1825 </td>
|
cannam@86
|
1826 </tr>
|
cannam@86
|
1827 </table>
|
cannam@86
|
1828 <a class="anchor" name="FLAC_1_1Encoder_1_1Streamb4" doxytag="FLAC::Encoder::Stream::metadata_callback"></a><p>
|
cannam@86
|
1829 <table class="mdTable" cellpadding="2" cellspacing="0">
|
cannam@86
|
1830 <tr>
|
cannam@86
|
1831 <td class="mdRow">
|
cannam@86
|
1832 <table cellpadding="0" cellspacing="0" border="0">
|
cannam@86
|
1833 <tr>
|
cannam@86
|
1834 <td class="md" nowrap valign="top">virtual void FLAC::Encoder::Stream::metadata_callback </td>
|
cannam@86
|
1835 <td class="md" valign="top">( </td>
|
cannam@86
|
1836 <td class="md" nowrap valign="top">const ::<a class="el" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> * </td>
|
cannam@86
|
1837 <td class="mdname1" valign="top" nowrap> <em>metadata</em> </td>
|
cannam@86
|
1838 <td class="md" valign="top"> ) </td>
|
cannam@86
|
1839 <td class="md" nowrap><code> [protected, virtual]</code></td>
|
cannam@86
|
1840 </tr>
|
cannam@86
|
1841 </table>
|
cannam@86
|
1842 </td>
|
cannam@86
|
1843 </tr>
|
cannam@86
|
1844 </table>
|
cannam@86
|
1845 <table cellspacing="5" cellpadding="0" border="0">
|
cannam@86
|
1846 <tr>
|
cannam@86
|
1847 <td>
|
cannam@86
|
1848
|
cannam@86
|
1849 </td>
|
cannam@86
|
1850 <td>
|
cannam@86
|
1851
|
cannam@86
|
1852 <p>
|
cannam@86
|
1853 See FLAC__StreamEncoderMetadataCallback.
|
cannam@86
|
1854 <p>
|
cannam@86
|
1855 </td>
|
cannam@86
|
1856 </tr>
|
cannam@86
|
1857 </table>
|
cannam@86
|
1858 <hr>The documentation for this class was generated from the following file:<ul>
|
cannam@86
|
1859 <li>include/FLAC++/<a class="el" href="encoder_8h-source.html">encoder.h</a></ul>
|
cannam@86
|
1860
|
cannam@86
|
1861 <hr size="1">
|
cannam@86
|
1862 <div class="copyright">
|
cannam@86
|
1863 <!-- @@@ oh so hacky -->
|
cannam@86
|
1864 <table>
|
cannam@86
|
1865 <tr>
|
cannam@86
|
1866 <td align="left">
|
cannam@86
|
1867 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
|
cannam@86
|
1868 </td>
|
cannam@86
|
1869 <td width="1%" align="right">
|
cannam@86
|
1870 <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>
|
cannam@86
|
1871 </td>
|
cannam@86
|
1872 </tr>
|
cannam@86
|
1873 </table>
|
cannam@86
|
1874 </div>
|
cannam@86
|
1875 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson -->
|
cannam@86
|
1876 <!-- Permission is granted to copy, distribute and/or modify this document -->
|
cannam@86
|
1877 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
cannam@86
|
1878 <!-- or any later version published by the Free Software Foundation; -->
|
cannam@86
|
1879 <!-- with no invariant sections. -->
|
cannam@86
|
1880 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
cannam@86
|
1881 </body>
|
cannam@86
|
1882 </html>
|