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

ID3SynchronisedLyrics Constructor

Creates and initializes a new ID3SynchronisedLyrics class instance with the specified content type and timestamp format.

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

Syntax

Visual Basic
Public Sub New ( _
	type As ID3LyricsContentType, _
	format As ID3LyricsTimestampFormat _
)
C#
public ID3SynchronisedLyrics(
	ID3LyricsContentType type,
	ID3LyricsTimestampFormat format
)

Parameters

type

Type: Aurigma.GraphicsMill.Codecs.ID3LyricsContentType

Desired content type.
format

Type: Aurigma.GraphicsMill.Codecs.ID3LyricsTimestampFormat

Desired timestamp format.

See Also

Reference