Gets/sets the content type of the synchronized lyrics.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Public ReadOnly Property ContentType As ID3LyricsContentType
public ID3LyricsContentType ContentType { get; }
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 the content type header. This header should have one of the ID3LyricsContentType values.