Move binaries to Artifacts
[platform/core/csapi/tizenfx.git] / Artifacts / bin / Tizen.Multimedia.Metadata.xml
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Tizen.Multimedia.Metadata</name>
5     </assembly>
6     <members>
7         <member name="T:Tizen.Multimedia.MetadataEditor">
8             <summary>
9             Provides a means to edit the metadata of the media file.
10             </summary>
11             <privilege>
12             If you want to access only internal storage,
13             you should add privilege http://tizen.org/privilege/mediastorage. \n
14             Or if you want to access only external storage,
15             you should add privilege http://tizen.org/privilege/externalstorage. \n
16             </privilege>
17         </member>
18         <member name="M:Tizen.Multimedia.MetadataEditor.#ctor(System.String)">
19             <summary>
20             Initializes a new instance of the <see cref="T:Tizen.Multimedia.MetadataEditor"/> class with the specified path.
21             </summary>
22             <since_tizen> 3 </since_tizen>
23             <param name="path">The path of the media file to edit metadata.</param>
24             <exception cref="T:System.ArgumentNullException"><paramref name="path"/> is null.</exception>
25             <exception cref="T:System.ArgumentException"><paramref name="path"/> is a zero-length string, contains only white space.</exception>
26             <exception cref="T:Tizen.Multimedia.FileFormatException">The file is not supported.</exception>
27             <exception cref="T:System.IO.FileNotFoundException">File does not exist.</exception>
28             <exception cref="T:System.UnauthorizedAccessException">Caller does not have required privilege to access the file.</exception>
29         </member>
30         <member name="P:Tizen.Multimedia.MetadataEditor.Artist">
31             <summary>
32             Gets or sets the artist of media.
33             </summary>
34             <since_tizen> 3 </since_tizen>
35             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
36             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
37         </member>
38         <member name="P:Tizen.Multimedia.MetadataEditor.Title">
39             <summary>
40             Gets or sets the title of media.
41             </summary>
42             <since_tizen> 3 </since_tizen>
43             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
44             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
45         </member>
46         <member name="P:Tizen.Multimedia.MetadataEditor.Album">
47             <summary>
48             Gets or sets the album name of media.
49             </summary>
50             <since_tizen> 3 </since_tizen>
51             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
52             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
53         </member>
54         <member name="P:Tizen.Multimedia.MetadataEditor.Genre">
55             <summary>
56             Gets or sets the genre of media.
57             </summary>
58             <since_tizen> 3 </since_tizen>
59             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
60             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
61         </member>
62         <member name="P:Tizen.Multimedia.MetadataEditor.Author">
63             <summary>
64             Gets or sets the author of media.
65             </summary>
66             <since_tizen> 3 </since_tizen>
67             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
68             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
69         </member>
70         <member name="P:Tizen.Multimedia.MetadataEditor.Copyright">
71             <summary>
72             Gets or sets the copyright of media.
73             </summary>
74             <since_tizen> 3 </since_tizen>
75             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
76             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
77         </member>
78         <member name="P:Tizen.Multimedia.MetadataEditor.Date">
79             <summary>
80             Gets or sets the date of media.
81             </summary>
82             <since_tizen> 3 </since_tizen>
83             <remarks>
84             If the media contains ID3 tag, this refers to the recorded date.
85             If the media is a mp4 format, this refers to the year and the value to set will be converted into integer.
86             </remarks>
87             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
88             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
89         </member>
90         <member name="P:Tizen.Multimedia.MetadataEditor.Description">
91             <summary>
92             Gets or sets the description of media.
93             </summary>
94             <since_tizen> 3 </since_tizen>
95             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
96             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
97         </member>
98         <member name="P:Tizen.Multimedia.MetadataEditor.Comment">
99             <summary>
100             Gets or sets the comment of media.
101             </summary>
102             <since_tizen> 3 </since_tizen>
103             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
104             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
105         </member>
106         <member name="P:Tizen.Multimedia.MetadataEditor.TrackNumber">
107             <summary>
108             Gets or sets the track number of media.
109             </summary>
110             <since_tizen> 3 </since_tizen>
111             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
112             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
113         </member>
114         <member name="P:Tizen.Multimedia.MetadataEditor.PictureCount">
115             <summary>
116             Gets the count of album arts of media.
117             </summary>
118             <since_tizen> 3 </since_tizen>
119             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
120         </member>
121         <member name="P:Tizen.Multimedia.MetadataEditor.Conductor">
122             <summary>
123             Gets or sets the conductor of media.
124             </summary>
125             <since_tizen> 3 </since_tizen>
126             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
127             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
128         </member>
129         <member name="P:Tizen.Multimedia.MetadataEditor.UnsyncLyrics">
130             <summary>
131             Gets or sets the unsynchronized lyrics of media.
132             </summary>
133             <since_tizen> 3 </since_tizen>
134             <exception cref="T:System.InvalidOperationException">The file is read-only.</exception>
135             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
136         </member>
137         <member name="M:Tizen.Multimedia.MetadataEditor.Commit">
138             <summary>
139             Writes the modified metadata to the media file.
140             </summary>
141             <exception cref="T:System.InvalidOperationException">
142                 An internal error occurs.\n
143                 -or-\n
144                 The file is read-only.
145             </exception>
146             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
147         </member>
148         <member name="M:Tizen.Multimedia.MetadataEditor.GetPicture(System.Int32)">
149             <summary>
150             Gets the artwork image in the media file.
151             </summary>
152             <since_tizen> 3 </since_tizen>
153             <param name="index">The index of picture to import.</param>
154             <returns> Artwork included in the media file.</returns>
155             <returns>Artwork included in the media file.</returns>
156             <exception cref="T:System.InvalidOperationException">An internal error occurs.</exception>
157             <exception cref="T:System.ArgumentOutOfRangeException">
158                 <paramref name="index"/> is less than zero.\n
159                 -or-\n
160                 <paramref name="index"/> is greater than or equal to <see cref="P:Tizen.Multimedia.MetadataEditor.PictureCount"/>.\n
161             </exception>
162             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
163         </member>
164         <member name="M:Tizen.Multimedia.MetadataEditor.AddPicture(System.String)">
165             <summary>
166             Appends the picture to the media file.
167             </summary>
168             <since_tizen> 3 </since_tizen>
169             <param name="path">The path of picture for adding to the metadata.</param>
170             <exception cref="T:System.InvalidOperationException">
171                 An internal error occurs.\n
172                 -or-\n
173                 The media file is read-only.
174             </exception>
175             <exception cref="T:System.ArgumentNullException"> Picture path is null</exception>
176             <exception cref="T:System.IO.FileNotFoundException">File does not exist.</exception>
177             <exception cref="T:System.UnauthorizedAccessException">Caller does not have required privilege to access the file.</exception>
178             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
179             <exception cref="T:Tizen.Multimedia.FileFormatException">The specified file is not supported.</exception>
180         </member>
181         <member name="M:Tizen.Multimedia.MetadataEditor.RemovePicture(System.Int32)">
182             <summary>
183             Removes the picture from the media file.
184             </summary>
185             <since_tizen> 3 </since_tizen>
186             <param name="index">The index of picture to remove.</param>
187             <exception cref="T:System.InvalidOperationException">
188                 An internal error occurs.\n
189                 -or-\n
190                 The media file is read-only.
191             </exception>
192             <exception cref="T:System.ArgumentOutOfRangeException">
193                 <paramref name="index"/> is less than zero.\n
194                 -or-\n
195                 <paramref name="index"/> is greater than or equal to <see cref="P:Tizen.Multimedia.MetadataEditor.PictureCount"/>.\n
196             </exception>
197             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataEditor"/> has already been disposed.</exception>
198         </member>
199         <member name="M:Tizen.Multimedia.MetadataEditor.Dispose">
200             <summary>
201             Releases all resources used by the <see cref="T:Tizen.Multimedia.MetadataEditor"/> object.
202             </summary>
203         </member>
204         <member name="T:Tizen.Multimedia.MetadataEditorError">
205             <summary>
206             Enumeration for metadata extractor's error codes.
207             </summary>
208         </member>
209         <member name="T:Tizen.Multimedia.Artwork">
210             <summary>
211             Represents artwork information of media.
212             </summary>
213         </member>
214         <member name="M:Tizen.Multimedia.Artwork.#ctor(System.Byte[],System.String)">
215             <summary>
216             Initializes a new instance of the Artwork class with the specified data and mime type.
217             </summary>
218             <since_tizen> 3 </since_tizen>
219             <param name="data">The data of the artwork to set metadata.</param>
220             <param name="mimeType">The mime type of the data of the artwork.</param>
221         </member>
222         <member name="P:Tizen.Multimedia.Artwork.Data">
223             <summary>
224             Gets the encoded artwork image.
225             </summary>
226             <since_tizen> 3 </since_tizen>
227         </member>
228         <member name="P:Tizen.Multimedia.Artwork.MimeType">
229             <summary>
230             Gets the mime type of artwork.
231             </summary>
232             <since_tizen> 3 </since_tizen>
233         </member>
234         <member name="T:Tizen.Multimedia.VideoMetadata">
235             <summary>
236             Represents video metadata information.
237             </summary>
238         </member>
239         <member name="P:Tizen.Multimedia.VideoMetadata.BitRate">
240             <summary>
241             Gets the bitrate.
242             </summary>
243             <since_tizen> 3 </since_tizen>
244             <value>The bitrate value, or null if the information does not exist.</value>
245         </member>
246         <member name="P:Tizen.Multimedia.VideoMetadata.Fps">
247             <summary>
248             Gets the video FPS.
249             </summary>
250             <since_tizen> 3 </since_tizen>
251             <value>The fps value, or null if the information does not exist.</value>
252         </member>
253         <member name="P:Tizen.Multimedia.VideoMetadata.Width">
254             <summary>
255             Gets the width of the video.
256             </summary>
257             <since_tizen> 3 </since_tizen>
258             <value>The width value, or null if the information does not exist.</value>
259         </member>
260         <member name="P:Tizen.Multimedia.VideoMetadata.Height">
261             <summary>
262             Gets the height of the video.
263             </summary>
264             <since_tizen> 3 </since_tizen>
265             <value>The height value, or null if the information does not exist.</value>
266         </member>
267         <member name="P:Tizen.Multimedia.VideoMetadata.Codec">
268             <summary>
269             Get the codec type of the video.
270             </summary>
271             <since_tizen> 3 </since_tizen>
272             <value>A string representing the codec type, or null if the information does not exist.</value>
273         </member>
274         <member name="P:Tizen.Multimedia.VideoMetadata.StreamCount">
275             <summary>
276             Gets the video stream count.
277             </summary>
278             <since_tizen> 3 </since_tizen>
279             <value>The number of video streams.</value>
280         </member>
281         <member name="T:Tizen.Multimedia.AudioMetadata">
282             <summary>
283             Represents audio metadata information.
284             </summary>
285         </member>
286         <member name="P:Tizen.Multimedia.AudioMetadata.BitRate">
287             <summary>
288             Gets the audio bitrate.
289             </summary>
290             <since_tizen> 3 </since_tizen>
291             <value>The bit rate value, or null if the information does not exist.</value>
292         </member>
293         <member name="P:Tizen.Multimedia.AudioMetadata.Channels">
294             <summary>
295             Gets the audio channels.
296             </summary>
297             <since_tizen> 3 </since_tizen>
298             <value>The number of the audio channels, or null if the information does not exist.</value>
299         </member>
300         <member name="P:Tizen.Multimedia.AudioMetadata.SampleRate">
301             <summary>
302             Gets the audio sample rate.
303             </summary>
304             <since_tizen> 3 </since_tizen>
305             <value>The sample rate, or null if the information does not exist.</value>
306         </member>
307         <member name="P:Tizen.Multimedia.AudioMetadata.BitPerSample">
308             <summary>
309             Gets the bit per sample of the audio.
310             </summary>
311             <since_tizen> 3 </since_tizen>
312             <value>The bit per sample, or null if the information does not exist.</value>
313         </member>
314         <member name="P:Tizen.Multimedia.AudioMetadata.StreamCount">
315             <summary>
316             Gets the audio stream count.
317             </summary>
318             <since_tizen> 3 </since_tizen>
319             <value>The number of audio streams.</value>
320         </member>
321         <member name="P:Tizen.Multimedia.AudioMetadata.Codec">
322             <summary>
323             Gets the audio codec type.
324             </summary>
325             <since_tizen> 3 </since_tizen>
326         </member>
327         <member name="T:Tizen.Multimedia.Metadata">
328             <summary>
329             Represents metadata information of a media.
330             </summary>
331         </member>
332         <member name="P:Tizen.Multimedia.Metadata.Duration">
333             <summary>
334             Gets the duration of the media.
335             </summary>
336             <since_tizen> 3 </since_tizen>
337             <value>The duration value, or null if the information does not exist.</value>
338         </member>
339         <member name="P:Tizen.Multimedia.Metadata.Video">
340             <summary>
341             Gets the video metadata.
342             </summary>
343             <since_tizen> 3 </since_tizen>
344             <value>The video metadata, or null if the information does not exist.</value>
345         </member>
346         <member name="P:Tizen.Multimedia.Metadata.Audio">
347             <summary>
348             Gets the audio metadata.
349             </summary>
350             <since_tizen> 3 </since_tizen>
351             <value>The audio metadata, or null if the information does not exist.</value>
352         </member>
353         <member name="P:Tizen.Multimedia.Metadata.Artist">
354             <summary>
355             Gets the artist of the media.
356             </summary>
357             <since_tizen> 3 </since_tizen>
358             <value>A string representing the artist, or null if the information does not exist.</value>
359         </member>
360         <member name="P:Tizen.Multimedia.Metadata.Title">
361             <summary>
362             Gets the title of the media.
363             </summary>
364             <since_tizen> 3 </since_tizen>
365             <value>A string representing the title, or null if the information does not exist.</value>
366         </member>
367         <member name="P:Tizen.Multimedia.Metadata.Album">
368             <summary>
369             Gets the album name of the media.
370             </summary>
371             <since_tizen> 3 </since_tizen>
372             <value>A string representing the album name, or null if the information does not exist.</value>
373         </member>
374         <member name="P:Tizen.Multimedia.Metadata.AlbumArtist">
375             <summary>
376             Gets the album artist of the media.
377             </summary>
378             <since_tizen> 3 </since_tizen>
379             <value>A string representing the album artist, or null if the information does not exist.</value>
380         </member>
381         <member name="P:Tizen.Multimedia.Metadata.Genre">
382             <summary>
383             Gets the genre of the media.
384             </summary>
385             <since_tizen> 3 </since_tizen>
386             <value>A string representing the genre, or null if the information does not exist.</value>
387         </member>
388         <member name="P:Tizen.Multimedia.Metadata.Author">
389             <summary>
390             Gets the author of the media.
391             </summary>
392             <since_tizen> 3 </since_tizen>
393             <value>A string representing the author, or null if the information does not exist.</value>
394         </member>
395         <member name="P:Tizen.Multimedia.Metadata.Copyright">
396             <summary>
397             Gets the copyright of the media.
398             </summary>
399             <since_tizen> 3 </since_tizen>
400             <value>A string representing the copyright, or null if the information does not exist.</value>
401         </member>
402         <member name="P:Tizen.Multimedia.Metadata.DateReleased">
403             <summary>
404             Gets the release date of the media.
405             </summary>
406             <since_tizen> 3 </since_tizen>
407             <value>A string representing the release date, or null if the information does not exist.</value>
408         </member>
409         <member name="P:Tizen.Multimedia.Metadata.Description">
410             <summary>
411             Gets the description of the media.
412             </summary>
413             <since_tizen> 3 </since_tizen>
414             <value>A string representing the description, or null if the information does not exist.</value>
415         </member>
416         <member name="P:Tizen.Multimedia.Metadata.Comment">
417             <summary>
418             Gets the comment of the media.
419             </summary>
420             <since_tizen> 3 </since_tizen>
421             <value>A string representing the comment, or null if the information does not exist.</value>
422         </member>
423         <member name="P:Tizen.Multimedia.Metadata.TrackNumber">
424             <summary>
425             Gets the track number of the media.
426             </summary>
427             <since_tizen> 3 </since_tizen>
428             <value>A string representing the track number, or null if the information does not exist.</value>
429         </member>
430         <member name="P:Tizen.Multimedia.Metadata.Classification">
431             <summary>
432             Gets the classification of the media.
433             </summary>
434             <since_tizen> 3 </since_tizen>
435             <value>A string representing the classification, or null if the information does not exist.</value>
436         </member>
437         <member name="P:Tizen.Multimedia.Metadata.Rating">
438             <summary>
439             Gets the rating of the media.
440             </summary>
441             <since_tizen> 3 </since_tizen>
442             <value>A string representing the rating, or null if the information does not exist.</value>
443         </member>
444         <member name="P:Tizen.Multimedia.Metadata.Longitude">
445             <summary>
446             Gets the longitude of the media.
447             </summary>
448             <since_tizen> 3 </since_tizen>
449             <value>The longitude value, or null if the information does not exist.</value>
450         </member>
451         <member name="P:Tizen.Multimedia.Metadata.Latitude">
452             <summary>
453             Gets the latitude of the media.
454             </summary>
455             <since_tizen> 3 </since_tizen>
456             <value>The latitude value, or null if the information does not exist.</value>
457         </member>
458         <member name="P:Tizen.Multimedia.Metadata.Altitude">
459             <summary>
460             Gets the altitude of the media.
461             </summary>
462             <since_tizen> 3 </since_tizen>
463             <value>The altitude value, or null if the information does not exist.</value>
464         </member>
465         <member name="P:Tizen.Multimedia.Metadata.Conductor">
466             <summary>
467             Gets the conductor of the media.
468             </summary>
469             <since_tizen> 3 </since_tizen>
470             <value>A string representing the conductor, or null if the information does not exist.</value>
471         </member>
472         <member name="P:Tizen.Multimedia.Metadata.UnsyncLyrics">
473             <summary>
474             Gets the unsynchronized lyrics of the media.
475             </summary>
476             <since_tizen> 3 </since_tizen>
477             <value>A string representing the unsynchronized lyrics, or null if the information does not exist.</value>
478         </member>
479         <member name="P:Tizen.Multimedia.Metadata.SyncLyricsCount">
480             <summary>
481             Gets the number of synchronized lyrics of the media.
482             </summary>
483             <since_tizen> 3 </since_tizen>
484             <value>The number of the synchronized lyrics.</value>
485         </member>
486         <member name="P:Tizen.Multimedia.Metadata.DateRecorded">
487             <summary>
488             Gets the recording date of the media.
489             </summary>
490             <since_tizen> 3 </since_tizen>
491             <value>A string representing the recording date, or null if the information does not exist.</value>
492         </member>
493         <member name="P:Tizen.Multimedia.Metadata.Rotation">
494             <summary>
495             Gets the rotate(orientation) information of the media.
496             </summary>
497             <since_tizen> 3 </since_tizen>
498             <value>A string representing the rotation information, or null if the information does not exist.</value>
499         </member>
500         <member name="P:Tizen.Multimedia.Metadata.Content360">
501             <summary>
502             Gets the information for 360 content of the media.
503             </summary>
504             <since_tizen> 3 </since_tizen>
505             <value>A string representing the information for 360 content, or null if the information does not exist.</value>
506         </member>
507         <member name="T:Tizen.Multimedia.MetadataExtractor">
508             <summary>
509             Provides a set of functions to get the metadata from a media file.
510             </summary>
511         </member>
512         <member name="M:Tizen.Multimedia.MetadataExtractor.#ctor(System.String)">
513             <summary>
514             Initializes a new instance of the MetadataExtractor class with the specified path.
515             </summary>
516             <since_tizen> 3 </since_tizen>
517             <param name="path">The path for the file to extract metadata.</param>
518             <exception cref="T:System.ArgumentNullException"><paramref name="path"/> is null.</exception>
519             <exception cref="!:FileNotFoundException"><paramref name="path"/> is not exist.</exception>
520         </member>
521         <member name="M:Tizen.Multimedia.MetadataExtractor.#ctor(System.Byte[])">
522             <summary>
523             Initializes a new instance of the MetadataExtractor class with the specified buffer.
524             </summary>
525             <since_tizen> 3 </since_tizen>
526             <param name="buffer">The buffer to extract metadata.</param>
527             <exception cref="T:System.ArgumentNullException"><paramref name="buffer"/> is null.</exception>
528             <exception cref="T:System.ArgumentException">The length of <paramref name="buffer"/> is zero.</exception>
529         </member>
530         <member name="M:Tizen.Multimedia.MetadataExtractor.GetMetadata">
531             <summary>
532             Retrieves the <see cref="T:Tizen.Multimedia.Metadata"/>.
533             </summary>
534             <since_tizen> 3 </since_tizen>
535             <returns>A <see cref="T:Tizen.Multimedia.Metadata"/> for the given source.</returns>
536             <exception cref="T:System.InvalidOperationException">Internal process error is occurred.</exception>
537             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataExtractor"/> has been already disposed of.</exception>
538         </member>
539         <member name="M:Tizen.Multimedia.MetadataExtractor.GetArtwork">
540             <summary>
541             Gets the artwork image in the source.
542             </summary>
543             <since_tizen> 3 </since_tizen>
544             <returns>A <see cref="T:Tizen.Multimedia.Artwork"/> if it exists, otherwise null.</returns>
545             <exception cref="T:System.InvalidOperationException">Internal process error is occurred.</exception>
546             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataExtractor"/> has been already disposed of.</exception>
547         </member>
548         <member name="M:Tizen.Multimedia.MetadataExtractor.GetSyncLyrics(System.Int32)">
549             <summary>
550             Gets the sync lyrics of the source.
551             </summary>
552             <since_tizen> 3 </since_tizen>
553             <param name="index">The index of lyrics to retrieve.</param>
554             <returns>A <see cref="T:Tizen.Multimedia.SyncLyrics"/> object if <paramref name="index"/> is valid, otherwise null.</returns>
555             <exception cref="T:System.InvalidOperationException">Internal process error is occurred.</exception>
556             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataExtractor"/> has been already disposed of.</exception>
557         </member>
558         <member name="M:Tizen.Multimedia.MetadataExtractor.GetVideoThumbnail">
559             <summary>
560             Gets the frame of a video media.
561             </summary>
562             <since_tizen> 3 </since_tizen>
563             <returns>The raw thumbnail data in RGB888 if it exists, otherwise null.</returns>
564             <exception cref="T:System.InvalidOperationException">Internal process error is occurred.</exception>
565             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataExtractor"/> has been already disposed of.</exception>
566         </member>
567         <member name="M:Tizen.Multimedia.MetadataExtractor.GetFrameAt(System.UInt32,System.Boolean)">
568             <summary>
569             Gets the frame of a video media.
570             </summary>
571             <since_tizen> 3 </since_tizen>
572             <param name="timeStamp">The timestamp in milliseconds.</param>
573             <param name="accurate">true to get an accurate frame for the given timestamp,
574                 otherwise false to get the nearest i-frame of the video rapidly.</param>
575             <returns>The raw frame data in RGB888 if a frame at specified time exists, otherwise null.</returns>
576             <exception cref="T:System.InvalidOperationException">An internal error occurs.</exception>
577             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Multimedia.MetadataExtractor"/> has been already disposed of.</exception>
578         </member>
579         <member name="M:Tizen.Multimedia.MetadataExtractor.Finalize">
580             <summary>
581             Metadata Extractor destructor
582             </summary>
583             <since_tizen> 3 </since_tizen>
584         </member>
585         <member name="M:Tizen.Multimedia.MetadataExtractor.Dispose">
586             <summary>
587             Releases all resources used by the <see cref="T:Tizen.Multimedia.MetadataExtractor"/> object.
588             </summary>
589         </member>
590         <member name="T:Tizen.Multimedia.MetadataExtractorError">
591             <summary>
592             Enumeration for metadata extractor's error codes.
593             </summary>
594         </member>
595         <member name="T:Tizen.Multimedia.SyncLyrics">
596             <summary>
597             Represents synchronized lyrics information of media.
598             </summary>
599         </member>
600         <member name="M:Tizen.Multimedia.SyncLyrics.#ctor(System.String,System.UInt32)">
601             <summary>
602             Initialize a new instance of the MetadataExtractor class with the specified lyrics and timestamp.
603             </summary>
604             <since_tizen> 3 </since_tizen>
605             <param name="lyrics">The text of synchronized lyrics.</param>
606             <param name="timestamp">The timestamp of synchronized lyrics.</param>
607         </member>
608         <member name="P:Tizen.Multimedia.SyncLyrics.Lyrics">
609             <summary>
610             Gets the text representation of the lyrics.
611             </summary>
612             <since_tizen> 3 </since_tizen>
613         </member>
614         <member name="P:Tizen.Multimedia.SyncLyrics.Timestamp">
615             <summary>
616             Gets the time information of the lyrics.
617             </summary>
618             <since_tizen> 3 </since_tizen>
619         </member>
620         <member name="T:Tizen.Multimedia.ObjectDescriptionBuilder">
621             <summary>
622             Represents a point in 2D space.
623             </summary>
624         </member>
625     </members>
626 </doc>