Aurigma Graphics Mill 5.5 for .NET
ID3LyricsContentType Enumeration
Contains possible content types of synchronized lyrics.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Syntax
Visual Basic
Public Enumeration ID3LyricsContentType
C#
public enum ID3LyricsContentType
Members
| Member name | Description | |
|---|---|---|
| UrlsToImages |
URLs to images. |
|
| UrlsToWebPages |
URLs to web pages. |
|
| TriviaInformation |
Trivia/"pop up" information. |
|
| ChordNotations |
Chord (e.g. "Bb F Fsus"). |
|
| Events |
Events (e.g. "Don Quixote enters the stage"). |
|
| PartsOfContent |
Movement/part name (e.g. "Adagio"). |
|
| TextTranscription |
Text transcription. |
|
| SongLyrics |
Lyrics. |
|
| Other |
Other. |
Remarks
Synchronized lyrics field can contain not only lyrics but also text transcription, series of event descriptions, chords, URLs and so on. In order to identify the type of text in that field, read its content type header. The header should have one of these enumeration values.