annotate src/flac-1.2.1/doc/html/api/classFLAC_1_1Decoder_1_1File.html @ 86:98c1576536ae

Bring in flac, ogg, vorbis
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 19 Mar 2013 17:37:49 +0000
parents
children
rev   line source
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::Decoder::File 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&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
cannam@86 8 <div class="nav">
cannam@86 9 <b>FLAC</b>::<b>Decoder</b>::<a class="el" href="classFLAC_1_1Decoder_1_1File.html">File</a></div>
cannam@86 10 <h1>FLAC::Decoder::File Class Reference<br>
cannam@86 11 <small>
cannam@86 12 [<a class="el" href="group__flacpp__decoder.html">FLAC++/decoder.h: decoder classes</a>]</small>
cannam@86 13 </h1><code>#include &lt;<a class="el" href="decoder_8h-source.html">decoder.h</a>&gt;</code>
cannam@86 14 <p>
cannam@86 15 <p>Inheritance diagram for FLAC::Decoder::File:
cannam@86 16 <p><center><img src="classFLAC_1_1Decoder_1_1File.png" usemap="#FLAC::Decoder::File_map" border="0" alt=""></center>
cannam@86 17 <map name="FLAC::Decoder::File_map">
cannam@86 18 <area href="classFLAC_1_1Decoder_1_1Stream.html" alt="FLAC::Decoder::Stream" shape="rect" coords="0,0,145,24">
cannam@86 19 </map>
cannam@86 20 <a href="classFLAC_1_1Decoder_1_1File-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____StreamDecoder.html">FLAC__StreamDecoder</a>. If you are not decoding from a file, you may need to use <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html">FLAC::Decoder::Stream</a>.
cannam@86 22 <p>
cannam@86 23 The usage of this class is similar to <a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a>, except instead of providing callbacks to FLAC__stream_decoder_init*_FILE() or FLAC__stream_decoder_init*_file(), you will inherit from this class and override the virtual callback functions with your own implementations, then call <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama21">init()</a> or init_off(). The rest of the calls work the same as in the C layer.<p>
cannam@86 24 Only the write, and error callbacks from <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html">FLAC::Decoder::Stream</a> are mandatory. The others are optional; this class provides full working implementations for all other callbacks and supports seeking.
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 ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1File.html#FLAC_1_1Decoder_1_1Filea2">init</a> (FILE *file)</td></tr>
cannam@86 30
cannam@86 31 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1File.html#FLAC_1_1Decoder_1_1Filea3">init</a> (const char *filename)</td></tr>
cannam@86 32
cannam@86 33 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1File.html#FLAC_1_1Decoder_1_1Filea4">init</a> (const std::string &amp;filename)</td></tr>
cannam@86 34
cannam@86 35 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1File.html#FLAC_1_1Decoder_1_1Filea5">init_ogg</a> (FILE *file)</td></tr>
cannam@86 36
cannam@86 37 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1File.html#FLAC_1_1Decoder_1_1Filea6">init_ogg</a> (const char *filename)</td></tr>
cannam@86 38
cannam@86 39 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1File.html#FLAC_1_1Decoder_1_1Filea7">init_ogg</a> (const std::string &amp;filename)</td></tr>
cannam@86 40
cannam@86 41 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama2">is_valid</a> () const </td></tr>
cannam@86 42
cannam@86 43 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama3">operator bool</a> () const </td></tr>
cannam@86 44
cannam@86 45 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama4">set_ogg_serial_number</a> (long value)</td></tr>
cannam@86 46
cannam@86 47 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama5">set_md5_checking</a> (bool value)</td></tr>
cannam@86 48
cannam@86 49 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama6">set_metadata_respond</a> (::<a class="el" href="group__flac__format.html#ga113">FLAC__MetadataType</a> type)</td></tr>
cannam@86 50
cannam@86 51 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama7">set_metadata_respond_application</a> (const FLAC__byte id[4])</td></tr>
cannam@86 52
cannam@86 53 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama8">set_metadata_respond_all</a> ()</td></tr>
cannam@86 54
cannam@86 55 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama9">set_metadata_ignore</a> (::<a class="el" href="group__flac__format.html#ga113">FLAC__MetadataType</a> type)</td></tr>
cannam@86 56
cannam@86 57 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama10">set_metadata_ignore_application</a> (const FLAC__byte id[4])</td></tr>
cannam@86 58
cannam@86 59 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama11">set_metadata_ignore_all</a> ()</td></tr>
cannam@86 60
cannam@86 61 <tr><td class="memItemLeft" nowrap align="right" valign="top">State&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama12">get_state</a> () const </td></tr>
cannam@86 62
cannam@86 63 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama13">get_md5_checking</a> () const </td></tr>
cannam@86 64
cannam@86 65 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual FLAC__uint64&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama14">get_total_samples</a> () const </td></tr>
cannam@86 66
cannam@86 67 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama15">get_channels</a> () const </td></tr>
cannam@86 68
cannam@86 69 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__format.html#ga111">FLAC__ChannelAssignment</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama16">get_channel_assignment</a> () const </td></tr>
cannam@86 70
cannam@86 71 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama17">get_bits_per_sample</a> () const </td></tr>
cannam@86 72
cannam@86 73 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama18">get_sample_rate</a> () const </td></tr>
cannam@86 74
cannam@86 75 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama19">get_blocksize</a> () const </td></tr>
cannam@86 76
cannam@86 77 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama20">get_decode_position</a> (FLAC__uint64 *position) const </td></tr>
cannam@86 78
cannam@86 79 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama21">init</a> ()</td></tr>
cannam@86 80
cannam@86 81 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama22">init_ogg</a> ()</td></tr>
cannam@86 82
cannam@86 83 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama23">finish</a> ()</td></tr>
cannam@86 84
cannam@86 85 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama24">flush</a> ()</td></tr>
cannam@86 86
cannam@86 87 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama25">reset</a> ()</td></tr>
cannam@86 88
cannam@86 89 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama26">process_single</a> ()</td></tr>
cannam@86 90
cannam@86 91 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama27">process_until_end_of_metadata</a> ()</td></tr>
cannam@86 92
cannam@86 93 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama28">process_until_end_of_stream</a> ()</td></tr>
cannam@86 94
cannam@86 95 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama29">skip_single_frame</a> ()</td></tr>
cannam@86 96
cannam@86 97 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama30">seek_absolute</a> (FLAC__uint64 sample)</td></tr>
cannam@86 98
cannam@86 99 <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
cannam@86 100 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga52">FLAC__StreamDecoderReadStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1File.html#FLAC_1_1Decoder_1_1Fileb0">read_callback</a> (FLAC__byte buffer[], size_t *bytes)</td></tr>
cannam@86 101
cannam@86 102 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga53">FLAC__StreamDecoderSeekStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb1">seek_callback</a> (FLAC__uint64 absolute_byte_offset)</td></tr>
cannam@86 103
cannam@86 104 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga54">FLAC__StreamDecoderTellStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb2">tell_callback</a> (FLAC__uint64 *absolute_byte_offset)</td></tr>
cannam@86 105
cannam@86 106 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga55">FLAC__StreamDecoderLengthStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb3">length_callback</a> (FLAC__uint64 *stream_length)</td></tr>
cannam@86 107
cannam@86 108 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb4">eof_callback</a> ()</td></tr>
cannam@86 109
cannam@86 110 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga56">FLAC__StreamDecoderWriteStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb5">write_callback</a> (const ::<a class="el" href="structFLAC____Frame.html">FLAC__Frame</a> *frame, const FLAC__int32 *const buffer[])=0</td></tr>
cannam@86 111
cannam@86 112 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb6">metadata_callback</a> (const ::<a class="el" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> *metadata)</td></tr>
cannam@86 113
cannam@86 114 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb7">error_callback</a> (::<a class="el" href="group__flac__stream__decoder.html#ga57">FLAC__StreamDecoderErrorStatus</a> status)=0</td></tr>
cannam@86 115
cannam@86 116 <tr><td colspan="2"><br><h2>Static Protected Member Functions</h2></td></tr>
cannam@86 117 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf0" doxytag="FLAC::Decoder::File::read_callback_"></a>
cannam@86 118 ::<a class="el" href="group__flac__stream__decoder.html#ga52">FLAC__StreamDecoderReadStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>read_callback_</b> (const ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data)</td></tr>
cannam@86 119
cannam@86 120 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf1" doxytag="FLAC::Decoder::File::seek_callback_"></a>
cannam@86 121 ::<a class="el" href="group__flac__stream__decoder.html#ga53">FLAC__StreamDecoderSeekStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>seek_callback_</b> (const ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)</td></tr>
cannam@86 122
cannam@86 123 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf2" doxytag="FLAC::Decoder::File::tell_callback_"></a>
cannam@86 124 ::<a class="el" href="group__flac__stream__decoder.html#ga54">FLAC__StreamDecoderTellStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>tell_callback_</b> (const ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)</td></tr>
cannam@86 125
cannam@86 126 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf3" doxytag="FLAC::Decoder::File::length_callback_"></a>
cannam@86 127 ::<a class="el" href="group__flac__stream__decoder.html#ga55">FLAC__StreamDecoderLengthStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>length_callback_</b> (const ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *decoder, FLAC__uint64 *stream_length, void *client_data)</td></tr>
cannam@86 128
cannam@86 129 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf4" doxytag="FLAC::Decoder::File::eof_callback_"></a>
cannam@86 130 static FLAC__bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>eof_callback_</b> (const ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *decoder, void *client_data)</td></tr>
cannam@86 131
cannam@86 132 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf5" doxytag="FLAC::Decoder::File::write_callback_"></a>
cannam@86 133 ::<a class="el" href="group__flac__stream__decoder.html#ga56">FLAC__StreamDecoderWriteStatus</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>write_callback_</b> (const ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *decoder, const ::<a class="el" href="structFLAC____Frame.html">FLAC__Frame</a> *frame, const FLAC__int32 *const buffer[], void *client_data)</td></tr>
cannam@86 134
cannam@86 135 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf6" doxytag="FLAC::Decoder::File::metadata_callback_"></a>
cannam@86 136 static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>metadata_callback_</b> (const ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *decoder, const ::<a class="el" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> *metadata, void *client_data)</td></tr>
cannam@86 137
cannam@86 138 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf7" doxytag="FLAC::Decoder::File::error_callback_"></a>
cannam@86 139 static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>error_callback_</b> (const ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *decoder,::<a class="el" href="group__flac__stream__decoder.html#ga57">FLAC__StreamDecoderErrorStatus</a> status, void *client_data)</td></tr>
cannam@86 140
cannam@86 141 <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
cannam@86 142 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamp0" doxytag="FLAC::Decoder::File::decoder_"></a>
cannam@86 143 ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>decoder_</b></td></tr>
cannam@86 144
cannam@86 145 </table>
cannam@86 146 <hr><h2>Member Function Documentation</h2>
cannam@86 147 <a class="anchor" name="FLAC_1_1Decoder_1_1Filea2" doxytag="FLAC::Decoder::File::init"></a><p>
cannam@86 148 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 149 <tr>
cannam@86 150 <td class="mdRow">
cannam@86 151 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 152 <tr>
cannam@86 153 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a> FLAC::Decoder::File::init </td>
cannam@86 154 <td class="md" valign="top">(&nbsp;</td>
cannam@86 155 <td class="md" nowrap valign="top">FILE *&nbsp;</td>
cannam@86 156 <td class="mdname1" valign="top" nowrap> <em>file</em> </td>
cannam@86 157 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 158 <td class="md" nowrap></td>
cannam@86 159 </tr>
cannam@86 160 </table>
cannam@86 161 </td>
cannam@86 162 </tr>
cannam@86 163 </table>
cannam@86 164 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 165 <tr>
cannam@86 166 <td>
cannam@86 167 &nbsp;
cannam@86 168 </td>
cannam@86 169 <td>
cannam@86 170
cannam@86 171 <p>
cannam@86 172 See <a class="el" href="group__flac__stream__decoder.html#ga38">FLAC__stream_decoder_init_FILE()</a>.
cannam@86 173 <p>
cannam@86 174 </td>
cannam@86 175 </tr>
cannam@86 176 </table>
cannam@86 177 <a class="anchor" name="FLAC_1_1Decoder_1_1Filea3" doxytag="FLAC::Decoder::File::init"></a><p>
cannam@86 178 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 179 <tr>
cannam@86 180 <td class="mdRow">
cannam@86 181 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 182 <tr>
cannam@86 183 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a> FLAC::Decoder::File::init </td>
cannam@86 184 <td class="md" valign="top">(&nbsp;</td>
cannam@86 185 <td class="md" nowrap valign="top">const char *&nbsp;</td>
cannam@86 186 <td class="mdname1" valign="top" nowrap> <em>filename</em> </td>
cannam@86 187 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 188 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 189 </tr>
cannam@86 190 </table>
cannam@86 191 </td>
cannam@86 192 </tr>
cannam@86 193 </table>
cannam@86 194 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 195 <tr>
cannam@86 196 <td>
cannam@86 197 &nbsp;
cannam@86 198 </td>
cannam@86 199 <td>
cannam@86 200
cannam@86 201 <p>
cannam@86 202 See <a class="el" href="group__flac__stream__decoder.html#ga40">FLAC__stream_decoder_init_file()</a>.
cannam@86 203 <p>
cannam@86 204 </td>
cannam@86 205 </tr>
cannam@86 206 </table>
cannam@86 207 <a class="anchor" name="FLAC_1_1Decoder_1_1Filea4" doxytag="FLAC::Decoder::File::init"></a><p>
cannam@86 208 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 209 <tr>
cannam@86 210 <td class="mdRow">
cannam@86 211 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 212 <tr>
cannam@86 213 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a> FLAC::Decoder::File::init </td>
cannam@86 214 <td class="md" valign="top">(&nbsp;</td>
cannam@86 215 <td class="md" nowrap valign="top">const std::string &amp;&nbsp;</td>
cannam@86 216 <td class="mdname1" valign="top" nowrap> <em>filename</em> </td>
cannam@86 217 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 218 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 219 </tr>
cannam@86 220 </table>
cannam@86 221 </td>
cannam@86 222 </tr>
cannam@86 223 </table>
cannam@86 224 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 225 <tr>
cannam@86 226 <td>
cannam@86 227 &nbsp;
cannam@86 228 </td>
cannam@86 229 <td>
cannam@86 230
cannam@86 231 <p>
cannam@86 232 See <a class="el" href="group__flac__stream__decoder.html#ga40">FLAC__stream_decoder_init_file()</a>.
cannam@86 233 <p>
cannam@86 234 </td>
cannam@86 235 </tr>
cannam@86 236 </table>
cannam@86 237 <a class="anchor" name="FLAC_1_1Decoder_1_1Filea5" doxytag="FLAC::Decoder::File::init_ogg"></a><p>
cannam@86 238 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 239 <tr>
cannam@86 240 <td class="mdRow">
cannam@86 241 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 242 <tr>
cannam@86 243 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a> FLAC::Decoder::File::init_ogg </td>
cannam@86 244 <td class="md" valign="top">(&nbsp;</td>
cannam@86 245 <td class="md" nowrap valign="top">FILE *&nbsp;</td>
cannam@86 246 <td class="mdname1" valign="top" nowrap> <em>file</em> </td>
cannam@86 247 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 248 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 249 </tr>
cannam@86 250 </table>
cannam@86 251 </td>
cannam@86 252 </tr>
cannam@86 253 </table>
cannam@86 254 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 255 <tr>
cannam@86 256 <td>
cannam@86 257 &nbsp;
cannam@86 258 </td>
cannam@86 259 <td>
cannam@86 260
cannam@86 261 <p>
cannam@86 262 See <a class="el" href="group__flac__stream__decoder.html#ga39">FLAC__stream_decoder_init_ogg_FILE()</a>.
cannam@86 263 <p>
cannam@86 264 </td>
cannam@86 265 </tr>
cannam@86 266 </table>
cannam@86 267 <a class="anchor" name="FLAC_1_1Decoder_1_1Filea6" doxytag="FLAC::Decoder::File::init_ogg"></a><p>
cannam@86 268 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 269 <tr>
cannam@86 270 <td class="mdRow">
cannam@86 271 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 272 <tr>
cannam@86 273 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a> FLAC::Decoder::File::init_ogg </td>
cannam@86 274 <td class="md" valign="top">(&nbsp;</td>
cannam@86 275 <td class="md" nowrap valign="top">const char *&nbsp;</td>
cannam@86 276 <td class="mdname1" valign="top" nowrap> <em>filename</em> </td>
cannam@86 277 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 278 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 279 </tr>
cannam@86 280 </table>
cannam@86 281 </td>
cannam@86 282 </tr>
cannam@86 283 </table>
cannam@86 284 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 285 <tr>
cannam@86 286 <td>
cannam@86 287 &nbsp;
cannam@86 288 </td>
cannam@86 289 <td>
cannam@86 290
cannam@86 291 <p>
cannam@86 292 See <a class="el" href="group__flac__stream__decoder.html#ga41">FLAC__stream_decoder_init_ogg_file()</a>.
cannam@86 293 <p>
cannam@86 294 </td>
cannam@86 295 </tr>
cannam@86 296 </table>
cannam@86 297 <a class="anchor" name="FLAC_1_1Decoder_1_1Filea7" doxytag="FLAC::Decoder::File::init_ogg"></a><p>
cannam@86 298 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 299 <tr>
cannam@86 300 <td class="mdRow">
cannam@86 301 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 302 <tr>
cannam@86 303 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a> FLAC::Decoder::File::init_ogg </td>
cannam@86 304 <td class="md" valign="top">(&nbsp;</td>
cannam@86 305 <td class="md" nowrap valign="top">const std::string &amp;&nbsp;</td>
cannam@86 306 <td class="mdname1" valign="top" nowrap> <em>filename</em> </td>
cannam@86 307 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 308 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 309 </tr>
cannam@86 310 </table>
cannam@86 311 </td>
cannam@86 312 </tr>
cannam@86 313 </table>
cannam@86 314 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 315 <tr>
cannam@86 316 <td>
cannam@86 317 &nbsp;
cannam@86 318 </td>
cannam@86 319 <td>
cannam@86 320
cannam@86 321 <p>
cannam@86 322 See <a class="el" href="group__flac__stream__decoder.html#ga41">FLAC__stream_decoder_init_ogg_file()</a>.
cannam@86 323 <p>
cannam@86 324 </td>
cannam@86 325 </tr>
cannam@86 326 </table>
cannam@86 327 <a class="anchor" name="FLAC_1_1Decoder_1_1Fileb0" doxytag="FLAC::Decoder::File::read_callback"></a><p>
cannam@86 328 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 329 <tr>
cannam@86 330 <td class="mdRow">
cannam@86 331 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 332 <tr>
cannam@86 333 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga52">FLAC__StreamDecoderReadStatus</a> FLAC::Decoder::File::read_callback </td>
cannam@86 334 <td class="md" valign="top">(&nbsp;</td>
cannam@86 335 <td class="md" nowrap valign="top">FLAC__byte&nbsp;</td>
cannam@86 336 <td class="mdname" nowrap> <em>buffer</em>[], </td>
cannam@86 337 </tr>
cannam@86 338 <tr>
cannam@86 339 <td class="md" nowrap align="right"></td>
cannam@86 340 <td class="md"></td>
cannam@86 341 <td class="md" nowrap>size_t *&nbsp;</td>
cannam@86 342 <td class="mdname" nowrap> <em>bytes</em></td>
cannam@86 343 </tr>
cannam@86 344 <tr>
cannam@86 345 <td class="md"></td>
cannam@86 346 <td class="md">)&nbsp;</td>
cannam@86 347 <td class="md" colspan="2"><code> [protected, virtual]</code></td>
cannam@86 348 </tr>
cannam@86 349 </table>
cannam@86 350 </td>
cannam@86 351 </tr>
cannam@86 352 </table>
cannam@86 353 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 354 <tr>
cannam@86 355 <td>
cannam@86 356 &nbsp;
cannam@86 357 </td>
cannam@86 358 <td>
cannam@86 359
cannam@86 360 <p>
cannam@86 361 see FLAC__StreamDecoderReadCallback
cannam@86 362 <p>
cannam@86 363
cannam@86 364 <p>
cannam@86 365 Implements <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb0">FLAC::Decoder::Stream</a>. </td>
cannam@86 366 </tr>
cannam@86 367 </table>
cannam@86 368 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama2" doxytag="FLAC::Decoder::File::is_valid"></a><p>
cannam@86 369 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 370 <tr>
cannam@86 371 <td class="mdRow">
cannam@86 372 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 373 <tr>
cannam@86 374 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::is_valid </td>
cannam@86 375 <td class="md" valign="top">(&nbsp;</td>
cannam@86 376 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 377 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 378 <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
cannam@86 379 </tr>
cannam@86 380 </table>
cannam@86 381 </td>
cannam@86 382 </tr>
cannam@86 383 </table>
cannam@86 384 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 385 <tr>
cannam@86 386 <td>
cannam@86 387 &nbsp;
cannam@86 388 </td>
cannam@86 389 <td>
cannam@86 390
cannam@86 391 <p>
cannam@86 392 Call after construction to check the that the object was created successfully. If not, use <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama12">get_state()</a> to find out why not. </td>
cannam@86 393 </tr>
cannam@86 394 </table>
cannam@86 395 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama3" doxytag="FLAC::Decoder::File::operator bool"></a><p>
cannam@86 396 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 397 <tr>
cannam@86 398 <td class="mdRow">
cannam@86 399 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 400 <tr>
cannam@86 401 <td class="md" nowrap valign="top">FLAC::Decoder::Stream::operator bool </td>
cannam@86 402 <td class="md" valign="top">(&nbsp;</td>
cannam@86 403 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 404 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 405 <td class="md" nowrap> const<code> [inline, inherited]</code></td>
cannam@86 406 </tr>
cannam@86 407 </table>
cannam@86 408 </td>
cannam@86 409 </tr>
cannam@86 410 </table>
cannam@86 411 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 412 <tr>
cannam@86 413 <td>
cannam@86 414 &nbsp;
cannam@86 415 </td>
cannam@86 416 <td>
cannam@86 417
cannam@86 418 <p>
cannam@86 419 See <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama2">is_valid()</a>.
cannam@86 420 <p>
cannam@86 421 </td>
cannam@86 422 </tr>
cannam@86 423 </table>
cannam@86 424 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama4" doxytag="FLAC::Decoder::File::set_ogg_serial_number"></a><p>
cannam@86 425 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 426 <tr>
cannam@86 427 <td class="mdRow">
cannam@86 428 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 429 <tr>
cannam@86 430 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_ogg_serial_number </td>
cannam@86 431 <td class="md" valign="top">(&nbsp;</td>
cannam@86 432 <td class="md" nowrap valign="top">long&nbsp;</td>
cannam@86 433 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
cannam@86 434 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 435 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 436 </tr>
cannam@86 437 </table>
cannam@86 438 </td>
cannam@86 439 </tr>
cannam@86 440 </table>
cannam@86 441 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 442 <tr>
cannam@86 443 <td>
cannam@86 444 &nbsp;
cannam@86 445 </td>
cannam@86 446 <td>
cannam@86 447
cannam@86 448 <p>
cannam@86 449 See <a class="el" href="group__flac__stream__decoder.html#ga18">FLAC__stream_decoder_set_ogg_serial_number()</a>.
cannam@86 450 <p>
cannam@86 451 </td>
cannam@86 452 </tr>
cannam@86 453 </table>
cannam@86 454 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama5" doxytag="FLAC::Decoder::File::set_md5_checking"></a><p>
cannam@86 455 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 456 <tr>
cannam@86 457 <td class="mdRow">
cannam@86 458 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 459 <tr>
cannam@86 460 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_md5_checking </td>
cannam@86 461 <td class="md" valign="top">(&nbsp;</td>
cannam@86 462 <td class="md" nowrap valign="top">bool&nbsp;</td>
cannam@86 463 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
cannam@86 464 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 465 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 466 </tr>
cannam@86 467 </table>
cannam@86 468 </td>
cannam@86 469 </tr>
cannam@86 470 </table>
cannam@86 471 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 472 <tr>
cannam@86 473 <td>
cannam@86 474 &nbsp;
cannam@86 475 </td>
cannam@86 476 <td>
cannam@86 477
cannam@86 478 <p>
cannam@86 479 See <a class="el" href="group__flac__stream__decoder.html#ga19">FLAC__stream_decoder_set_md5_checking()</a>.
cannam@86 480 <p>
cannam@86 481 </td>
cannam@86 482 </tr>
cannam@86 483 </table>
cannam@86 484 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama6" doxytag="FLAC::Decoder::File::set_metadata_respond"></a><p>
cannam@86 485 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 486 <tr>
cannam@86 487 <td class="mdRow">
cannam@86 488 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 489 <tr>
cannam@86 490 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_respond </td>
cannam@86 491 <td class="md" valign="top">(&nbsp;</td>
cannam@86 492 <td class="md" nowrap valign="top">::<a class="el" href="group__flac__format.html#ga113">FLAC__MetadataType</a>&nbsp;</td>
cannam@86 493 <td class="mdname1" valign="top" nowrap> <em>type</em> </td>
cannam@86 494 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 495 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 496 </tr>
cannam@86 497 </table>
cannam@86 498 </td>
cannam@86 499 </tr>
cannam@86 500 </table>
cannam@86 501 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 502 <tr>
cannam@86 503 <td>
cannam@86 504 &nbsp;
cannam@86 505 </td>
cannam@86 506 <td>
cannam@86 507
cannam@86 508 <p>
cannam@86 509 See <a class="el" href="group__flac__stream__decoder.html#ga20">FLAC__stream_decoder_set_metadata_respond()</a>.
cannam@86 510 <p>
cannam@86 511 </td>
cannam@86 512 </tr>
cannam@86 513 </table>
cannam@86 514 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama7" doxytag="FLAC::Decoder::File::set_metadata_respond_application"></a><p>
cannam@86 515 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 516 <tr>
cannam@86 517 <td class="mdRow">
cannam@86 518 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 519 <tr>
cannam@86 520 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_respond_application </td>
cannam@86 521 <td class="md" valign="top">(&nbsp;</td>
cannam@86 522 <td class="md" nowrap valign="top">const FLAC__byte&nbsp;</td>
cannam@86 523 <td class="mdname1" valign="top" nowrap> <em>id</em>[4] </td>
cannam@86 524 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 525 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 526 </tr>
cannam@86 527 </table>
cannam@86 528 </td>
cannam@86 529 </tr>
cannam@86 530 </table>
cannam@86 531 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 532 <tr>
cannam@86 533 <td>
cannam@86 534 &nbsp;
cannam@86 535 </td>
cannam@86 536 <td>
cannam@86 537
cannam@86 538 <p>
cannam@86 539 See <a class="el" href="group__flac__stream__decoder.html#ga21">FLAC__stream_decoder_set_metadata_respond_application()</a>.
cannam@86 540 <p>
cannam@86 541 </td>
cannam@86 542 </tr>
cannam@86 543 </table>
cannam@86 544 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama8" doxytag="FLAC::Decoder::File::set_metadata_respond_all"></a><p>
cannam@86 545 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 546 <tr>
cannam@86 547 <td class="mdRow">
cannam@86 548 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 549 <tr>
cannam@86 550 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_respond_all </td>
cannam@86 551 <td class="md" valign="top">(&nbsp;</td>
cannam@86 552 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 553 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 554 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 555 </tr>
cannam@86 556 </table>
cannam@86 557 </td>
cannam@86 558 </tr>
cannam@86 559 </table>
cannam@86 560 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 561 <tr>
cannam@86 562 <td>
cannam@86 563 &nbsp;
cannam@86 564 </td>
cannam@86 565 <td>
cannam@86 566
cannam@86 567 <p>
cannam@86 568 See <a class="el" href="group__flac__stream__decoder.html#ga22">FLAC__stream_decoder_set_metadata_respond_all()</a>.
cannam@86 569 <p>
cannam@86 570 </td>
cannam@86 571 </tr>
cannam@86 572 </table>
cannam@86 573 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama9" doxytag="FLAC::Decoder::File::set_metadata_ignore"></a><p>
cannam@86 574 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 575 <tr>
cannam@86 576 <td class="mdRow">
cannam@86 577 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 578 <tr>
cannam@86 579 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_ignore </td>
cannam@86 580 <td class="md" valign="top">(&nbsp;</td>
cannam@86 581 <td class="md" nowrap valign="top">::<a class="el" href="group__flac__format.html#ga113">FLAC__MetadataType</a>&nbsp;</td>
cannam@86 582 <td class="mdname1" valign="top" nowrap> <em>type</em> </td>
cannam@86 583 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 584 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 585 </tr>
cannam@86 586 </table>
cannam@86 587 </td>
cannam@86 588 </tr>
cannam@86 589 </table>
cannam@86 590 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 591 <tr>
cannam@86 592 <td>
cannam@86 593 &nbsp;
cannam@86 594 </td>
cannam@86 595 <td>
cannam@86 596
cannam@86 597 <p>
cannam@86 598 See <a class="el" href="group__flac__stream__decoder.html#ga23">FLAC__stream_decoder_set_metadata_ignore()</a>.
cannam@86 599 <p>
cannam@86 600 </td>
cannam@86 601 </tr>
cannam@86 602 </table>
cannam@86 603 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama10" doxytag="FLAC::Decoder::File::set_metadata_ignore_application"></a><p>
cannam@86 604 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 605 <tr>
cannam@86 606 <td class="mdRow">
cannam@86 607 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 608 <tr>
cannam@86 609 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_ignore_application </td>
cannam@86 610 <td class="md" valign="top">(&nbsp;</td>
cannam@86 611 <td class="md" nowrap valign="top">const FLAC__byte&nbsp;</td>
cannam@86 612 <td class="mdname1" valign="top" nowrap> <em>id</em>[4] </td>
cannam@86 613 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 614 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 615 </tr>
cannam@86 616 </table>
cannam@86 617 </td>
cannam@86 618 </tr>
cannam@86 619 </table>
cannam@86 620 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 621 <tr>
cannam@86 622 <td>
cannam@86 623 &nbsp;
cannam@86 624 </td>
cannam@86 625 <td>
cannam@86 626
cannam@86 627 <p>
cannam@86 628 See <a class="el" href="group__flac__stream__decoder.html#ga24">FLAC__stream_decoder_set_metadata_ignore_application()</a>.
cannam@86 629 <p>
cannam@86 630 </td>
cannam@86 631 </tr>
cannam@86 632 </table>
cannam@86 633 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama11" doxytag="FLAC::Decoder::File::set_metadata_ignore_all"></a><p>
cannam@86 634 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 635 <tr>
cannam@86 636 <td class="mdRow">
cannam@86 637 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 638 <tr>
cannam@86 639 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_ignore_all </td>
cannam@86 640 <td class="md" valign="top">(&nbsp;</td>
cannam@86 641 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 642 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 643 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 644 </tr>
cannam@86 645 </table>
cannam@86 646 </td>
cannam@86 647 </tr>
cannam@86 648 </table>
cannam@86 649 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 650 <tr>
cannam@86 651 <td>
cannam@86 652 &nbsp;
cannam@86 653 </td>
cannam@86 654 <td>
cannam@86 655
cannam@86 656 <p>
cannam@86 657 See <a class="el" href="group__flac__stream__decoder.html#ga25">FLAC__stream_decoder_set_metadata_ignore_all()</a>.
cannam@86 658 <p>
cannam@86 659 </td>
cannam@86 660 </tr>
cannam@86 661 </table>
cannam@86 662 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama12" doxytag="FLAC::Decoder::File::get_state"></a><p>
cannam@86 663 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 664 <tr>
cannam@86 665 <td class="mdRow">
cannam@86 666 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 667 <tr>
cannam@86 668 <td class="md" nowrap valign="top">State FLAC::Decoder::Stream::get_state </td>
cannam@86 669 <td class="md" valign="top">(&nbsp;</td>
cannam@86 670 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 671 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 672 <td class="md" nowrap> const<code> [inherited]</code></td>
cannam@86 673 </tr>
cannam@86 674 </table>
cannam@86 675 </td>
cannam@86 676 </tr>
cannam@86 677 </table>
cannam@86 678 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 679 <tr>
cannam@86 680 <td>
cannam@86 681 &nbsp;
cannam@86 682 </td>
cannam@86 683 <td>
cannam@86 684
cannam@86 685 <p>
cannam@86 686 See <a class="el" href="group__flac__stream__decoder.html#ga26">FLAC__stream_decoder_get_state()</a>.
cannam@86 687 <p>
cannam@86 688 </td>
cannam@86 689 </tr>
cannam@86 690 </table>
cannam@86 691 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama13" doxytag="FLAC::Decoder::File::get_md5_checking"></a><p>
cannam@86 692 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 693 <tr>
cannam@86 694 <td class="mdRow">
cannam@86 695 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 696 <tr>
cannam@86 697 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::get_md5_checking </td>
cannam@86 698 <td class="md" valign="top">(&nbsp;</td>
cannam@86 699 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 700 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 701 <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
cannam@86 702 </tr>
cannam@86 703 </table>
cannam@86 704 </td>
cannam@86 705 </tr>
cannam@86 706 </table>
cannam@86 707 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 708 <tr>
cannam@86 709 <td>
cannam@86 710 &nbsp;
cannam@86 711 </td>
cannam@86 712 <td>
cannam@86 713
cannam@86 714 <p>
cannam@86 715 See <a class="el" href="group__flac__stream__decoder.html#ga28">FLAC__stream_decoder_get_md5_checking()</a>.
cannam@86 716 <p>
cannam@86 717 </td>
cannam@86 718 </tr>
cannam@86 719 </table>
cannam@86 720 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama14" doxytag="FLAC::Decoder::File::get_total_samples"></a><p>
cannam@86 721 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 722 <tr>
cannam@86 723 <td class="mdRow">
cannam@86 724 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 725 <tr>
cannam@86 726 <td class="md" nowrap valign="top">virtual FLAC__uint64 FLAC::Decoder::Stream::get_total_samples </td>
cannam@86 727 <td class="md" valign="top">(&nbsp;</td>
cannam@86 728 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 729 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 730 <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
cannam@86 731 </tr>
cannam@86 732 </table>
cannam@86 733 </td>
cannam@86 734 </tr>
cannam@86 735 </table>
cannam@86 736 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 737 <tr>
cannam@86 738 <td>
cannam@86 739 &nbsp;
cannam@86 740 </td>
cannam@86 741 <td>
cannam@86 742
cannam@86 743 <p>
cannam@86 744 See <a class="el" href="group__flac__stream__decoder.html#ga29">FLAC__stream_decoder_get_total_samples()</a>.
cannam@86 745 <p>
cannam@86 746 </td>
cannam@86 747 </tr>
cannam@86 748 </table>
cannam@86 749 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama15" doxytag="FLAC::Decoder::File::get_channels"></a><p>
cannam@86 750 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 751 <tr>
cannam@86 752 <td class="mdRow">
cannam@86 753 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 754 <tr>
cannam@86 755 <td class="md" nowrap valign="top">virtual unsigned FLAC::Decoder::Stream::get_channels </td>
cannam@86 756 <td class="md" valign="top">(&nbsp;</td>
cannam@86 757 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 758 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 759 <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
cannam@86 760 </tr>
cannam@86 761 </table>
cannam@86 762 </td>
cannam@86 763 </tr>
cannam@86 764 </table>
cannam@86 765 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 766 <tr>
cannam@86 767 <td>
cannam@86 768 &nbsp;
cannam@86 769 </td>
cannam@86 770 <td>
cannam@86 771
cannam@86 772 <p>
cannam@86 773 See <a class="el" href="group__flac__stream__decoder.html#ga30">FLAC__stream_decoder_get_channels()</a>.
cannam@86 774 <p>
cannam@86 775 </td>
cannam@86 776 </tr>
cannam@86 777 </table>
cannam@86 778 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama16" doxytag="FLAC::Decoder::File::get_channel_assignment"></a><p>
cannam@86 779 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 780 <tr>
cannam@86 781 <td class="mdRow">
cannam@86 782 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 783 <tr>
cannam@86 784 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__format.html#ga111">FLAC__ChannelAssignment</a> FLAC::Decoder::Stream::get_channel_assignment </td>
cannam@86 785 <td class="md" valign="top">(&nbsp;</td>
cannam@86 786 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 787 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 788 <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
cannam@86 789 </tr>
cannam@86 790 </table>
cannam@86 791 </td>
cannam@86 792 </tr>
cannam@86 793 </table>
cannam@86 794 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 795 <tr>
cannam@86 796 <td>
cannam@86 797 &nbsp;
cannam@86 798 </td>
cannam@86 799 <td>
cannam@86 800
cannam@86 801 <p>
cannam@86 802 See <a class="el" href="group__flac__stream__decoder.html#ga31">FLAC__stream_decoder_get_channel_assignment()</a>.
cannam@86 803 <p>
cannam@86 804 </td>
cannam@86 805 </tr>
cannam@86 806 </table>
cannam@86 807 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama17" doxytag="FLAC::Decoder::File::get_bits_per_sample"></a><p>
cannam@86 808 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 809 <tr>
cannam@86 810 <td class="mdRow">
cannam@86 811 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 812 <tr>
cannam@86 813 <td class="md" nowrap valign="top">virtual unsigned FLAC::Decoder::Stream::get_bits_per_sample </td>
cannam@86 814 <td class="md" valign="top">(&nbsp;</td>
cannam@86 815 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 816 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 817 <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
cannam@86 818 </tr>
cannam@86 819 </table>
cannam@86 820 </td>
cannam@86 821 </tr>
cannam@86 822 </table>
cannam@86 823 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 824 <tr>
cannam@86 825 <td>
cannam@86 826 &nbsp;
cannam@86 827 </td>
cannam@86 828 <td>
cannam@86 829
cannam@86 830 <p>
cannam@86 831 See <a class="el" href="group__flac__stream__decoder.html#ga32">FLAC__stream_decoder_get_bits_per_sample()</a>.
cannam@86 832 <p>
cannam@86 833 </td>
cannam@86 834 </tr>
cannam@86 835 </table>
cannam@86 836 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama18" doxytag="FLAC::Decoder::File::get_sample_rate"></a><p>
cannam@86 837 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 838 <tr>
cannam@86 839 <td class="mdRow">
cannam@86 840 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 841 <tr>
cannam@86 842 <td class="md" nowrap valign="top">virtual unsigned FLAC::Decoder::Stream::get_sample_rate </td>
cannam@86 843 <td class="md" valign="top">(&nbsp;</td>
cannam@86 844 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 845 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 846 <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
cannam@86 847 </tr>
cannam@86 848 </table>
cannam@86 849 </td>
cannam@86 850 </tr>
cannam@86 851 </table>
cannam@86 852 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 853 <tr>
cannam@86 854 <td>
cannam@86 855 &nbsp;
cannam@86 856 </td>
cannam@86 857 <td>
cannam@86 858
cannam@86 859 <p>
cannam@86 860 See <a class="el" href="group__flac__stream__decoder.html#ga33">FLAC__stream_decoder_get_sample_rate()</a>.
cannam@86 861 <p>
cannam@86 862 </td>
cannam@86 863 </tr>
cannam@86 864 </table>
cannam@86 865 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama19" doxytag="FLAC::Decoder::File::get_blocksize"></a><p>
cannam@86 866 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 867 <tr>
cannam@86 868 <td class="mdRow">
cannam@86 869 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 870 <tr>
cannam@86 871 <td class="md" nowrap valign="top">virtual unsigned FLAC::Decoder::Stream::get_blocksize </td>
cannam@86 872 <td class="md" valign="top">(&nbsp;</td>
cannam@86 873 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 874 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 875 <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
cannam@86 876 </tr>
cannam@86 877 </table>
cannam@86 878 </td>
cannam@86 879 </tr>
cannam@86 880 </table>
cannam@86 881 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 882 <tr>
cannam@86 883 <td>
cannam@86 884 &nbsp;
cannam@86 885 </td>
cannam@86 886 <td>
cannam@86 887
cannam@86 888 <p>
cannam@86 889 See <a class="el" href="group__flac__stream__decoder.html#ga34">FLAC__stream_decoder_get_blocksize()</a>.
cannam@86 890 <p>
cannam@86 891 </td>
cannam@86 892 </tr>
cannam@86 893 </table>
cannam@86 894 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama20" doxytag="FLAC::Decoder::File::get_decode_position"></a><p>
cannam@86 895 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 896 <tr>
cannam@86 897 <td class="mdRow">
cannam@86 898 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 899 <tr>
cannam@86 900 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::get_decode_position </td>
cannam@86 901 <td class="md" valign="top">(&nbsp;</td>
cannam@86 902 <td class="md" nowrap valign="top">FLAC__uint64 *&nbsp;</td>
cannam@86 903 <td class="mdname1" valign="top" nowrap> <em>position</em> </td>
cannam@86 904 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 905 <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
cannam@86 906 </tr>
cannam@86 907 </table>
cannam@86 908 </td>
cannam@86 909 </tr>
cannam@86 910 </table>
cannam@86 911 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 912 <tr>
cannam@86 913 <td>
cannam@86 914 &nbsp;
cannam@86 915 </td>
cannam@86 916 <td>
cannam@86 917
cannam@86 918 <p>
cannam@86 919 See <a class="el" href="group__flac__stream__decoder.html#ga35">FLAC__stream_decoder_get_decode_position()</a>.
cannam@86 920 <p>
cannam@86 921 </td>
cannam@86 922 </tr>
cannam@86 923 </table>
cannam@86 924 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama21" doxytag="FLAC::Decoder::File::init"></a><p>
cannam@86 925 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 926 <tr>
cannam@86 927 <td class="mdRow">
cannam@86 928 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 929 <tr>
cannam@86 930 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a> FLAC::Decoder::Stream::init </td>
cannam@86 931 <td class="md" valign="top">(&nbsp;</td>
cannam@86 932 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 933 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 934 <td class="md" nowrap><code> [inherited]</code></td>
cannam@86 935 </tr>
cannam@86 936 </table>
cannam@86 937 </td>
cannam@86 938 </tr>
cannam@86 939 </table>
cannam@86 940 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 941 <tr>
cannam@86 942 <td>
cannam@86 943 &nbsp;
cannam@86 944 </td>
cannam@86 945 <td>
cannam@86 946
cannam@86 947 <p>
cannam@86 948 Seek <a class="el" href="group__flac__stream__decoder.html#ga36">FLAC__stream_decoder_init_stream()</a>.
cannam@86 949 <p>
cannam@86 950 </td>
cannam@86 951 </tr>
cannam@86 952 </table>
cannam@86 953 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama22" doxytag="FLAC::Decoder::File::init_ogg"></a><p>
cannam@86 954 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 955 <tr>
cannam@86 956 <td class="mdRow">
cannam@86 957 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 958 <tr>
cannam@86 959 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga51">FLAC__StreamDecoderInitStatus</a> FLAC::Decoder::Stream::init_ogg </td>
cannam@86 960 <td class="md" valign="top">(&nbsp;</td>
cannam@86 961 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 962 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 963 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 964 </tr>
cannam@86 965 </table>
cannam@86 966 </td>
cannam@86 967 </tr>
cannam@86 968 </table>
cannam@86 969 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 970 <tr>
cannam@86 971 <td>
cannam@86 972 &nbsp;
cannam@86 973 </td>
cannam@86 974 <td>
cannam@86 975
cannam@86 976 <p>
cannam@86 977 Seek <a class="el" href="group__flac__stream__decoder.html#ga37">FLAC__stream_decoder_init_ogg_stream()</a>.
cannam@86 978 <p>
cannam@86 979 </td>
cannam@86 980 </tr>
cannam@86 981 </table>
cannam@86 982 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama23" doxytag="FLAC::Decoder::File::finish"></a><p>
cannam@86 983 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 984 <tr>
cannam@86 985 <td class="mdRow">
cannam@86 986 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 987 <tr>
cannam@86 988 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::finish </td>
cannam@86 989 <td class="md" valign="top">(&nbsp;</td>
cannam@86 990 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 991 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 992 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 993 </tr>
cannam@86 994 </table>
cannam@86 995 </td>
cannam@86 996 </tr>
cannam@86 997 </table>
cannam@86 998 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 999 <tr>
cannam@86 1000 <td>
cannam@86 1001 &nbsp;
cannam@86 1002 </td>
cannam@86 1003 <td>
cannam@86 1004
cannam@86 1005 <p>
cannam@86 1006 See <a class="el" href="group__flac__stream__decoder.html#ga42">FLAC__stream_decoder_finish()</a>.
cannam@86 1007 <p>
cannam@86 1008 </td>
cannam@86 1009 </tr>
cannam@86 1010 </table>
cannam@86 1011 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama24" doxytag="FLAC::Decoder::File::flush"></a><p>
cannam@86 1012 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1013 <tr>
cannam@86 1014 <td class="mdRow">
cannam@86 1015 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1016 <tr>
cannam@86 1017 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::flush </td>
cannam@86 1018 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1019 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 1020 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1021 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 1022 </tr>
cannam@86 1023 </table>
cannam@86 1024 </td>
cannam@86 1025 </tr>
cannam@86 1026 </table>
cannam@86 1027 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1028 <tr>
cannam@86 1029 <td>
cannam@86 1030 &nbsp;
cannam@86 1031 </td>
cannam@86 1032 <td>
cannam@86 1033
cannam@86 1034 <p>
cannam@86 1035 See <a class="el" href="group__flac__stream__decoder.html#ga43">FLAC__stream_decoder_flush()</a>.
cannam@86 1036 <p>
cannam@86 1037 </td>
cannam@86 1038 </tr>
cannam@86 1039 </table>
cannam@86 1040 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama25" doxytag="FLAC::Decoder::File::reset"></a><p>
cannam@86 1041 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1042 <tr>
cannam@86 1043 <td class="mdRow">
cannam@86 1044 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1045 <tr>
cannam@86 1046 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::reset </td>
cannam@86 1047 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1048 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 1049 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1050 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 1051 </tr>
cannam@86 1052 </table>
cannam@86 1053 </td>
cannam@86 1054 </tr>
cannam@86 1055 </table>
cannam@86 1056 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1057 <tr>
cannam@86 1058 <td>
cannam@86 1059 &nbsp;
cannam@86 1060 </td>
cannam@86 1061 <td>
cannam@86 1062
cannam@86 1063 <p>
cannam@86 1064 See <a class="el" href="group__flac__stream__decoder.html#ga44">FLAC__stream_decoder_reset()</a>.
cannam@86 1065 <p>
cannam@86 1066 </td>
cannam@86 1067 </tr>
cannam@86 1068 </table>
cannam@86 1069 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama26" doxytag="FLAC::Decoder::File::process_single"></a><p>
cannam@86 1070 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1071 <tr>
cannam@86 1072 <td class="mdRow">
cannam@86 1073 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1074 <tr>
cannam@86 1075 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::process_single </td>
cannam@86 1076 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1077 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 1078 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1079 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 1080 </tr>
cannam@86 1081 </table>
cannam@86 1082 </td>
cannam@86 1083 </tr>
cannam@86 1084 </table>
cannam@86 1085 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1086 <tr>
cannam@86 1087 <td>
cannam@86 1088 &nbsp;
cannam@86 1089 </td>
cannam@86 1090 <td>
cannam@86 1091
cannam@86 1092 <p>
cannam@86 1093 See <a class="el" href="group__flac__stream__decoder.html#ga45">FLAC__stream_decoder_process_single()</a>.
cannam@86 1094 <p>
cannam@86 1095 </td>
cannam@86 1096 </tr>
cannam@86 1097 </table>
cannam@86 1098 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama27" doxytag="FLAC::Decoder::File::process_until_end_of_metadata"></a><p>
cannam@86 1099 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1100 <tr>
cannam@86 1101 <td class="mdRow">
cannam@86 1102 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1103 <tr>
cannam@86 1104 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::process_until_end_of_metadata </td>
cannam@86 1105 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1106 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 1107 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1108 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 1109 </tr>
cannam@86 1110 </table>
cannam@86 1111 </td>
cannam@86 1112 </tr>
cannam@86 1113 </table>
cannam@86 1114 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1115 <tr>
cannam@86 1116 <td>
cannam@86 1117 &nbsp;
cannam@86 1118 </td>
cannam@86 1119 <td>
cannam@86 1120
cannam@86 1121 <p>
cannam@86 1122 See <a class="el" href="group__flac__stream__decoder.html#ga46">FLAC__stream_decoder_process_until_end_of_metadata()</a>.
cannam@86 1123 <p>
cannam@86 1124 </td>
cannam@86 1125 </tr>
cannam@86 1126 </table>
cannam@86 1127 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama28" doxytag="FLAC::Decoder::File::process_until_end_of_stream"></a><p>
cannam@86 1128 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1129 <tr>
cannam@86 1130 <td class="mdRow">
cannam@86 1131 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1132 <tr>
cannam@86 1133 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::process_until_end_of_stream </td>
cannam@86 1134 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1135 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 1136 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1137 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 1138 </tr>
cannam@86 1139 </table>
cannam@86 1140 </td>
cannam@86 1141 </tr>
cannam@86 1142 </table>
cannam@86 1143 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1144 <tr>
cannam@86 1145 <td>
cannam@86 1146 &nbsp;
cannam@86 1147 </td>
cannam@86 1148 <td>
cannam@86 1149
cannam@86 1150 <p>
cannam@86 1151 See <a class="el" href="group__flac__stream__decoder.html#ga47">FLAC__stream_decoder_process_until_end_of_stream()</a>.
cannam@86 1152 <p>
cannam@86 1153 </td>
cannam@86 1154 </tr>
cannam@86 1155 </table>
cannam@86 1156 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama29" doxytag="FLAC::Decoder::File::skip_single_frame"></a><p>
cannam@86 1157 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1158 <tr>
cannam@86 1159 <td class="mdRow">
cannam@86 1160 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1161 <tr>
cannam@86 1162 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::skip_single_frame </td>
cannam@86 1163 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1164 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 1165 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1166 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 1167 </tr>
cannam@86 1168 </table>
cannam@86 1169 </td>
cannam@86 1170 </tr>
cannam@86 1171 </table>
cannam@86 1172 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1173 <tr>
cannam@86 1174 <td>
cannam@86 1175 &nbsp;
cannam@86 1176 </td>
cannam@86 1177 <td>
cannam@86 1178
cannam@86 1179 <p>
cannam@86 1180 See <a class="el" href="group__flac__stream__decoder.html#ga48">FLAC__stream_decoder_skip_single_frame()</a>.
cannam@86 1181 <p>
cannam@86 1182 </td>
cannam@86 1183 </tr>
cannam@86 1184 </table>
cannam@86 1185 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama30" doxytag="FLAC::Decoder::File::seek_absolute"></a><p>
cannam@86 1186 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1187 <tr>
cannam@86 1188 <td class="mdRow">
cannam@86 1189 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1190 <tr>
cannam@86 1191 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::seek_absolute </td>
cannam@86 1192 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1193 <td class="md" nowrap valign="top">FLAC__uint64&nbsp;</td>
cannam@86 1194 <td class="mdname1" valign="top" nowrap> <em>sample</em> </td>
cannam@86 1195 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1196 <td class="md" nowrap><code> [virtual, inherited]</code></td>
cannam@86 1197 </tr>
cannam@86 1198 </table>
cannam@86 1199 </td>
cannam@86 1200 </tr>
cannam@86 1201 </table>
cannam@86 1202 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1203 <tr>
cannam@86 1204 <td>
cannam@86 1205 &nbsp;
cannam@86 1206 </td>
cannam@86 1207 <td>
cannam@86 1208
cannam@86 1209 <p>
cannam@86 1210 See <a class="el" href="group__flac__stream__decoder.html#ga49">FLAC__stream_decoder_seek_absolute()</a>.
cannam@86 1211 <p>
cannam@86 1212 </td>
cannam@86 1213 </tr>
cannam@86 1214 </table>
cannam@86 1215 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb1" doxytag="FLAC::Decoder::File::seek_callback"></a><p>
cannam@86 1216 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1217 <tr>
cannam@86 1218 <td class="mdRow">
cannam@86 1219 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1220 <tr>
cannam@86 1221 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga53">FLAC__StreamDecoderSeekStatus</a> FLAC::Decoder::Stream::seek_callback </td>
cannam@86 1222 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1223 <td class="md" nowrap valign="top">FLAC__uint64&nbsp;</td>
cannam@86 1224 <td class="mdname1" valign="top" nowrap> <em>absolute_byte_offset</em> </td>
cannam@86 1225 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1226 <td class="md" nowrap><code> [protected, virtual, inherited]</code></td>
cannam@86 1227 </tr>
cannam@86 1228 </table>
cannam@86 1229 </td>
cannam@86 1230 </tr>
cannam@86 1231 </table>
cannam@86 1232 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1233 <tr>
cannam@86 1234 <td>
cannam@86 1235 &nbsp;
cannam@86 1236 </td>
cannam@86 1237 <td>
cannam@86 1238
cannam@86 1239 <p>
cannam@86 1240 see FLAC__StreamDecoderSeekCallback
cannam@86 1241 <p>
cannam@86 1242 </td>
cannam@86 1243 </tr>
cannam@86 1244 </table>
cannam@86 1245 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb2" doxytag="FLAC::Decoder::File::tell_callback"></a><p>
cannam@86 1246 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1247 <tr>
cannam@86 1248 <td class="mdRow">
cannam@86 1249 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1250 <tr>
cannam@86 1251 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga54">FLAC__StreamDecoderTellStatus</a> FLAC::Decoder::Stream::tell_callback </td>
cannam@86 1252 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1253 <td class="md" nowrap valign="top">FLAC__uint64 *&nbsp;</td>
cannam@86 1254 <td class="mdname1" valign="top" nowrap> <em>absolute_byte_offset</em> </td>
cannam@86 1255 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1256 <td class="md" nowrap><code> [protected, virtual, inherited]</code></td>
cannam@86 1257 </tr>
cannam@86 1258 </table>
cannam@86 1259 </td>
cannam@86 1260 </tr>
cannam@86 1261 </table>
cannam@86 1262 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1263 <tr>
cannam@86 1264 <td>
cannam@86 1265 &nbsp;
cannam@86 1266 </td>
cannam@86 1267 <td>
cannam@86 1268
cannam@86 1269 <p>
cannam@86 1270 see FLAC__StreamDecoderTellCallback
cannam@86 1271 <p>
cannam@86 1272 </td>
cannam@86 1273 </tr>
cannam@86 1274 </table>
cannam@86 1275 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb3" doxytag="FLAC::Decoder::File::length_callback"></a><p>
cannam@86 1276 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1277 <tr>
cannam@86 1278 <td class="mdRow">
cannam@86 1279 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1280 <tr>
cannam@86 1281 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga55">FLAC__StreamDecoderLengthStatus</a> FLAC::Decoder::Stream::length_callback </td>
cannam@86 1282 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1283 <td class="md" nowrap valign="top">FLAC__uint64 *&nbsp;</td>
cannam@86 1284 <td class="mdname1" valign="top" nowrap> <em>stream_length</em> </td>
cannam@86 1285 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1286 <td class="md" nowrap><code> [protected, virtual, inherited]</code></td>
cannam@86 1287 </tr>
cannam@86 1288 </table>
cannam@86 1289 </td>
cannam@86 1290 </tr>
cannam@86 1291 </table>
cannam@86 1292 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1293 <tr>
cannam@86 1294 <td>
cannam@86 1295 &nbsp;
cannam@86 1296 </td>
cannam@86 1297 <td>
cannam@86 1298
cannam@86 1299 <p>
cannam@86 1300 see FLAC__StreamDecoderLengthCallback
cannam@86 1301 <p>
cannam@86 1302 </td>
cannam@86 1303 </tr>
cannam@86 1304 </table>
cannam@86 1305 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb4" doxytag="FLAC::Decoder::File::eof_callback"></a><p>
cannam@86 1306 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1307 <tr>
cannam@86 1308 <td class="mdRow">
cannam@86 1309 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1310 <tr>
cannam@86 1311 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::eof_callback </td>
cannam@86 1312 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1313 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 1314 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1315 <td class="md" nowrap><code> [protected, virtual, inherited]</code></td>
cannam@86 1316 </tr>
cannam@86 1317 </table>
cannam@86 1318 </td>
cannam@86 1319 </tr>
cannam@86 1320 </table>
cannam@86 1321 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1322 <tr>
cannam@86 1323 <td>
cannam@86 1324 &nbsp;
cannam@86 1325 </td>
cannam@86 1326 <td>
cannam@86 1327
cannam@86 1328 <p>
cannam@86 1329 see FLAC__StreamDecoderEofCallback
cannam@86 1330 <p>
cannam@86 1331 </td>
cannam@86 1332 </tr>
cannam@86 1333 </table>
cannam@86 1334 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb5" doxytag="FLAC::Decoder::File::write_callback"></a><p>
cannam@86 1335 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1336 <tr>
cannam@86 1337 <td class="mdRow">
cannam@86 1338 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1339 <tr>
cannam@86 1340 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga56">FLAC__StreamDecoderWriteStatus</a> FLAC::Decoder::Stream::write_callback </td>
cannam@86 1341 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1342 <td class="md" nowrap valign="top">const ::<a class="el" href="structFLAC____Frame.html">FLAC__Frame</a> *&nbsp;</td>
cannam@86 1343 <td class="mdname" nowrap> <em>frame</em>, </td>
cannam@86 1344 </tr>
cannam@86 1345 <tr>
cannam@86 1346 <td class="md" nowrap align="right"></td>
cannam@86 1347 <td class="md"></td>
cannam@86 1348 <td class="md" nowrap>const FLAC__int32 *const &nbsp;</td>
cannam@86 1349 <td class="mdname" nowrap> <em>buffer</em>[]</td>
cannam@86 1350 </tr>
cannam@86 1351 <tr>
cannam@86 1352 <td class="md"></td>
cannam@86 1353 <td class="md">)&nbsp;</td>
cannam@86 1354 <td class="md" colspan="2"><code> [protected, pure virtual, inherited]</code></td>
cannam@86 1355 </tr>
cannam@86 1356 </table>
cannam@86 1357 </td>
cannam@86 1358 </tr>
cannam@86 1359 </table>
cannam@86 1360 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1361 <tr>
cannam@86 1362 <td>
cannam@86 1363 &nbsp;
cannam@86 1364 </td>
cannam@86 1365 <td>
cannam@86 1366
cannam@86 1367 <p>
cannam@86 1368 see FLAC__StreamDecoderWriteCallback
cannam@86 1369 <p>
cannam@86 1370 </td>
cannam@86 1371 </tr>
cannam@86 1372 </table>
cannam@86 1373 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb6" doxytag="FLAC::Decoder::File::metadata_callback"></a><p>
cannam@86 1374 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1375 <tr>
cannam@86 1376 <td class="mdRow">
cannam@86 1377 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1378 <tr>
cannam@86 1379 <td class="md" nowrap valign="top">virtual void FLAC::Decoder::Stream::metadata_callback </td>
cannam@86 1380 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1381 <td class="md" nowrap valign="top">const ::<a class="el" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> *&nbsp;</td>
cannam@86 1382 <td class="mdname1" valign="top" nowrap> <em>metadata</em> </td>
cannam@86 1383 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1384 <td class="md" nowrap><code> [protected, virtual, inherited]</code></td>
cannam@86 1385 </tr>
cannam@86 1386 </table>
cannam@86 1387 </td>
cannam@86 1388 </tr>
cannam@86 1389 </table>
cannam@86 1390 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1391 <tr>
cannam@86 1392 <td>
cannam@86 1393 &nbsp;
cannam@86 1394 </td>
cannam@86 1395 <td>
cannam@86 1396
cannam@86 1397 <p>
cannam@86 1398 see FLAC__StreamDecoderMetadataCallback
cannam@86 1399 <p>
cannam@86 1400 </td>
cannam@86 1401 </tr>
cannam@86 1402 </table>
cannam@86 1403 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb7" doxytag="FLAC::Decoder::File::error_callback"></a><p>
cannam@86 1404 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1405 <tr>
cannam@86 1406 <td class="mdRow">
cannam@86 1407 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1408 <tr>
cannam@86 1409 <td class="md" nowrap valign="top">virtual void FLAC::Decoder::Stream::error_callback </td>
cannam@86 1410 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1411 <td class="md" nowrap valign="top">::<a class="el" href="group__flac__stream__decoder.html#ga57">FLAC__StreamDecoderErrorStatus</a>&nbsp;</td>
cannam@86 1412 <td class="mdname1" valign="top" nowrap> <em>status</em> </td>
cannam@86 1413 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1414 <td class="md" nowrap><code> [protected, pure virtual, inherited]</code></td>
cannam@86 1415 </tr>
cannam@86 1416 </table>
cannam@86 1417 </td>
cannam@86 1418 </tr>
cannam@86 1419 </table>
cannam@86 1420 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1421 <tr>
cannam@86 1422 <td>
cannam@86 1423 &nbsp;
cannam@86 1424 </td>
cannam@86 1425 <td>
cannam@86 1426
cannam@86 1427 <p>
cannam@86 1428 see FLAC__StreamDecoderErrorCallback
cannam@86 1429 <p>
cannam@86 1430 </td>
cannam@86 1431 </tr>
cannam@86 1432 </table>
cannam@86 1433 <hr>The documentation for this class was generated from the following file:<ul>
cannam@86 1434 <li>include/FLAC++/<a class="el" href="decoder_8h-source.html">decoder.h</a></ul>
cannam@86 1435
cannam@86 1436 <hr size="1">
cannam@86 1437 <div class="copyright">
cannam@86 1438 <!-- @@@ oh so hacky -->
cannam@86 1439 <table>
cannam@86 1440 <tr>
cannam@86 1441 <td align="left">
cannam@86 1442 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
cannam@86 1443 </td>
cannam@86 1444 <td width="1%" align="right">
cannam@86 1445 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
cannam@86 1446 </td>
cannam@86 1447 </tr>
cannam@86 1448 </table>
cannam@86 1449 </div>
cannam@86 1450 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson -->
cannam@86 1451 <!-- Permission is granted to copy, distribute and/or modify this document -->
cannam@86 1452 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
cannam@86 1453 <!-- or any later version published by the Free Software Foundation; -->
cannam@86 1454 <!-- with no invariant sections. -->
cannam@86 1455 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
cannam@86 1456 </body>
cannam@86 1457 </html>