This documentation is for the old version. Go to the latest Graphics Mill docs

ID3SynchronisedLyrics.ContentType Property

Gets/sets the content type of the synchronized lyrics.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)

Syntax

Visual Basic
Public ReadOnly Property ContentType As ID3LyricsContentType
C#
public ID3LyricsContentType ContentType { get; }

Property Value

One of the ID3LyricsContentType values.

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 the content type header. This header should have one of the ID3LyricsContentType values.

See Also

Reference