Contains possible content types of synchronized lyrics.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Public Enumeration ID3LyricsContentType
public enum ID3LyricsContentType
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. |
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.