Mercurial > hg > sv-dependency-builds
comparison src/flac-1.2.1/doc/html/api/structFLAC____StreamMetadata__CueSheet__Index.html @ 1:05aa0afa9217
Bring in flac, ogg, vorbis
author | Chris Cannam |
---|---|
date | Tue, 19 Mar 2013 17:37:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:c7265573341e | 1:05aa0afa9217 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> | |
3 <title>FLAC: FLAC__StreamMetadata_CueSheet_Index Struct Reference</title> | |
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> | |
5 </head><body> | |
6 <!-- Generated by Doxygen 1.4.2 --> | |
7 <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div> | |
8 <h1>FLAC__StreamMetadata_CueSheet_Index Struct Reference<br> | |
9 <small> | |
10 [<a class="el" href="group__flac__format.html">FLAC/format.h: format components</a>]</small> | |
11 </h1><code>#include <<a class="el" href="format_8h-source.html">format.h</a>></code> | |
12 <p> | |
13 <a href="structFLAC____StreamMetadata__CueSheet__Index-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> | |
14 FLAC CUESHEET track index structure. (See the <a href="../format.html#cuesheet_track_index">format specification</a> for the full description of each field.) | |
15 <p> | |
16 <table border="0" cellpadding="0" cellspacing="0"> | |
17 <tr><td></td></tr> | |
18 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> | |
19 <tr><td class="memItemLeft" nowrap align="right" valign="top">FLAC__uint64 </td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Index.html#FLAC____StreamMetadata__CueSheet__Indexo0">offset</a></td></tr> | |
20 | |
21 <tr><td class="memItemLeft" nowrap align="right" valign="top">FLAC__byte </td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____StreamMetadata__CueSheet__Index.html#FLAC____StreamMetadata__CueSheet__Indexo1">number</a></td></tr> | |
22 | |
23 </table> | |
24 <hr><h2>Member Data Documentation</h2> | |
25 <a class="anchor" name="FLAC____StreamMetadata__CueSheet__Indexo0" doxytag="FLAC__StreamMetadata_CueSheet_Index::offset"></a><p> | |
26 <table class="mdTable" cellpadding="2" cellspacing="0"> | |
27 <tr> | |
28 <td class="mdRow"> | |
29 <table cellpadding="0" cellspacing="0" border="0"> | |
30 <tr> | |
31 <td class="md" nowrap valign="top">FLAC__uint64 <a class="el" href="structFLAC____StreamMetadata__CueSheet__Index.html#FLAC____StreamMetadata__CueSheet__Indexo0">FLAC__StreamMetadata_CueSheet_Index::offset</a> </td> | |
32 </tr> | |
33 </table> | |
34 </td> | |
35 </tr> | |
36 </table> | |
37 <table cellspacing="5" cellpadding="0" border="0"> | |
38 <tr> | |
39 <td> | |
40 | |
41 </td> | |
42 <td> | |
43 | |
44 <p> | |
45 Offset in samples, relative to the track offset, of the index point. </td> | |
46 </tr> | |
47 </table> | |
48 <a class="anchor" name="FLAC____StreamMetadata__CueSheet__Indexo1" doxytag="FLAC__StreamMetadata_CueSheet_Index::number"></a><p> | |
49 <table class="mdTable" cellpadding="2" cellspacing="0"> | |
50 <tr> | |
51 <td class="mdRow"> | |
52 <table cellpadding="0" cellspacing="0" border="0"> | |
53 <tr> | |
54 <td class="md" nowrap valign="top">FLAC__byte <a class="el" href="structFLAC____StreamMetadata__CueSheet__Index.html#FLAC____StreamMetadata__CueSheet__Indexo1">FLAC__StreamMetadata_CueSheet_Index::number</a> </td> | |
55 </tr> | |
56 </table> | |
57 </td> | |
58 </tr> | |
59 </table> | |
60 <table cellspacing="5" cellpadding="0" border="0"> | |
61 <tr> | |
62 <td> | |
63 | |
64 </td> | |
65 <td> | |
66 | |
67 <p> | |
68 The index point number. </td> | |
69 </tr> | |
70 </table> | |
71 <hr>The documentation for this struct was generated from the following file:<ul> | |
72 <li>include/FLAC/<a class="el" href="format_8h-source.html">format.h</a></ul> | |
73 | |
74 <hr size="1"> | |
75 <div class="copyright"> | |
76 <!-- @@@ oh so hacky --> | |
77 <table> | |
78 <tr> | |
79 <td align="left"> | |
80 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson | |
81 </td> | |
82 <td width="1%" align="right"> | |
83 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a> | |
84 </td> | |
85 </tr> | |
86 </table> | |
87 </div> | |
88 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson --> | |
89 <!-- Permission is granted to copy, distribute and/or modify this document --> | |
90 <!-- under the terms of the GNU Free Documentation License, Version 1.1 --> | |
91 <!-- or any later version published by the Free Software Foundation; --> | |
92 <!-- with no invariant sections. --> | |
93 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html --> | |
94 </body> | |
95 </html> |