annotate src/flac-1.2.1/doc/html/api/structFLAC____StreamMetadata__CueSheet__Track.html @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 05aa0afa9217
children
rev   line source
Chris@1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@1 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
Chris@1 3 <title>FLAC: FLAC__StreamMetadata_CueSheet_Track Struct Reference</title>
Chris@1 4 <link href="doxygen.css" rel="stylesheet" type="text/css">
Chris@1 5 </head><body>
Chris@1 6 <!-- Generated by Doxygen 1.4.2 -->
Chris@1 7 <div class="qindex"><a class="qindex" href="index.html">Main&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>
Chris@1 8 <h1>FLAC__StreamMetadata_CueSheet_Track Struct Reference<br>
Chris@1 9 <small>
Chris@1 10 [<a class="el" href="group__flac__format.html">FLAC/format.h: format components</a>]</small>
Chris@1 11 </h1><code>#include &lt;<a class="el" href="format_8h-source.html">format.h</a>&gt;</code>
Chris@1 12 <p>
Chris@1 13 <a href="structFLAC____StreamMetadata__CueSheet__Track-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Chris@1 14 FLAC CUESHEET track structure. (See the <a href="../format.html#cuesheet_track">format specification</a> for the full description of each field.)
Chris@1 15 <p>
Chris@1 16 <table border="0" cellpadding="0" cellspacing="0">
Chris@1 17 <tr><td></td></tr>
Chris@1 18 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
Chris@1 19 <tr><td class="memItemLeft" nowrap align="right" valign="top">FLAC__uint64&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko0">offset</a></td></tr>
Chris@1 20
Chris@1 21 <tr><td class="memItemLeft" nowrap align="right" valign="top">FLAC__byte&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko1">number</a></td></tr>
Chris@1 22
Chris@1 23 <tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko2">isrc</a> [13]</td></tr>
Chris@1 24
Chris@1 25 <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko3">type</a>:1</td></tr>
Chris@1 26
Chris@1 27 <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko4">pre_emphasis</a>:1</td></tr>
Chris@1 28
Chris@1 29 <tr><td class="memItemLeft" nowrap align="right" valign="top">FLAC__byte&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko5">num_indices</a></td></tr>
Chris@1 30
Chris@1 31 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Index.html">FLAC__StreamMetadata_CueSheet_Index</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko6">indices</a></td></tr>
Chris@1 32
Chris@1 33 </table>
Chris@1 34 <hr><h2>Member Data Documentation</h2>
Chris@1 35 <a class="anchor" name="FLAC____StreamMetadata__CueSheet__Tracko0" doxytag="FLAC__StreamMetadata_CueSheet_Track::offset"></a><p>
Chris@1 36 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 37 <tr>
Chris@1 38 <td class="mdRow">
Chris@1 39 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 40 <tr>
Chris@1 41 <td class="md" nowrap valign="top">FLAC__uint64 <a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko0">FLAC__StreamMetadata_CueSheet_Track::offset</a> </td>
Chris@1 42 </tr>
Chris@1 43 </table>
Chris@1 44 </td>
Chris@1 45 </tr>
Chris@1 46 </table>
Chris@1 47 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 48 <tr>
Chris@1 49 <td>
Chris@1 50 &nbsp;
Chris@1 51 </td>
Chris@1 52 <td>
Chris@1 53
Chris@1 54 <p>
Chris@1 55 Track offset in samples, relative to the beginning of the FLAC audio stream. </td>
Chris@1 56 </tr>
Chris@1 57 </table>
Chris@1 58 <a class="anchor" name="FLAC____StreamMetadata__CueSheet__Tracko1" doxytag="FLAC__StreamMetadata_CueSheet_Track::number"></a><p>
Chris@1 59 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 60 <tr>
Chris@1 61 <td class="mdRow">
Chris@1 62 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 63 <tr>
Chris@1 64 <td class="md" nowrap valign="top">FLAC__byte <a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko1">FLAC__StreamMetadata_CueSheet_Track::number</a> </td>
Chris@1 65 </tr>
Chris@1 66 </table>
Chris@1 67 </td>
Chris@1 68 </tr>
Chris@1 69 </table>
Chris@1 70 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 71 <tr>
Chris@1 72 <td>
Chris@1 73 &nbsp;
Chris@1 74 </td>
Chris@1 75 <td>
Chris@1 76
Chris@1 77 <p>
Chris@1 78 The track number. </td>
Chris@1 79 </tr>
Chris@1 80 </table>
Chris@1 81 <a class="anchor" name="FLAC____StreamMetadata__CueSheet__Tracko2" doxytag="FLAC__StreamMetadata_CueSheet_Track::isrc"></a><p>
Chris@1 82 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 83 <tr>
Chris@1 84 <td class="mdRow">
Chris@1 85 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 86 <tr>
Chris@1 87 <td class="md" nowrap valign="top">char <a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko2">FLAC__StreamMetadata_CueSheet_Track::isrc</a>[13] </td>
Chris@1 88 </tr>
Chris@1 89 </table>
Chris@1 90 </td>
Chris@1 91 </tr>
Chris@1 92 </table>
Chris@1 93 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 94 <tr>
Chris@1 95 <td>
Chris@1 96 &nbsp;
Chris@1 97 </td>
Chris@1 98 <td>
Chris@1 99
Chris@1 100 <p>
Chris@1 101 Track ISRC. This is a 12-digit alphanumeric code plus a trailing <code>NUL</code> byte </td>
Chris@1 102 </tr>
Chris@1 103 </table>
Chris@1 104 <a class="anchor" name="FLAC____StreamMetadata__CueSheet__Tracko3" doxytag="FLAC__StreamMetadata_CueSheet_Track::type"></a><p>
Chris@1 105 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 106 <tr>
Chris@1 107 <td class="mdRow">
Chris@1 108 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 109 <tr>
Chris@1 110 <td class="md" nowrap valign="top">unsigned <a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko3">FLAC__StreamMetadata_CueSheet_Track::type</a> </td>
Chris@1 111 </tr>
Chris@1 112 </table>
Chris@1 113 </td>
Chris@1 114 </tr>
Chris@1 115 </table>
Chris@1 116 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 117 <tr>
Chris@1 118 <td>
Chris@1 119 &nbsp;
Chris@1 120 </td>
Chris@1 121 <td>
Chris@1 122
Chris@1 123 <p>
Chris@1 124 The track type: 0 for audio, 1 for non-audio. </td>
Chris@1 125 </tr>
Chris@1 126 </table>
Chris@1 127 <a class="anchor" name="FLAC____StreamMetadata__CueSheet__Tracko4" doxytag="FLAC__StreamMetadata_CueSheet_Track::pre_emphasis"></a><p>
Chris@1 128 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 129 <tr>
Chris@1 130 <td class="mdRow">
Chris@1 131 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 132 <tr>
Chris@1 133 <td class="md" nowrap valign="top">unsigned <a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko4">FLAC__StreamMetadata_CueSheet_Track::pre_emphasis</a> </td>
Chris@1 134 </tr>
Chris@1 135 </table>
Chris@1 136 </td>
Chris@1 137 </tr>
Chris@1 138 </table>
Chris@1 139 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 140 <tr>
Chris@1 141 <td>
Chris@1 142 &nbsp;
Chris@1 143 </td>
Chris@1 144 <td>
Chris@1 145
Chris@1 146 <p>
Chris@1 147 The pre-emphasis flag: 0 for no pre-emphasis, 1 for pre-emphasis. </td>
Chris@1 148 </tr>
Chris@1 149 </table>
Chris@1 150 <a class="anchor" name="FLAC____StreamMetadata__CueSheet__Tracko5" doxytag="FLAC__StreamMetadata_CueSheet_Track::num_indices"></a><p>
Chris@1 151 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 152 <tr>
Chris@1 153 <td class="mdRow">
Chris@1 154 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 155 <tr>
Chris@1 156 <td class="md" nowrap valign="top">FLAC__byte <a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko5">FLAC__StreamMetadata_CueSheet_Track::num_indices</a> </td>
Chris@1 157 </tr>
Chris@1 158 </table>
Chris@1 159 </td>
Chris@1 160 </tr>
Chris@1 161 </table>
Chris@1 162 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 163 <tr>
Chris@1 164 <td>
Chris@1 165 &nbsp;
Chris@1 166 </td>
Chris@1 167 <td>
Chris@1 168
Chris@1 169 <p>
Chris@1 170 The number of track index points. </td>
Chris@1 171 </tr>
Chris@1 172 </table>
Chris@1 173 <a class="anchor" name="FLAC____StreamMetadata__CueSheet__Tracko6" doxytag="FLAC__StreamMetadata_CueSheet_Track::indices"></a><p>
Chris@1 174 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 175 <tr>
Chris@1 176 <td class="mdRow">
Chris@1 177 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 178 <tr>
Chris@1 179 <td class="md" nowrap valign="top"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Index.html">FLAC__StreamMetadata_CueSheet_Index</a>* <a class="el" href="structFLAC____StreamMetadata__CueSheet__Track.html#FLAC____StreamMetadata__CueSheet__Tracko6">FLAC__StreamMetadata_CueSheet_Track::indices</a> </td>
Chris@1 180 </tr>
Chris@1 181 </table>
Chris@1 182 </td>
Chris@1 183 </tr>
Chris@1 184 </table>
Chris@1 185 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 186 <tr>
Chris@1 187 <td>
Chris@1 188 &nbsp;
Chris@1 189 </td>
Chris@1 190 <td>
Chris@1 191
Chris@1 192 <p>
Chris@1 193 NULL if num_indices == 0, else pointer to array of index points. </td>
Chris@1 194 </tr>
Chris@1 195 </table>
Chris@1 196 <hr>The documentation for this struct was generated from the following file:<ul>
Chris@1 197 <li>include/FLAC/<a class="el" href="format_8h-source.html">format.h</a></ul>
Chris@1 198
Chris@1 199 <hr size="1">
Chris@1 200 <div class="copyright">
Chris@1 201 <!-- @@@ oh so hacky -->
Chris@1 202 <table>
Chris@1 203 <tr>
Chris@1 204 <td align="left">
Chris@1 205 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
Chris@1 206 </td>
Chris@1 207 <td width="1%" align="right">
Chris@1 208 <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>
Chris@1 209 </td>
Chris@1 210 </tr>
Chris@1 211 </table>
Chris@1 212 </div>
Chris@1 213 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson -->
Chris@1 214 <!-- Permission is granted to copy, distribute and/or modify this document -->
Chris@1 215 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
Chris@1 216 <!-- or any later version published by the Free Software Foundation; -->
Chris@1 217 <!-- with no invariant sections. -->
Chris@1 218 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
Chris@1 219 </body>
Chris@1 220 </html>