annotate src/flac-1.2.1/doc/html/api/classFLAC_1_1Decoder_1_1Stream.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::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&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_1Stream.html">Stream</a></div>
cannam@86 10 <h1>FLAC::Decoder::Stream 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::Stream:
cannam@86 16 <p><center><img src="classFLAC_1_1Decoder_1_1Stream.png" usemap="#FLAC::Decoder::Stream_map" border="0" alt=""></center>
cannam@86 17 <map name="FLAC::Decoder::Stream_map">
cannam@86 18 <area href="classFLAC_1_1Decoder_1_1File.html" alt="FLAC::Decoder::File" shape="rect" coords="0,56,145,80">
cannam@86 19 </map>
cannam@86 20 <a href="classFLAC_1_1Decoder_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____StreamDecoder.html">FLAC__StreamDecoder</a>. If you are decoding from a file, <a class="el" href="classFLAC_1_1Decoder_1_1File.html">FLAC::Decoder::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____StreamDecoder.html">FLAC__StreamDecoder</a>, except instead of providing callbacks to FLAC__stream_decoder_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_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama21">init()</a> or <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama22">init_ogg()</a>. The rest of the calls work the same as in the C layer.<p>
cannam@86 24 Only the read, write, and error callbacks are mandatory. The others are optional; this class provides default implementations that do nothing. In order for seeking to work you must overide <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb1">seek_callback()</a>, <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb2">tell_callback()</a>, <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb3">length_callback()</a>, and <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streamb4">eof_callback()</a>.
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&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 30
cannam@86 31 <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 32
cannam@86 33 <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 34
cannam@86 35 <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 36
cannam@86 37 <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 38
cannam@86 39 <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 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_1Streama8">set_metadata_respond_all</a> ()</td></tr>
cannam@86 42
cannam@86 43 <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 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_1Streama10">set_metadata_ignore_application</a> (const FLAC__byte id[4])</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_1Streama11">set_metadata_ignore_all</a> ()</td></tr>
cannam@86 48
cannam@86 49 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classFLAC_1_1Decoder_1_1Stream_1_1State.html">State</a>&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 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_1Streama13">get_md5_checking</a> () const </td></tr>
cannam@86 52
cannam@86 53 <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 54
cannam@86 55 <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 56
cannam@86 57 <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 58
cannam@86 59 <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 60
cannam@86 61 <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 62
cannam@86 63 <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 64
cannam@86 65 <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 66
cannam@86 67 <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 68
cannam@86 69 <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 70
cannam@86 71 <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 72
cannam@86 73 <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 74
cannam@86 75 <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 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_1Streama26">process_single</a> ()</td></tr>
cannam@86 78
cannam@86 79 <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 80
cannam@86 81 <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 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_1Streama29">skip_single_frame</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_1Streama30">seek_absolute</a> (FLAC__uint64 sample)</td></tr>
cannam@86 86
cannam@86 87 <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
cannam@86 88 <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_1Stream.html#FLAC_1_1Decoder_1_1Streamb0">read_callback</a> (FLAC__byte buffer[], size_t *bytes)=0</td></tr>
cannam@86 89
cannam@86 90 <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 91
cannam@86 92 <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 93
cannam@86 94 <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 95
cannam@86 96 <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 97
cannam@86 98 <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 99
cannam@86 100 <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 101
cannam@86 102 <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 103
cannam@86 104 <tr><td colspan="2"><br><h2>Static Protected Member Functions</h2></td></tr>
cannam@86 105 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf0" doxytag="FLAC::Decoder::Stream::read_callback_"></a>
cannam@86 106 ::<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 107
cannam@86 108 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf1" doxytag="FLAC::Decoder::Stream::seek_callback_"></a>
cannam@86 109 ::<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 110
cannam@86 111 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf2" doxytag="FLAC::Decoder::Stream::tell_callback_"></a>
cannam@86 112 ::<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 113
cannam@86 114 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf3" doxytag="FLAC::Decoder::Stream::length_callback_"></a>
cannam@86 115 ::<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 116
cannam@86 117 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf4" doxytag="FLAC::Decoder::Stream::eof_callback_"></a>
cannam@86 118 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 119
cannam@86 120 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf5" doxytag="FLAC::Decoder::Stream::write_callback_"></a>
cannam@86 121 ::<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 122
cannam@86 123 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf6" doxytag="FLAC::Decoder::Stream::metadata_callback_"></a>
cannam@86 124 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 125
cannam@86 126 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamf7" doxytag="FLAC::Decoder::Stream::error_callback_"></a>
cannam@86 127 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 128
cannam@86 129 <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
cannam@86 130 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="FLAC_1_1Decoder_1_1Streamp0" doxytag="FLAC::Decoder::Stream::decoder_"></a>
cannam@86 131 ::<a class="el" href="structFLAC____StreamDecoder.html">FLAC__StreamDecoder</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>decoder_</b></td></tr>
cannam@86 132
cannam@86 133 <tr><td colspan="2"><br><h2>Classes</h2></td></tr>
cannam@86 134 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFLAC_1_1Decoder_1_1Stream_1_1State.html">State</a></td></tr>
cannam@86 135
cannam@86 136 </table>
cannam@86 137 <hr><h2>Member Function Documentation</h2>
cannam@86 138 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama2" doxytag="FLAC::Decoder::Stream::is_valid"></a><p>
cannam@86 139 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 140 <tr>
cannam@86 141 <td class="mdRow">
cannam@86 142 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 143 <tr>
cannam@86 144 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::is_valid </td>
cannam@86 145 <td class="md" valign="top">(&nbsp;</td>
cannam@86 146 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 147 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 148 <td class="md" nowrap> const<code> [virtual]</code></td>
cannam@86 149 </tr>
cannam@86 150 </table>
cannam@86 151 </td>
cannam@86 152 </tr>
cannam@86 153 </table>
cannam@86 154 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 155 <tr>
cannam@86 156 <td>
cannam@86 157 &nbsp;
cannam@86 158 </td>
cannam@86 159 <td>
cannam@86 160
cannam@86 161 <p>
cannam@86 162 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 163 </tr>
cannam@86 164 </table>
cannam@86 165 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama3" doxytag="FLAC::Decoder::Stream::operator bool"></a><p>
cannam@86 166 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 167 <tr>
cannam@86 168 <td class="mdRow">
cannam@86 169 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 170 <tr>
cannam@86 171 <td class="md" nowrap valign="top">FLAC::Decoder::Stream::operator bool </td>
cannam@86 172 <td class="md" valign="top">(&nbsp;</td>
cannam@86 173 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 174 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 175 <td class="md" nowrap> const<code> [inline]</code></td>
cannam@86 176 </tr>
cannam@86 177 </table>
cannam@86 178 </td>
cannam@86 179 </tr>
cannam@86 180 </table>
cannam@86 181 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 182 <tr>
cannam@86 183 <td>
cannam@86 184 &nbsp;
cannam@86 185 </td>
cannam@86 186 <td>
cannam@86 187
cannam@86 188 <p>
cannam@86 189 See <a class="el" href="classFLAC_1_1Decoder_1_1Stream.html#FLAC_1_1Decoder_1_1Streama2">is_valid()</a>.
cannam@86 190 <p>
cannam@86 191 </td>
cannam@86 192 </tr>
cannam@86 193 </table>
cannam@86 194 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama4" doxytag="FLAC::Decoder::Stream::set_ogg_serial_number"></a><p>
cannam@86 195 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 196 <tr>
cannam@86 197 <td class="mdRow">
cannam@86 198 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 199 <tr>
cannam@86 200 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_ogg_serial_number </td>
cannam@86 201 <td class="md" valign="top">(&nbsp;</td>
cannam@86 202 <td class="md" nowrap valign="top">long&nbsp;</td>
cannam@86 203 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
cannam@86 204 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 205 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 206 </tr>
cannam@86 207 </table>
cannam@86 208 </td>
cannam@86 209 </tr>
cannam@86 210 </table>
cannam@86 211 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 212 <tr>
cannam@86 213 <td>
cannam@86 214 &nbsp;
cannam@86 215 </td>
cannam@86 216 <td>
cannam@86 217
cannam@86 218 <p>
cannam@86 219 See <a class="el" href="group__flac__stream__decoder.html#ga18">FLAC__stream_decoder_set_ogg_serial_number()</a>.
cannam@86 220 <p>
cannam@86 221 </td>
cannam@86 222 </tr>
cannam@86 223 </table>
cannam@86 224 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama5" doxytag="FLAC::Decoder::Stream::set_md5_checking"></a><p>
cannam@86 225 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 226 <tr>
cannam@86 227 <td class="mdRow">
cannam@86 228 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 229 <tr>
cannam@86 230 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_md5_checking </td>
cannam@86 231 <td class="md" valign="top">(&nbsp;</td>
cannam@86 232 <td class="md" nowrap valign="top">bool&nbsp;</td>
cannam@86 233 <td class="mdname1" valign="top" nowrap> <em>value</em> </td>
cannam@86 234 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 235 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 236 </tr>
cannam@86 237 </table>
cannam@86 238 </td>
cannam@86 239 </tr>
cannam@86 240 </table>
cannam@86 241 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 242 <tr>
cannam@86 243 <td>
cannam@86 244 &nbsp;
cannam@86 245 </td>
cannam@86 246 <td>
cannam@86 247
cannam@86 248 <p>
cannam@86 249 See <a class="el" href="group__flac__stream__decoder.html#ga19">FLAC__stream_decoder_set_md5_checking()</a>.
cannam@86 250 <p>
cannam@86 251 </td>
cannam@86 252 </tr>
cannam@86 253 </table>
cannam@86 254 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama6" doxytag="FLAC::Decoder::Stream::set_metadata_respond"></a><p>
cannam@86 255 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 256 <tr>
cannam@86 257 <td class="mdRow">
cannam@86 258 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 259 <tr>
cannam@86 260 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_respond </td>
cannam@86 261 <td class="md" valign="top">(&nbsp;</td>
cannam@86 262 <td class="md" nowrap valign="top">::<a class="el" href="group__flac__format.html#ga113">FLAC__MetadataType</a>&nbsp;</td>
cannam@86 263 <td class="mdname1" valign="top" nowrap> <em>type</em> </td>
cannam@86 264 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 265 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 266 </tr>
cannam@86 267 </table>
cannam@86 268 </td>
cannam@86 269 </tr>
cannam@86 270 </table>
cannam@86 271 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 272 <tr>
cannam@86 273 <td>
cannam@86 274 &nbsp;
cannam@86 275 </td>
cannam@86 276 <td>
cannam@86 277
cannam@86 278 <p>
cannam@86 279 See <a class="el" href="group__flac__stream__decoder.html#ga20">FLAC__stream_decoder_set_metadata_respond()</a>.
cannam@86 280 <p>
cannam@86 281 </td>
cannam@86 282 </tr>
cannam@86 283 </table>
cannam@86 284 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama7" doxytag="FLAC::Decoder::Stream::set_metadata_respond_application"></a><p>
cannam@86 285 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 286 <tr>
cannam@86 287 <td class="mdRow">
cannam@86 288 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 289 <tr>
cannam@86 290 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_respond_application </td>
cannam@86 291 <td class="md" valign="top">(&nbsp;</td>
cannam@86 292 <td class="md" nowrap valign="top">const FLAC__byte&nbsp;</td>
cannam@86 293 <td class="mdname1" valign="top" nowrap> <em>id</em>[4] </td>
cannam@86 294 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 295 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 296 </tr>
cannam@86 297 </table>
cannam@86 298 </td>
cannam@86 299 </tr>
cannam@86 300 </table>
cannam@86 301 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 302 <tr>
cannam@86 303 <td>
cannam@86 304 &nbsp;
cannam@86 305 </td>
cannam@86 306 <td>
cannam@86 307
cannam@86 308 <p>
cannam@86 309 See <a class="el" href="group__flac__stream__decoder.html#ga21">FLAC__stream_decoder_set_metadata_respond_application()</a>.
cannam@86 310 <p>
cannam@86 311 </td>
cannam@86 312 </tr>
cannam@86 313 </table>
cannam@86 314 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama8" doxytag="FLAC::Decoder::Stream::set_metadata_respond_all"></a><p>
cannam@86 315 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 316 <tr>
cannam@86 317 <td class="mdRow">
cannam@86 318 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 319 <tr>
cannam@86 320 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_respond_all </td>
cannam@86 321 <td class="md" valign="top">(&nbsp;</td>
cannam@86 322 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 323 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 324 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 325 </tr>
cannam@86 326 </table>
cannam@86 327 </td>
cannam@86 328 </tr>
cannam@86 329 </table>
cannam@86 330 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 331 <tr>
cannam@86 332 <td>
cannam@86 333 &nbsp;
cannam@86 334 </td>
cannam@86 335 <td>
cannam@86 336
cannam@86 337 <p>
cannam@86 338 See <a class="el" href="group__flac__stream__decoder.html#ga22">FLAC__stream_decoder_set_metadata_respond_all()</a>.
cannam@86 339 <p>
cannam@86 340 </td>
cannam@86 341 </tr>
cannam@86 342 </table>
cannam@86 343 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama9" doxytag="FLAC::Decoder::Stream::set_metadata_ignore"></a><p>
cannam@86 344 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 345 <tr>
cannam@86 346 <td class="mdRow">
cannam@86 347 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 348 <tr>
cannam@86 349 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_ignore </td>
cannam@86 350 <td class="md" valign="top">(&nbsp;</td>
cannam@86 351 <td class="md" nowrap valign="top">::<a class="el" href="group__flac__format.html#ga113">FLAC__MetadataType</a>&nbsp;</td>
cannam@86 352 <td class="mdname1" valign="top" nowrap> <em>type</em> </td>
cannam@86 353 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 354 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 355 </tr>
cannam@86 356 </table>
cannam@86 357 </td>
cannam@86 358 </tr>
cannam@86 359 </table>
cannam@86 360 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 361 <tr>
cannam@86 362 <td>
cannam@86 363 &nbsp;
cannam@86 364 </td>
cannam@86 365 <td>
cannam@86 366
cannam@86 367 <p>
cannam@86 368 See <a class="el" href="group__flac__stream__decoder.html#ga23">FLAC__stream_decoder_set_metadata_ignore()</a>.
cannam@86 369 <p>
cannam@86 370 </td>
cannam@86 371 </tr>
cannam@86 372 </table>
cannam@86 373 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama10" doxytag="FLAC::Decoder::Stream::set_metadata_ignore_application"></a><p>
cannam@86 374 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 375 <tr>
cannam@86 376 <td class="mdRow">
cannam@86 377 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 378 <tr>
cannam@86 379 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_ignore_application </td>
cannam@86 380 <td class="md" valign="top">(&nbsp;</td>
cannam@86 381 <td class="md" nowrap valign="top">const FLAC__byte&nbsp;</td>
cannam@86 382 <td class="mdname1" valign="top" nowrap> <em>id</em>[4] </td>
cannam@86 383 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 384 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 385 </tr>
cannam@86 386 </table>
cannam@86 387 </td>
cannam@86 388 </tr>
cannam@86 389 </table>
cannam@86 390 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 391 <tr>
cannam@86 392 <td>
cannam@86 393 &nbsp;
cannam@86 394 </td>
cannam@86 395 <td>
cannam@86 396
cannam@86 397 <p>
cannam@86 398 See <a class="el" href="group__flac__stream__decoder.html#ga24">FLAC__stream_decoder_set_metadata_ignore_application()</a>.
cannam@86 399 <p>
cannam@86 400 </td>
cannam@86 401 </tr>
cannam@86 402 </table>
cannam@86 403 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama11" doxytag="FLAC::Decoder::Stream::set_metadata_ignore_all"></a><p>
cannam@86 404 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 405 <tr>
cannam@86 406 <td class="mdRow">
cannam@86 407 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 408 <tr>
cannam@86 409 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::set_metadata_ignore_all </td>
cannam@86 410 <td class="md" valign="top">(&nbsp;</td>
cannam@86 411 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 412 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 413 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 414 </tr>
cannam@86 415 </table>
cannam@86 416 </td>
cannam@86 417 </tr>
cannam@86 418 </table>
cannam@86 419 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 420 <tr>
cannam@86 421 <td>
cannam@86 422 &nbsp;
cannam@86 423 </td>
cannam@86 424 <td>
cannam@86 425
cannam@86 426 <p>
cannam@86 427 See <a class="el" href="group__flac__stream__decoder.html#ga25">FLAC__stream_decoder_set_metadata_ignore_all()</a>.
cannam@86 428 <p>
cannam@86 429 </td>
cannam@86 430 </tr>
cannam@86 431 </table>
cannam@86 432 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama12" doxytag="FLAC::Decoder::Stream::get_state"></a><p>
cannam@86 433 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 434 <tr>
cannam@86 435 <td class="mdRow">
cannam@86 436 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 437 <tr>
cannam@86 438 <td class="md" nowrap valign="top"><a class="el" href="classFLAC_1_1Decoder_1_1Stream_1_1State.html">State</a> FLAC::Decoder::Stream::get_state </td>
cannam@86 439 <td class="md" valign="top">(&nbsp;</td>
cannam@86 440 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 441 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 442 <td class="md" nowrap> const</td>
cannam@86 443 </tr>
cannam@86 444 </table>
cannam@86 445 </td>
cannam@86 446 </tr>
cannam@86 447 </table>
cannam@86 448 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 449 <tr>
cannam@86 450 <td>
cannam@86 451 &nbsp;
cannam@86 452 </td>
cannam@86 453 <td>
cannam@86 454
cannam@86 455 <p>
cannam@86 456 See <a class="el" href="group__flac__stream__decoder.html#ga26">FLAC__stream_decoder_get_state()</a>.
cannam@86 457 <p>
cannam@86 458 </td>
cannam@86 459 </tr>
cannam@86 460 </table>
cannam@86 461 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama13" doxytag="FLAC::Decoder::Stream::get_md5_checking"></a><p>
cannam@86 462 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 463 <tr>
cannam@86 464 <td class="mdRow">
cannam@86 465 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 466 <tr>
cannam@86 467 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::get_md5_checking </td>
cannam@86 468 <td class="md" valign="top">(&nbsp;</td>
cannam@86 469 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 470 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 471 <td class="md" nowrap> const<code> [virtual]</code></td>
cannam@86 472 </tr>
cannam@86 473 </table>
cannam@86 474 </td>
cannam@86 475 </tr>
cannam@86 476 </table>
cannam@86 477 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 478 <tr>
cannam@86 479 <td>
cannam@86 480 &nbsp;
cannam@86 481 </td>
cannam@86 482 <td>
cannam@86 483
cannam@86 484 <p>
cannam@86 485 See <a class="el" href="group__flac__stream__decoder.html#ga28">FLAC__stream_decoder_get_md5_checking()</a>.
cannam@86 486 <p>
cannam@86 487 </td>
cannam@86 488 </tr>
cannam@86 489 </table>
cannam@86 490 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama14" doxytag="FLAC::Decoder::Stream::get_total_samples"></a><p>
cannam@86 491 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 492 <tr>
cannam@86 493 <td class="mdRow">
cannam@86 494 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 495 <tr>
cannam@86 496 <td class="md" nowrap valign="top">virtual FLAC__uint64 FLAC::Decoder::Stream::get_total_samples </td>
cannam@86 497 <td class="md" valign="top">(&nbsp;</td>
cannam@86 498 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 499 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 500 <td class="md" nowrap> const<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 &nbsp;
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__decoder.html#ga29">FLAC__stream_decoder_get_total_samples()</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_1Decoder_1_1Streama15" doxytag="FLAC::Decoder::Stream::get_channels"></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 unsigned FLAC::Decoder::Stream::get_channels </td>
cannam@86 526 <td class="md" valign="top">(&nbsp;</td>
cannam@86 527 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 528 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 529 <td class="md" nowrap> const<code> [virtual]</code></td>
cannam@86 530 </tr>
cannam@86 531 </table>
cannam@86 532 </td>
cannam@86 533 </tr>
cannam@86 534 </table>
cannam@86 535 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 536 <tr>
cannam@86 537 <td>
cannam@86 538 &nbsp;
cannam@86 539 </td>
cannam@86 540 <td>
cannam@86 541
cannam@86 542 <p>
cannam@86 543 See <a class="el" href="group__flac__stream__decoder.html#ga30">FLAC__stream_decoder_get_channels()</a>.
cannam@86 544 <p>
cannam@86 545 </td>
cannam@86 546 </tr>
cannam@86 547 </table>
cannam@86 548 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama16" doxytag="FLAC::Decoder::Stream::get_channel_assignment"></a><p>
cannam@86 549 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 550 <tr>
cannam@86 551 <td class="mdRow">
cannam@86 552 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 553 <tr>
cannam@86 554 <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 555 <td class="md" valign="top">(&nbsp;</td>
cannam@86 556 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 557 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 558 <td class="md" nowrap> const<code> [virtual]</code></td>
cannam@86 559 </tr>
cannam@86 560 </table>
cannam@86 561 </td>
cannam@86 562 </tr>
cannam@86 563 </table>
cannam@86 564 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 565 <tr>
cannam@86 566 <td>
cannam@86 567 &nbsp;
cannam@86 568 </td>
cannam@86 569 <td>
cannam@86 570
cannam@86 571 <p>
cannam@86 572 See <a class="el" href="group__flac__stream__decoder.html#ga31">FLAC__stream_decoder_get_channel_assignment()</a>.
cannam@86 573 <p>
cannam@86 574 </td>
cannam@86 575 </tr>
cannam@86 576 </table>
cannam@86 577 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama17" doxytag="FLAC::Decoder::Stream::get_bits_per_sample"></a><p>
cannam@86 578 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 579 <tr>
cannam@86 580 <td class="mdRow">
cannam@86 581 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 582 <tr>
cannam@86 583 <td class="md" nowrap valign="top">virtual unsigned FLAC::Decoder::Stream::get_bits_per_sample </td>
cannam@86 584 <td class="md" valign="top">(&nbsp;</td>
cannam@86 585 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 586 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 587 <td class="md" nowrap> const<code> [virtual]</code></td>
cannam@86 588 </tr>
cannam@86 589 </table>
cannam@86 590 </td>
cannam@86 591 </tr>
cannam@86 592 </table>
cannam@86 593 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 594 <tr>
cannam@86 595 <td>
cannam@86 596 &nbsp;
cannam@86 597 </td>
cannam@86 598 <td>
cannam@86 599
cannam@86 600 <p>
cannam@86 601 See <a class="el" href="group__flac__stream__decoder.html#ga32">FLAC__stream_decoder_get_bits_per_sample()</a>.
cannam@86 602 <p>
cannam@86 603 </td>
cannam@86 604 </tr>
cannam@86 605 </table>
cannam@86 606 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama18" doxytag="FLAC::Decoder::Stream::get_sample_rate"></a><p>
cannam@86 607 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 608 <tr>
cannam@86 609 <td class="mdRow">
cannam@86 610 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 611 <tr>
cannam@86 612 <td class="md" nowrap valign="top">virtual unsigned FLAC::Decoder::Stream::get_sample_rate </td>
cannam@86 613 <td class="md" valign="top">(&nbsp;</td>
cannam@86 614 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 615 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 616 <td class="md" nowrap> const<code> [virtual]</code></td>
cannam@86 617 </tr>
cannam@86 618 </table>
cannam@86 619 </td>
cannam@86 620 </tr>
cannam@86 621 </table>
cannam@86 622 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 623 <tr>
cannam@86 624 <td>
cannam@86 625 &nbsp;
cannam@86 626 </td>
cannam@86 627 <td>
cannam@86 628
cannam@86 629 <p>
cannam@86 630 See <a class="el" href="group__flac__stream__decoder.html#ga33">FLAC__stream_decoder_get_sample_rate()</a>.
cannam@86 631 <p>
cannam@86 632 </td>
cannam@86 633 </tr>
cannam@86 634 </table>
cannam@86 635 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama19" doxytag="FLAC::Decoder::Stream::get_blocksize"></a><p>
cannam@86 636 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 637 <tr>
cannam@86 638 <td class="mdRow">
cannam@86 639 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 640 <tr>
cannam@86 641 <td class="md" nowrap valign="top">virtual unsigned FLAC::Decoder::Stream::get_blocksize </td>
cannam@86 642 <td class="md" valign="top">(&nbsp;</td>
cannam@86 643 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 644 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 645 <td class="md" nowrap> const<code> [virtual]</code></td>
cannam@86 646 </tr>
cannam@86 647 </table>
cannam@86 648 </td>
cannam@86 649 </tr>
cannam@86 650 </table>
cannam@86 651 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 652 <tr>
cannam@86 653 <td>
cannam@86 654 &nbsp;
cannam@86 655 </td>
cannam@86 656 <td>
cannam@86 657
cannam@86 658 <p>
cannam@86 659 See <a class="el" href="group__flac__stream__decoder.html#ga34">FLAC__stream_decoder_get_blocksize()</a>.
cannam@86 660 <p>
cannam@86 661 </td>
cannam@86 662 </tr>
cannam@86 663 </table>
cannam@86 664 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama20" doxytag="FLAC::Decoder::Stream::get_decode_position"></a><p>
cannam@86 665 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 666 <tr>
cannam@86 667 <td class="mdRow">
cannam@86 668 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 669 <tr>
cannam@86 670 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::get_decode_position </td>
cannam@86 671 <td class="md" valign="top">(&nbsp;</td>
cannam@86 672 <td class="md" nowrap valign="top">FLAC__uint64 *&nbsp;</td>
cannam@86 673 <td class="mdname1" valign="top" nowrap> <em>position</em> </td>
cannam@86 674 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 675 <td class="md" nowrap> const<code> [virtual]</code></td>
cannam@86 676 </tr>
cannam@86 677 </table>
cannam@86 678 </td>
cannam@86 679 </tr>
cannam@86 680 </table>
cannam@86 681 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 682 <tr>
cannam@86 683 <td>
cannam@86 684 &nbsp;
cannam@86 685 </td>
cannam@86 686 <td>
cannam@86 687
cannam@86 688 <p>
cannam@86 689 See <a class="el" href="group__flac__stream__decoder.html#ga35">FLAC__stream_decoder_get_decode_position()</a>.
cannam@86 690 <p>
cannam@86 691 </td>
cannam@86 692 </tr>
cannam@86 693 </table>
cannam@86 694 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama21" doxytag="FLAC::Decoder::Stream::init"></a><p>
cannam@86 695 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 696 <tr>
cannam@86 697 <td class="mdRow">
cannam@86 698 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 699 <tr>
cannam@86 700 <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 701 <td class="md" valign="top">(&nbsp;</td>
cannam@86 702 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 703 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 704 <td class="md" nowrap></td>
cannam@86 705 </tr>
cannam@86 706 </table>
cannam@86 707 </td>
cannam@86 708 </tr>
cannam@86 709 </table>
cannam@86 710 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 711 <tr>
cannam@86 712 <td>
cannam@86 713 &nbsp;
cannam@86 714 </td>
cannam@86 715 <td>
cannam@86 716
cannam@86 717 <p>
cannam@86 718 Seek <a class="el" href="group__flac__stream__decoder.html#ga36">FLAC__stream_decoder_init_stream()</a>.
cannam@86 719 <p>
cannam@86 720 </td>
cannam@86 721 </tr>
cannam@86 722 </table>
cannam@86 723 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama22" doxytag="FLAC::Decoder::Stream::init_ogg"></a><p>
cannam@86 724 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 725 <tr>
cannam@86 726 <td class="mdRow">
cannam@86 727 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 728 <tr>
cannam@86 729 <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 730 <td class="md" valign="top">(&nbsp;</td>
cannam@86 731 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 732 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 733 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 734 </tr>
cannam@86 735 </table>
cannam@86 736 </td>
cannam@86 737 </tr>
cannam@86 738 </table>
cannam@86 739 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 740 <tr>
cannam@86 741 <td>
cannam@86 742 &nbsp;
cannam@86 743 </td>
cannam@86 744 <td>
cannam@86 745
cannam@86 746 <p>
cannam@86 747 Seek <a class="el" href="group__flac__stream__decoder.html#ga37">FLAC__stream_decoder_init_ogg_stream()</a>.
cannam@86 748 <p>
cannam@86 749 </td>
cannam@86 750 </tr>
cannam@86 751 </table>
cannam@86 752 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama23" doxytag="FLAC::Decoder::Stream::finish"></a><p>
cannam@86 753 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 754 <tr>
cannam@86 755 <td class="mdRow">
cannam@86 756 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 757 <tr>
cannam@86 758 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::finish </td>
cannam@86 759 <td class="md" valign="top">(&nbsp;</td>
cannam@86 760 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 761 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 762 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 763 </tr>
cannam@86 764 </table>
cannam@86 765 </td>
cannam@86 766 </tr>
cannam@86 767 </table>
cannam@86 768 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 769 <tr>
cannam@86 770 <td>
cannam@86 771 &nbsp;
cannam@86 772 </td>
cannam@86 773 <td>
cannam@86 774
cannam@86 775 <p>
cannam@86 776 See <a class="el" href="group__flac__stream__decoder.html#ga42">FLAC__stream_decoder_finish()</a>.
cannam@86 777 <p>
cannam@86 778 </td>
cannam@86 779 </tr>
cannam@86 780 </table>
cannam@86 781 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama24" doxytag="FLAC::Decoder::Stream::flush"></a><p>
cannam@86 782 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 783 <tr>
cannam@86 784 <td class="mdRow">
cannam@86 785 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 786 <tr>
cannam@86 787 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::flush </td>
cannam@86 788 <td class="md" valign="top">(&nbsp;</td>
cannam@86 789 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 790 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 791 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 792 </tr>
cannam@86 793 </table>
cannam@86 794 </td>
cannam@86 795 </tr>
cannam@86 796 </table>
cannam@86 797 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 798 <tr>
cannam@86 799 <td>
cannam@86 800 &nbsp;
cannam@86 801 </td>
cannam@86 802 <td>
cannam@86 803
cannam@86 804 <p>
cannam@86 805 See <a class="el" href="group__flac__stream__decoder.html#ga43">FLAC__stream_decoder_flush()</a>.
cannam@86 806 <p>
cannam@86 807 </td>
cannam@86 808 </tr>
cannam@86 809 </table>
cannam@86 810 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama25" doxytag="FLAC::Decoder::Stream::reset"></a><p>
cannam@86 811 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 812 <tr>
cannam@86 813 <td class="mdRow">
cannam@86 814 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 815 <tr>
cannam@86 816 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::reset </td>
cannam@86 817 <td class="md" valign="top">(&nbsp;</td>
cannam@86 818 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 819 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 820 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 821 </tr>
cannam@86 822 </table>
cannam@86 823 </td>
cannam@86 824 </tr>
cannam@86 825 </table>
cannam@86 826 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 827 <tr>
cannam@86 828 <td>
cannam@86 829 &nbsp;
cannam@86 830 </td>
cannam@86 831 <td>
cannam@86 832
cannam@86 833 <p>
cannam@86 834 See <a class="el" href="group__flac__stream__decoder.html#ga44">FLAC__stream_decoder_reset()</a>.
cannam@86 835 <p>
cannam@86 836 </td>
cannam@86 837 </tr>
cannam@86 838 </table>
cannam@86 839 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama26" doxytag="FLAC::Decoder::Stream::process_single"></a><p>
cannam@86 840 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 841 <tr>
cannam@86 842 <td class="mdRow">
cannam@86 843 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 844 <tr>
cannam@86 845 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::process_single </td>
cannam@86 846 <td class="md" valign="top">(&nbsp;</td>
cannam@86 847 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 848 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 849 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 850 </tr>
cannam@86 851 </table>
cannam@86 852 </td>
cannam@86 853 </tr>
cannam@86 854 </table>
cannam@86 855 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 856 <tr>
cannam@86 857 <td>
cannam@86 858 &nbsp;
cannam@86 859 </td>
cannam@86 860 <td>
cannam@86 861
cannam@86 862 <p>
cannam@86 863 See <a class="el" href="group__flac__stream__decoder.html#ga45">FLAC__stream_decoder_process_single()</a>.
cannam@86 864 <p>
cannam@86 865 </td>
cannam@86 866 </tr>
cannam@86 867 </table>
cannam@86 868 <a class="anchor" name="FLAC_1_1Decoder_1_1Streama27" doxytag="FLAC::Decoder::Stream::process_until_end_of_metadata"></a><p>
cannam@86 869 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 870 <tr>
cannam@86 871 <td class="mdRow">
cannam@86 872 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 873 <tr>
cannam@86 874 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::process_until_end_of_metadata </td>
cannam@86 875 <td class="md" valign="top">(&nbsp;</td>
cannam@86 876 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 877 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 878 <td class="md" nowrap><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 &nbsp;
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__decoder.html#ga46">FLAC__stream_decoder_process_until_end_of_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_1Decoder_1_1Streama28" doxytag="FLAC::Decoder::Stream::process_until_end_of_stream"></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">virtual bool FLAC::Decoder::Stream::process_until_end_of_stream </td>
cannam@86 904 <td class="md" valign="top">(&nbsp;</td>
cannam@86 905 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 906 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 907 <td class="md" nowrap><code> [virtual]</code></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 &nbsp;
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__decoder.html#ga47">FLAC__stream_decoder_process_until_end_of_stream()</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_1Decoder_1_1Streama29" doxytag="FLAC::Decoder::Stream::skip_single_frame"></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 bool FLAC::Decoder::Stream::skip_single_frame </td>
cannam@86 933 <td class="md" valign="top">(&nbsp;</td>
cannam@86 934 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 935 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 936 <td class="md" nowrap><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 &nbsp;
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__decoder.html#ga48">FLAC__stream_decoder_skip_single_frame()</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_1Decoder_1_1Streama30" doxytag="FLAC::Decoder::Stream::seek_absolute"></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 bool FLAC::Decoder::Stream::seek_absolute </td>
cannam@86 962 <td class="md" valign="top">(&nbsp;</td>
cannam@86 963 <td class="md" nowrap valign="top">FLAC__uint64&nbsp;</td>
cannam@86 964 <td class="mdname1" valign="top" nowrap> <em>sample</em> </td>
cannam@86 965 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 966 <td class="md" nowrap><code> [virtual]</code></td>
cannam@86 967 </tr>
cannam@86 968 </table>
cannam@86 969 </td>
cannam@86 970 </tr>
cannam@86 971 </table>
cannam@86 972 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 973 <tr>
cannam@86 974 <td>
cannam@86 975 &nbsp;
cannam@86 976 </td>
cannam@86 977 <td>
cannam@86 978
cannam@86 979 <p>
cannam@86 980 See <a class="el" href="group__flac__stream__decoder.html#ga49">FLAC__stream_decoder_seek_absolute()</a>.
cannam@86 981 <p>
cannam@86 982 </td>
cannam@86 983 </tr>
cannam@86 984 </table>
cannam@86 985 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb0" doxytag="FLAC::Decoder::Stream::read_callback"></a><p>
cannam@86 986 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 987 <tr>
cannam@86 988 <td class="mdRow">
cannam@86 989 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 990 <tr>
cannam@86 991 <td class="md" nowrap valign="top">virtual ::<a class="el" href="group__flac__stream__decoder.html#ga52">FLAC__StreamDecoderReadStatus</a> FLAC::Decoder::Stream::read_callback </td>
cannam@86 992 <td class="md" valign="top">(&nbsp;</td>
cannam@86 993 <td class="md" nowrap valign="top">FLAC__byte&nbsp;</td>
cannam@86 994 <td class="mdname" nowrap> <em>buffer</em>[], </td>
cannam@86 995 </tr>
cannam@86 996 <tr>
cannam@86 997 <td class="md" nowrap align="right"></td>
cannam@86 998 <td class="md"></td>
cannam@86 999 <td class="md" nowrap>size_t *&nbsp;</td>
cannam@86 1000 <td class="mdname" nowrap> <em>bytes</em></td>
cannam@86 1001 </tr>
cannam@86 1002 <tr>
cannam@86 1003 <td class="md"></td>
cannam@86 1004 <td class="md">)&nbsp;</td>
cannam@86 1005 <td class="md" colspan="2"><code> [protected, pure virtual]</code></td>
cannam@86 1006 </tr>
cannam@86 1007 </table>
cannam@86 1008 </td>
cannam@86 1009 </tr>
cannam@86 1010 </table>
cannam@86 1011 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1012 <tr>
cannam@86 1013 <td>
cannam@86 1014 &nbsp;
cannam@86 1015 </td>
cannam@86 1016 <td>
cannam@86 1017
cannam@86 1018 <p>
cannam@86 1019 see FLAC__StreamDecoderReadCallback
cannam@86 1020 <p>
cannam@86 1021
cannam@86 1022 <p>
cannam@86 1023 Implemented in <a class="el" href="classFLAC_1_1Decoder_1_1File.html#FLAC_1_1Decoder_1_1Fileb0">FLAC::Decoder::File</a>. </td>
cannam@86 1024 </tr>
cannam@86 1025 </table>
cannam@86 1026 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb1" doxytag="FLAC::Decoder::Stream::seek_callback"></a><p>
cannam@86 1027 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1028 <tr>
cannam@86 1029 <td class="mdRow">
cannam@86 1030 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1031 <tr>
cannam@86 1032 <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 1033 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1034 <td class="md" nowrap valign="top">FLAC__uint64&nbsp;</td>
cannam@86 1035 <td class="mdname1" valign="top" nowrap> <em>absolute_byte_offset</em> </td>
cannam@86 1036 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1037 <td class="md" nowrap><code> [protected, virtual]</code></td>
cannam@86 1038 </tr>
cannam@86 1039 </table>
cannam@86 1040 </td>
cannam@86 1041 </tr>
cannam@86 1042 </table>
cannam@86 1043 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1044 <tr>
cannam@86 1045 <td>
cannam@86 1046 &nbsp;
cannam@86 1047 </td>
cannam@86 1048 <td>
cannam@86 1049
cannam@86 1050 <p>
cannam@86 1051 see FLAC__StreamDecoderSeekCallback
cannam@86 1052 <p>
cannam@86 1053 </td>
cannam@86 1054 </tr>
cannam@86 1055 </table>
cannam@86 1056 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb2" doxytag="FLAC::Decoder::Stream::tell_callback"></a><p>
cannam@86 1057 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1058 <tr>
cannam@86 1059 <td class="mdRow">
cannam@86 1060 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1061 <tr>
cannam@86 1062 <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 1063 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1064 <td class="md" nowrap valign="top">FLAC__uint64 *&nbsp;</td>
cannam@86 1065 <td class="mdname1" valign="top" nowrap> <em>absolute_byte_offset</em> </td>
cannam@86 1066 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1067 <td class="md" nowrap><code> [protected, virtual]</code></td>
cannam@86 1068 </tr>
cannam@86 1069 </table>
cannam@86 1070 </td>
cannam@86 1071 </tr>
cannam@86 1072 </table>
cannam@86 1073 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1074 <tr>
cannam@86 1075 <td>
cannam@86 1076 &nbsp;
cannam@86 1077 </td>
cannam@86 1078 <td>
cannam@86 1079
cannam@86 1080 <p>
cannam@86 1081 see FLAC__StreamDecoderTellCallback
cannam@86 1082 <p>
cannam@86 1083 </td>
cannam@86 1084 </tr>
cannam@86 1085 </table>
cannam@86 1086 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb3" doxytag="FLAC::Decoder::Stream::length_callback"></a><p>
cannam@86 1087 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1088 <tr>
cannam@86 1089 <td class="mdRow">
cannam@86 1090 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1091 <tr>
cannam@86 1092 <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 1093 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1094 <td class="md" nowrap valign="top">FLAC__uint64 *&nbsp;</td>
cannam@86 1095 <td class="mdname1" valign="top" nowrap> <em>stream_length</em> </td>
cannam@86 1096 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1097 <td class="md" nowrap><code> [protected, virtual]</code></td>
cannam@86 1098 </tr>
cannam@86 1099 </table>
cannam@86 1100 </td>
cannam@86 1101 </tr>
cannam@86 1102 </table>
cannam@86 1103 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1104 <tr>
cannam@86 1105 <td>
cannam@86 1106 &nbsp;
cannam@86 1107 </td>
cannam@86 1108 <td>
cannam@86 1109
cannam@86 1110 <p>
cannam@86 1111 see FLAC__StreamDecoderLengthCallback
cannam@86 1112 <p>
cannam@86 1113 </td>
cannam@86 1114 </tr>
cannam@86 1115 </table>
cannam@86 1116 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb4" doxytag="FLAC::Decoder::Stream::eof_callback"></a><p>
cannam@86 1117 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1118 <tr>
cannam@86 1119 <td class="mdRow">
cannam@86 1120 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1121 <tr>
cannam@86 1122 <td class="md" nowrap valign="top">virtual bool FLAC::Decoder::Stream::eof_callback </td>
cannam@86 1123 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1124 <td class="mdname1" valign="top" nowrap> </td>
cannam@86 1125 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1126 <td class="md" nowrap><code> [protected, virtual]</code></td>
cannam@86 1127 </tr>
cannam@86 1128 </table>
cannam@86 1129 </td>
cannam@86 1130 </tr>
cannam@86 1131 </table>
cannam@86 1132 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1133 <tr>
cannam@86 1134 <td>
cannam@86 1135 &nbsp;
cannam@86 1136 </td>
cannam@86 1137 <td>
cannam@86 1138
cannam@86 1139 <p>
cannam@86 1140 see FLAC__StreamDecoderEofCallback
cannam@86 1141 <p>
cannam@86 1142 </td>
cannam@86 1143 </tr>
cannam@86 1144 </table>
cannam@86 1145 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb5" doxytag="FLAC::Decoder::Stream::write_callback"></a><p>
cannam@86 1146 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1147 <tr>
cannam@86 1148 <td class="mdRow">
cannam@86 1149 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1150 <tr>
cannam@86 1151 <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 1152 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1153 <td class="md" nowrap valign="top">const ::<a class="el" href="structFLAC____Frame.html">FLAC__Frame</a> *&nbsp;</td>
cannam@86 1154 <td class="mdname" nowrap> <em>frame</em>, </td>
cannam@86 1155 </tr>
cannam@86 1156 <tr>
cannam@86 1157 <td class="md" nowrap align="right"></td>
cannam@86 1158 <td class="md"></td>
cannam@86 1159 <td class="md" nowrap>const FLAC__int32 *const &nbsp;</td>
cannam@86 1160 <td class="mdname" nowrap> <em>buffer</em>[]</td>
cannam@86 1161 </tr>
cannam@86 1162 <tr>
cannam@86 1163 <td class="md"></td>
cannam@86 1164 <td class="md">)&nbsp;</td>
cannam@86 1165 <td class="md" colspan="2"><code> [protected, pure virtual]</code></td>
cannam@86 1166 </tr>
cannam@86 1167 </table>
cannam@86 1168 </td>
cannam@86 1169 </tr>
cannam@86 1170 </table>
cannam@86 1171 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1172 <tr>
cannam@86 1173 <td>
cannam@86 1174 &nbsp;
cannam@86 1175 </td>
cannam@86 1176 <td>
cannam@86 1177
cannam@86 1178 <p>
cannam@86 1179 see FLAC__StreamDecoderWriteCallback
cannam@86 1180 <p>
cannam@86 1181 </td>
cannam@86 1182 </tr>
cannam@86 1183 </table>
cannam@86 1184 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb6" doxytag="FLAC::Decoder::Stream::metadata_callback"></a><p>
cannam@86 1185 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1186 <tr>
cannam@86 1187 <td class="mdRow">
cannam@86 1188 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1189 <tr>
cannam@86 1190 <td class="md" nowrap valign="top">virtual void FLAC::Decoder::Stream::metadata_callback </td>
cannam@86 1191 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1192 <td class="md" nowrap valign="top">const ::<a class="el" href="structFLAC____StreamMetadata.html">FLAC__StreamMetadata</a> *&nbsp;</td>
cannam@86 1193 <td class="mdname1" valign="top" nowrap> <em>metadata</em> </td>
cannam@86 1194 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1195 <td class="md" nowrap><code> [protected, virtual]</code></td>
cannam@86 1196 </tr>
cannam@86 1197 </table>
cannam@86 1198 </td>
cannam@86 1199 </tr>
cannam@86 1200 </table>
cannam@86 1201 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1202 <tr>
cannam@86 1203 <td>
cannam@86 1204 &nbsp;
cannam@86 1205 </td>
cannam@86 1206 <td>
cannam@86 1207
cannam@86 1208 <p>
cannam@86 1209 see FLAC__StreamDecoderMetadataCallback
cannam@86 1210 <p>
cannam@86 1211 </td>
cannam@86 1212 </tr>
cannam@86 1213 </table>
cannam@86 1214 <a class="anchor" name="FLAC_1_1Decoder_1_1Streamb7" doxytag="FLAC::Decoder::Stream::error_callback"></a><p>
cannam@86 1215 <table class="mdTable" cellpadding="2" cellspacing="0">
cannam@86 1216 <tr>
cannam@86 1217 <td class="mdRow">
cannam@86 1218 <table cellpadding="0" cellspacing="0" border="0">
cannam@86 1219 <tr>
cannam@86 1220 <td class="md" nowrap valign="top">virtual void FLAC::Decoder::Stream::error_callback </td>
cannam@86 1221 <td class="md" valign="top">(&nbsp;</td>
cannam@86 1222 <td class="md" nowrap valign="top">::<a class="el" href="group__flac__stream__decoder.html#ga57">FLAC__StreamDecoderErrorStatus</a>&nbsp;</td>
cannam@86 1223 <td class="mdname1" valign="top" nowrap> <em>status</em> </td>
cannam@86 1224 <td class="md" valign="top">&nbsp;)&nbsp;</td>
cannam@86 1225 <td class="md" nowrap><code> [protected, pure virtual]</code></td>
cannam@86 1226 </tr>
cannam@86 1227 </table>
cannam@86 1228 </td>
cannam@86 1229 </tr>
cannam@86 1230 </table>
cannam@86 1231 <table cellspacing="5" cellpadding="0" border="0">
cannam@86 1232 <tr>
cannam@86 1233 <td>
cannam@86 1234 &nbsp;
cannam@86 1235 </td>
cannam@86 1236 <td>
cannam@86 1237
cannam@86 1238 <p>
cannam@86 1239 see FLAC__StreamDecoderErrorCallback
cannam@86 1240 <p>
cannam@86 1241 </td>
cannam@86 1242 </tr>
cannam@86 1243 </table>
cannam@86 1244 <hr>The documentation for this class was generated from the following file:<ul>
cannam@86 1245 <li>include/FLAC++/<a class="el" href="decoder_8h-source.html">decoder.h</a></ul>
cannam@86 1246
cannam@86 1247 <hr size="1">
cannam@86 1248 <div class="copyright">
cannam@86 1249 <!-- @@@ oh so hacky -->
cannam@86 1250 <table>
cannam@86 1251 <tr>
cannam@86 1252 <td align="left">
cannam@86 1253 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
cannam@86 1254 </td>
cannam@86 1255 <td width="1%" align="right">
cannam@86 1256 <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 1257 </td>
cannam@86 1258 </tr>
cannam@86 1259 </table>
cannam@86 1260 </div>
cannam@86 1261 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson -->
cannam@86 1262 <!-- Permission is granted to copy, distribute and/or modify this document -->
cannam@86 1263 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
cannam@86 1264 <!-- or any later version published by the Free Software Foundation; -->
cannam@86 1265 <!-- with no invariant sections. -->
cannam@86 1266 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
cannam@86 1267 </body>
cannam@86 1268 </html>