File: struct__AVbinFileInfo.html

package info (click to toggle)
avbin 7-1.3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 448 kB
  • sloc: ansic: 396; sh: 96; makefile: 39
file content (252 lines) | stat: -rw-r--r-- 11,603 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>AVbin: _AVbinFileInfo Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li id="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
  </ul></div>
<h1>_AVbinFileInfo Struct Reference</h1><!-- doxytag: class="_AVbinFileInfo" --><hr><a name="_details"></a><h2>Detailed Description</h2>
File details. 
<p>
The info struct is filled in by avbin_get_file_info. 
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#19c069f084b88af0c2a6fc9a5487d494">structure_size</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Size of this structure, in bytes.  <a href="#19c069f084b88af0c2a6fc9a5487d494"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#f8a4b560c06210cb5106ff8f9f8e8a09">n_streams</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Number of streams contained in the file.  <a href="#f8a4b560c06210cb5106ff8f9f8e8a09"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="avbin_8h.html#0d9db6a0aabe91ecd1ef952dd98a7d09">AVbinTimestamp</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#c68c4b0871ea26f63fda14b612493830">start_time</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Starting time of all streams.  <a href="#c68c4b0871ea26f63fda14b612493830"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="avbin_8h.html#0d9db6a0aabe91ecd1ef952dd98a7d09">AVbinTimestamp</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#5fcf79526ba09b5aa4a8ae03bbd536fb">duration</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Duration of the file.  <a href="#5fcf79526ba09b5aa4a8ae03bbd536fb"></a><br></td></tr>
<tr><td colspan="2"><div class="groupHeader">Metadata fields</div></td></tr>
<tr><td colspan="2"><div class="groupText">File metadata.<p>
Strings are NUL-terminated and may be omitted (the first character NUL) if the file does not contain appropriate information. The encoding of the strings is unspecified. <br><br></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#ba648d26a059866b4ac47d245f62f5ab">title</a> [512]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#e5b37d2e2b48fd0b23f288b76ac42033">author</a> [512]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#74bb9987242b1d89ea970ab40e555230">copyright</a> [512]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#f0aeb6d4afe42e0766892ab9c034a350">comment</a> [512]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#0f5d9e988c7a0414ad2b4ec3b8d80a3d">album</a> [512]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#4a43e69ace4fab98fae3cc853be3d000">year</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#77f3612c1f6898872ff69e3599913efd">track</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__AVbinFileInfo.html#25e6ce8092979d4c60c51a06e8769325">genre</a> [32]</td></tr>

</table>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="19c069f084b88af0c2a6fc9a5487d494"></a><!-- doxytag: member="_AVbinFileInfo::structure_size" ref="19c069f084b88af0c2a6fc9a5487d494" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="struct__AVbinFileInfo.html#19c069f084b88af0c2a6fc9a5487d494">_AVbinFileInfo::structure_size</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Size of this structure, in bytes. 
<p>
This must be filled in by the application before passing to AVbin. 
</div>
</div><p>
<a class="anchor" name="f8a4b560c06210cb5106ff8f9f8e8a09"></a><!-- doxytag: member="_AVbinFileInfo::n_streams" ref="f8a4b560c06210cb5106ff8f9f8e8a09" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="struct__AVbinFileInfo.html#f8a4b560c06210cb5106ff8f9f8e8a09">_AVbinFileInfo::n_streams</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Number of streams contained in the file. 
<p>

</div>
</div><p>
<a class="anchor" name="c68c4b0871ea26f63fda14b612493830"></a><!-- doxytag: member="_AVbinFileInfo::start_time" ref="c68c4b0871ea26f63fda14b612493830" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="avbin_8h.html#0d9db6a0aabe91ecd1ef952dd98a7d09">AVbinTimestamp</a> <a class="el" href="struct__AVbinFileInfo.html#c68c4b0871ea26f63fda14b612493830">_AVbinFileInfo::start_time</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Starting time of all streams. 
<p>

</div>
</div><p>
<a class="anchor" name="5fcf79526ba09b5aa4a8ae03bbd536fb"></a><!-- doxytag: member="_AVbinFileInfo::duration" ref="5fcf79526ba09b5aa4a8ae03bbd536fb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="avbin_8h.html#0d9db6a0aabe91ecd1ef952dd98a7d09">AVbinTimestamp</a> <a class="el" href="struct__AVbinFileInfo.html#5fcf79526ba09b5aa4a8ae03bbd536fb">_AVbinFileInfo::duration</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Duration of the file. 
<p>
Does not include the time given in start_time. 
</div>
</div><p>
<a class="anchor" name="ba648d26a059866b4ac47d245f62f5ab"></a><!-- doxytag: member="_AVbinFileInfo::title" ref="ba648d26a059866b4ac47d245f62f5ab" args="[512]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char <a class="el" href="struct__AVbinFileInfo.html#ba648d26a059866b4ac47d245f62f5ab">_AVbinFileInfo::title</a>[512]          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="e5b37d2e2b48fd0b23f288b76ac42033"></a><!-- doxytag: member="_AVbinFileInfo::author" ref="e5b37d2e2b48fd0b23f288b76ac42033" args="[512]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char <a class="el" href="struct__AVbinFileInfo.html#e5b37d2e2b48fd0b23f288b76ac42033">_AVbinFileInfo::author</a>[512]          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="74bb9987242b1d89ea970ab40e555230"></a><!-- doxytag: member="_AVbinFileInfo::copyright" ref="74bb9987242b1d89ea970ab40e555230" args="[512]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char <a class="el" href="struct__AVbinFileInfo.html#74bb9987242b1d89ea970ab40e555230">_AVbinFileInfo::copyright</a>[512]          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="f0aeb6d4afe42e0766892ab9c034a350"></a><!-- doxytag: member="_AVbinFileInfo::comment" ref="f0aeb6d4afe42e0766892ab9c034a350" args="[512]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char <a class="el" href="struct__AVbinFileInfo.html#f0aeb6d4afe42e0766892ab9c034a350">_AVbinFileInfo::comment</a>[512]          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="0f5d9e988c7a0414ad2b4ec3b8d80a3d"></a><!-- doxytag: member="_AVbinFileInfo::album" ref="0f5d9e988c7a0414ad2b4ec3b8d80a3d" args="[512]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char <a class="el" href="struct__AVbinFileInfo.html#0f5d9e988c7a0414ad2b4ec3b8d80a3d">_AVbinFileInfo::album</a>[512]          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="4a43e69ace4fab98fae3cc853be3d000"></a><!-- doxytag: member="_AVbinFileInfo::year" ref="4a43e69ace4fab98fae3cc853be3d000" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="struct__AVbinFileInfo.html#4a43e69ace4fab98fae3cc853be3d000">_AVbinFileInfo::year</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="77f3612c1f6898872ff69e3599913efd"></a><!-- doxytag: member="_AVbinFileInfo::track" ref="77f3612c1f6898872ff69e3599913efd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="struct__AVbinFileInfo.html#77f3612c1f6898872ff69e3599913efd">_AVbinFileInfo::track</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="25e6ce8092979d4c60c51a06e8769325"></a><!-- doxytag: member="_AVbinFileInfo::genre" ref="25e6ce8092979d4c60c51a06e8769325" args="[32]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char <a class="el" href="struct__AVbinFileInfo.html#25e6ce8092979d4c60c51a06e8769325">_AVbinFileInfo::genre</a>[32]          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Thu Apr 17 23:51:44 2008 for AVbin by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>